- Add Ivans patch to turn on ports

This commit is contained in:
Daniel J Walsh 2006-01-02 12:56:28 +00:00
parent a151f78a70
commit 23614f87e1
2 changed files with 6622 additions and 11 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,10 +2,12 @@
Summary: SELinux binary policy manipulation library
Name: libsemanage
Version: 1.5.3
Release: 2
Release: 3
License: GPL
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz
Patch: libsemanage-rhat.patch
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: libselinux-devel >= %{libselinuxver}
@ -36,6 +38,7 @@ needed for developing applications that manipulate binary policies.
%prep
%setup -q
%patch -p1 -b .rhat
%build
make clean
@ -71,6 +74,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_includedir}/semanage/*.h
%changelog
* Tue Dec 27 2005 Dan Walsh <dwalsh@redhat.com> 1.5.3-3
- Add Ivans patch to turn on ports
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 1.5.3-2
- Remove patch since upstream does the right thing