- Fix link devel libraries

This commit is contained in:
Daniel J Walsh 2004-12-28 15:40:26 +00:00
parent 4f73d76fa3
commit 7aa4e97275

View File

@ -1,7 +1,7 @@
Summary: SELinux library and simple utilities Summary: SELinux library and simple utilities
Name: libselinux Name: libselinux
Version: 1.19.3 Version: 1.19.3
Release: 2 Release: 3
License: Public domain (uncopyrighted) License: Public domain (uncopyrighted)
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz 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 %package devel
Summary: Header files and libraries used to build SELinux Summary: Header files and libraries used to build SELinux
Group: Development/Libraries Group: Development/Libraries
Requires: libselinux = %{version} Requires: libselinux = %{epoch}:%{version}-%{release}
%description devel %description devel
The selinux-devel package contains the static libraries and header files The selinux-devel package contains the static libraries and header files
@ -85,6 +85,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %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 * Mon Dec 27 2004 Dan Walsh <dwalsh@redhat.com> 1.19.3-2
- Fix unitialized variable in avcstat.c - Fix unitialized variable in avcstat.c