From 212e1b703fcbba16f6d4f09434498d61bb01df4a Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: May 04 2007 17:26:34 +0000 Subject: - Apply patch to fix dependencies in spec file from Robert Scheck --- diff --git a/libsemanage.spec b/libsemanage.spec index 7ce682b..ed522dc 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -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 - 2.0.3-2 +- Apply patch to fix dependencies in spec file from Robert Scheck + * Wed Apr 25 2007 Dan Walsh - 2.0.3-1 - Upgrade to latest from NSA * Fix to libsemanage man patches so whatis will work better from Dan Walsh