Update to upstream

* checkpolicy: implement new default labeling behaviors
This commit is contained in:
Dan Walsh 2012-03-29 14:28:13 -04:00
parent 46942f6c6f
commit a195d32913
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -157,3 +157,4 @@ libsepol-2.0.41.tgz
/libsepol-2.1.2.tgz
/libsepol-2.1.3.tgz
/libsepol-2.1.4.tgz
/libsepol-2.1.5.tgz

View File

@ -1,11 +1,10 @@
Summary: SELinux binary policy manipulation library
Name: libsepol
Version: 2.1.4
Release: 6%{?dist}
Version: 2.1.5
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
Patch: libsepol-rhat.patch
URL: http://www.selinuxproject.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -45,7 +44,6 @@ needed for developing applications that manipulate binary policies.
%prep
%setup -q
%patch -p2 -b .rhat
# sparc64 is an -fPIC arch, so we need to fix it here
%ifarch sparc64
@ -99,6 +97,10 @@ exit 0
/%{_lib}/libsepol.so.1
%changelog
* Thu Mar 29 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.5-1
- Update to upstream
* checkpolicy: implement new default labeling behaviors
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
5906915444f2d9e17fbdce7dd55e3d7d libsepol-2.1.4.tgz
93ee0d98ded98cde7e4b1f9eac26dd73 libsepol-2.1.5.tgz