Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b806b50657 | ||
|
|
75e674eb76 |
3 changed files with 18 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/aespipe-v2.4b.tar.bz2
|
||||
/aespipe-v2.4c.tar.bz2
|
||||
/aespipe-v2.4d.tar.bz2
|
||||
|
|
|
|||
19
aespipe.spec
19
aespipe.spec
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
97b1f481721ea5d65018ddae1143bac5 aespipe-v2.4c.tar.bz2
|
||||
bcf49066053aabf9e291a00b20bc5f00 aespipe-v2.4d.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue