Compare commits

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

1 commit

Author SHA1 Message Date
Jirka Hladky
650cada4c4 Update to 2.4c 2011-07-03 02:27:29 +02:00
3 changed files with 6 additions and 3 deletions

1
.gitignore vendored
View file

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

View file

@ -1,7 +1,7 @@
Summary: AES-based encryption tool for tar/cpio and loop-aes images
Name: aespipe
Version: 2.4b
Release: 3%{?dist}
Version: 2.4c
Release: 0%{?dist}
License: GPLv2+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Group: Applications/System
@ -59,6 +59,8 @@ kernel module.
%{_bindir}/aespipe
%changelog
* Sun Jul 3 2011 Jirka Hladky <jhladky@redhat.com> - 2.4c
- Update to version 2.4c
* Sat Aug 28 2010 Jirka Hladky <jhladky@redhat.com> - 2.4b-3
- Replaced global with define, see https://fedoraproject.org/wiki/Packaging/Guidelines#.25global_preferred_over_.25define
* Wed Aug 25 2010 Jirka Hladky <jhladky@redhat.com> - 2.4b-2

View file

@ -1 +1 @@
9854ed1dfdc38838e784a79000ce82e7 aespipe-v2.4b.tar.bz2
97b1f481721ea5d65018ddae1143bac5 aespipe-v2.4c.tar.bz2