From 7aa4e972750b64fbdd39b979f0acaaff3b8815dc Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 28 Dec 2004 15:40:26 +0000 Subject: [PATCH] - Fix link devel libraries --- libselinux.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libselinux.spec b/libselinux.spec index 604b441..4aa47fb 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -1,7 +1,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 1.19.3 -Release: 2 +Release: 3 License: Public domain (uncopyrighted) Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz @@ -26,7 +26,7 @@ decisions. Required for any applications that use the SELinux API. %package devel Summary: Header files and libraries used to build SELinux Group: Development/Libraries -Requires: libselinux = %{version} +Requires: libselinux = %{epoch}:%{version}-%{release} %description devel The selinux-devel package contains the static libraries and header files @@ -85,6 +85,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/* %changelog +* Tue Dec 28 2004 Dan Walsh 1.19.3-3 +- Fix link devel libraries + * Mon Dec 27 2004 Dan Walsh 1.19.3-2 - Fix unitialized variable in avcstat.c