- Fix link devel libraries

This commit is contained in:
Daniel J Walsh 2004-12-28 15:40:26 +00:00
parent 4f73d76fa3
commit 7aa4e97275
1 changed files with 5 additions and 2 deletions

View File

@ -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 <dwalsh@redhat.com> 1.19.3-3
- Fix link devel libraries
* Mon Dec 27 2004 Dan Walsh <dwalsh@redhat.com> 1.19.3-2
- Fix unitialized variable in avcstat.c