rpms/libsemanage/devel libsemanage.spec,1.123,1.124

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Fri May 4 17:27:09 UTC 2007


Author: dwalsh

Update of /cvs/extras/rpms/libsemanage/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16119

Modified Files:
	libsemanage.spec 
Log Message:
* Thu May 3 2007 Dan Walsh <dwalsh at redhat.com> - 2.0.3-2
- Apply patch to fix dependencies in spec file from Robert Scheck



Index: libsemanage.spec
===================================================================
RCS file: /cvs/extras/rpms/libsemanage/devel/libsemanage.spec,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- libsemanage.spec	26 Apr 2007 00:05:03 -0000	1.123
+++ libsemanage.spec	4 May 2007 17:26:34 -0000	1.124
@@ -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 @@
 %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 @@
 %{_mandir}/man3/*
 
 %changelog
+* Thu May 3 2007 Dan Walsh <dwalsh at redhat.com> - 2.0.3-2
+- Apply patch to fix dependencies in spec file from Robert Scheck
+
 * Wed Apr 25 2007 Dan Walsh <dwalsh at redhat.com> - 2.0.3-1
 - Upgrade to latest from NSA
 	* Fix to libsemanage man patches so whatis will work better from Dan Walsh




More information about the fedora-extras-commits mailing list