- Add SELinux to Man page Names so man -k will work

This commit is contained in:
Daniel J Walsh 2007-03-27 19:48:04 +00:00
parent c52428e9f1
commit eea9396386
2 changed files with 174 additions and 837 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,10 +3,11 @@
Summary: SELinux binary policy manipulation library Summary: SELinux binary policy manipulation library
Name: libsemanage Name: libsemanage
Version: 2.0.1 Version: 2.0.1
Release: 1%{?dist} Release: 2%{?dist}
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
@ -75,6 +77,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Sat Mar 17 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.1-2
- Add SELinux to Man page Names so man -k will work
* Mon Mar 12 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.1-1 * Mon Mar 12 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.1-1
* Merged dbase_file_flush patch from Dan Walsh. * Merged dbase_file_flush patch from Dan Walsh.
This removes any mention of specific tools (e.g. semanage) This removes any mention of specific tools (e.g. semanage)