Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Jirka Hladky
b806b50657 Update to v2.4d 2015-08-21 18:49:58 +02:00
Jirka Hladky
75e674eb76 Update to v2.4d 2015-08-21 18:49:36 +02:00
3 changed files with 18 additions and 4 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/aespipe-v2.4b.tar.bz2
/aespipe-v2.4c.tar.bz2
/aespipe-v2.4d.tar.bz2

View file

@ -1,7 +1,7 @@
Summary: AES-based encryption tool for tar/cpio and loop-aes images
Name: aespipe
Version: 2.4c
Release: 8%{?dist}
Version: 2.4d
Release: 2%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://loop-aes.sourceforge.net/
@ -25,7 +25,8 @@ kernel module.
%setup -q -n %{name}-v%{version}
%build
%configure
# Package calls CC to link
%configure LDFLAGS="${CFLAGS}"
%global make_target %{nil}
%ifarch x86_64
@ -54,6 +55,18 @@ install -Dp -m0755 aespipe %{buildroot}%{_bindir}/aespipe
%{_bindir}/aespipe
%changelog
* Fri Aug 21 2015 Jirka Hladky <hladky.jiri@gmail.com> - 2.4d-2
- fixing build issue on F24
* Thu Aug 20 2015 Jirka Hladky <hladky.jiri@gmail.com> - 2.4d-1
- Update to version 2.4d
* Tue Jul 07 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.4c-10
- Add LDFLAGS=${CFLAGS} to %%configure (Fix F23FTBFS RHBZ#1239364).
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4c-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4c-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View file

@ -1 +1 @@
97b1f481721ea5d65018ddae1143bac5 aespipe-v2.4c.tar.bz2
bcf49066053aabf9e291a00b20bc5f00 aespipe-v2.4d.tar.bz2