bump for bug in double-long on ppc(64)

This commit is contained in:
Jesse Keating 2006-02-11 02:15:00 +00:00
parent 7cb707226a
commit f6e3697d00
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Summary: SELinux policy compiler
Name: checkpolicy
Version: 1.29.1
Release: 1
Release: 1.1
License: GPL
Group: Development/System
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
@ -47,6 +47,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man8/checkmodule.8.gz
%changelog
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.29.1-1.1
- bump again for double-long bug on ppc(64)
* Tue Feb 07 2006 Dan Walsh <dwalsh@redhat.com> 1.29.1-1
- Latest upgrade from NSA
* Merged sepol_av_to_string patch from Joshua Brindle.