- Resolve specfile problems Resolves: #555835

This commit is contained in:
Daniel J Walsh 2010-02-01 14:44:35 +00:00
parent 53993e76ba
commit 8758d52879
3 changed files with 348 additions and 328 deletions

View File

@ -145,3 +145,6 @@ libsepol-2.0.35.tgz
libsepol-2.0.36.tgz libsepol-2.0.36.tgz
libsepol-2.0.37.tgz libsepol-2.0.37.tgz
libsepol-2.0.38.tgz libsepol-2.0.38.tgz
libsepol-2.0.39.tgz
libsepol-2.0.40.tgz
libsepol-2.0.41.tgz

View File

@ -1,7 +1,7 @@
Summary: SELinux binary policy manipulation library Summary: SELinux binary policy manipulation library
Name: libsepol Name: libsepol
Version: 2.0.38 Version: 2.0.41
Release: 1%{?dist} Release: 2%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
@ -85,6 +85,7 @@ exit 0
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libsepol.so %{_libdir}/libsepol.so
%{_libdir}/pkgconfig/libsepol.pc
%{_includedir}/sepol/*.h %{_includedir}/sepol/*.h
%{_mandir}/man3/*.3.gz %{_mandir}/man3/*.3.gz
%dir %{_includedir}/sepol %dir %{_includedir}/sepol
@ -96,6 +97,22 @@ exit 0
/%{_lib}/libsepol.so.1 /%{_lib}/libsepol.so.1
%changelog %changelog
* Thu Jan 28 2010 Dan Walsh <dwalsh@redhat.com> 2.0.41-2
- Resolve specfile problems
Resolves: #555835
* Wed Nov 18 2009 Dan Walsh <dwalsh@redhat.com> 2.0.41-1
- Upgrade to latest from NSA
* Fixed typo in error message from Manoj Srivastava.
* Mon Nov 2 2009 Dan Walsh <dwalsh@redhat.com> 2.0.40-1
- Upgrade to latest from NSA
* Add pkgconfig file from Eamon Walsh.
* Tue Oct 14 2009 Dan Walsh <dwalsh@redhat.com> 2.0.39-1
- Upgrade to latest from NSA
* Add support for building Xen policies from Paul Nuzzi.
* Tue Sep 8 2009 Dan Walsh <dwalsh@redhat.com> 2.0.38-1 * Tue Sep 8 2009 Dan Walsh <dwalsh@redhat.com> 2.0.38-1
- Upgrade to latest from NSA - Upgrade to latest from NSA
* Check last offset in the module package against the file size. * Check last offset in the module package against the file size.

View File

@ -1 +1 @@
3beeb2bc678f9fb51770a19691ba2c72 libsepol-2.0.38.tgz 3520d0884b65227ac2fc7afbbd4367d5 libsepol-2.0.41.tgz