- Apply patch to fix dependencies in spec file from Robert Scheck
This commit is contained in:
parent
3e627b0d72
commit
212e1b703f
@ -3,12 +3,12 @@
|
|||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 2.0.3
|
Version: 2.0.3
|
||||||
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
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: libselinux-devel >= %{libselinuxver} swig
|
BuildRequires: libselinux-devel >= %{libselinuxver} swig
|
||||||
BuildRequires: libsepol-devel >= %{libsepolver}
|
BuildRequires: libsepol-devel >= %{libsepolver}
|
||||||
BuildRequires: python-devel bison flex
|
BuildRequires: python-devel bison flex
|
||||||
@ -32,7 +32,7 @@ on binary policies such as customizing policy boolean settings.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Header files and libraries used to build policy manipulation tools
|
Summary: Header files and libraries used to build policy manipulation tools
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: libsemanage = %{version}
|
Requires: libsemanage = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The semanage-devel package contains the static libraries and header files
|
The semanage-devel package contains the static libraries and header files
|
||||||
@ -75,6 +75,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 3 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.3-2
|
||||||
|
- Apply patch to fix dependencies in spec file from Robert Scheck
|
||||||
|
|
||||||
* Wed Apr 25 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.3-1
|
* Wed Apr 25 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.3-1
|
||||||
- Upgrade to latest from NSA
|
- Upgrade to latest from NSA
|
||||||
* Fix to libsemanage man patches so whatis will work better from Dan Walsh
|
* Fix to libsemanage man patches so whatis will work better from Dan Walsh
|
||||||
|
Loading…
Reference in New Issue
Block a user