*** empty log message ***
This commit is contained in:
parent
73c5b03ea2
commit
37c60b3ffc
@ -72,3 +72,4 @@ libsemanage-1.6.12.tgz
|
|||||||
libsemanage-1.6.13.tgz
|
libsemanage-1.6.13.tgz
|
||||||
libsemanage-1.6.15.tgz
|
libsemanage-1.6.15.tgz
|
||||||
libsemanage-1.6.16.tgz
|
libsemanage-1.6.16.tgz
|
||||||
|
libsemanage-1.6.17.tgz
|
||||||
|
@ -2,12 +2,11 @@
|
|||||||
%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
|
||||||
Version: 1.6.16
|
Version: 1.6.17
|
||||||
Release: 3
|
Release: 1
|
||||||
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
|
||||||
@ -41,7 +40,6 @@ needed for developing applications that manipulate binary policies.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .rhat
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make clean
|
make clean
|
||||||
@ -78,6 +76,15 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Thu Aug 31 2006 Dan Walsh <dwalsh@redhat.com> - 1.6.17-1
|
||||||
|
- Upgrade to latest from NSA
|
||||||
|
* Merged patch to skip reload if no active store exists and
|
||||||
|
the store path doesn't match the active store path from Dan Walsh.
|
||||||
|
* Merged patch to not destroy sepol handle on error path of
|
||||||
|
connect from James Athey.
|
||||||
|
* Merged patch to add genhomedircon path to semanage.conf from
|
||||||
|
James Athey.
|
||||||
|
|
||||||
* Thu Aug 31 2006 Dan Walsh <dwalsh@redhat.com> - 1.6.16-3
|
* 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
|
- Fix semanage to not load if is not the correct policy type and it is installing
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user