- 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
|
||||
Name: libsemanage
|
||||
Version: 2.0.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
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: libsepol-devel >= %{libsepolver}
|
||||
BuildRequires: python-devel bison flex
|
||||
@ -32,7 +32,7 @@ on binary policies such as customizing policy boolean settings.
|
||||
%package devel
|
||||
Summary: Header files and libraries used to build policy manipulation tools
|
||||
Group: Development/Libraries
|
||||
Requires: libsemanage = %{version}
|
||||
Requires: libsemanage = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The semanage-devel package contains the static libraries and header files
|
||||
@ -75,6 +75,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%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
|
||||
- Upgrade to latest from NSA
|
||||
* Fix to libsemanage man patches so whatis will work better from Dan Walsh
|
||||
|
Loading…
Reference in New Issue
Block a user