*** empty log message ***

This commit is contained in:
Daniel J Walsh 2006-09-29 14:43:48 +00:00
parent da9766685c
commit 77e41c7ede

View File

@ -1,4 +1,4 @@
%define libsepolver 1.12.25-3 %define libsepolver 1.12.26-1
%define libselinuxver 1.30.27-1 %define libselinuxver 1.30.27-1
Summary: SELinux binary policy manipulation library Summary: SELinux binary policy manipulation library
Name: libsemanage Name: libsemanage
@ -7,6 +7,7 @@ Release: 2
License: GPL License: GPL
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz
Patch: libsemanage-rhat.patch
BuildRoot: %{_tmppath}/%{name}-buildroot BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: libselinux-devel >= %{libselinuxver} swig BuildRequires: libselinux-devel >= %{libselinuxver} swig
@ -40,6 +41,7 @@ needed for developing applications that manipulate binary policies.
%prep %prep
%setup -q %setup -q
%patch -p1 -b .rhat
%build %build
make clean make clean
@ -76,6 +78,9 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog %changelog
* Thu Aug 31 2006 Dan Walsh <dwalsh@redhat.com> - 1.6.16-3
- Fix semanage to not load if is not the correct policy type and it is installing
* Thu Aug 31 2006 Dan Walsh <dwalsh@redhat.com> - 1.6.16-2 * Thu Aug 31 2006 Dan Walsh <dwalsh@redhat.com> - 1.6.16-2
- Fix requires lines - Fix requires lines