- Upgrade to latest from NSA
Merged context reorganization, memory leak fixes, port and interface loading, replacements for genusers and genbools, debug traceback, and bugfix patches from Ivan Gyurdiev. Merged uninitialized variable bugfix from Dan Walsh.
This commit is contained in:
parent
5242278d81
commit
b0f7b63f5f
@ -22,3 +22,4 @@ libsepol-1.7.tgz
|
||||
libsepol-1.7.2.tgz
|
||||
libsepol-1.7.3.tgz
|
||||
libsepol-1.7.5.tgz
|
||||
libsepol-1.7.6.tgz
|
||||
|
@ -1,11 +1,10 @@
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsepol
|
||||
Version: 1.7.5
|
||||
Release: 2
|
||||
Version: 1.7.6
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
|
||||
Patch: libsepol-rhat.patch
|
||||
Prefix: %{_prefix}
|
||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||
Provides: libsepol.so
|
||||
@ -37,7 +36,6 @@ needed for developing applications that manipulate binary policies.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1 -b .rhat
|
||||
|
||||
%build
|
||||
make CFLAGS="%{optflags}"
|
||||
@ -74,6 +72,13 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
/%{_lib}/libsepol.so.1
|
||||
|
||||
%changelog
|
||||
* Mon Jul 25 2005 Dan Walsh <dwalsh@redhat.com> 1.7.6-1
|
||||
- Upgrade to latest from NSA
|
||||
* Merged context reorganization, memory leak fixes,
|
||||
port and interface loading, replacements for genusers and
|
||||
genbools, debug traceback, and bugfix patches from Ivan Gyurdiev.
|
||||
* Merged uninitialized variable bugfix from Dan Walsh.
|
||||
|
||||
* Mon Jul 25 2005 Dan Walsh <dwalsh@redhat.com> 1.7.5-2
|
||||
- Fix unitialized variable problem
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user