- Upgrade to latest from NSA

Added distclean target to Makefile.
Regenerated swig files.
Changed matchpathcon_init to verify that the spec file is a regular file.
Merged python binding t_output_helper removal patch from Dan Walsh.
This commit is contained in:
Daniel J Walsh 2006-04-14 11:31:14 +00:00
parent fed1ce5b77
commit ea8c625b8c
3 changed files with 12 additions and 5 deletions

View File

@ -78,3 +78,4 @@ libselinux-1.29.7.tgz
libselinux-1.29.8.tgz
libselinux-1.30.tgz
libselinux-1.30.1.tgz
libselinux-1.30.3.tgz

View File

@ -2,12 +2,11 @@
%define libsetransver 0.1.20-1
Summary: SELinux library and simple utilities
Name: libselinux
Version: 1.30.1
Release: 2
Version: 1.30.3
Release: 1
License: Public domain (uncopyrighted)
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
Patch: libselinux-rhat.patch
BuildRequires: libsepol-devel >= %{libsepolver}
Requires: libsepol >= %{libsepolver}
@ -51,7 +50,6 @@ needed for developing SELinux applications.
%prep
%setup -q
%patch -p1 -b .rhat
%build
make clean
@ -111,6 +109,14 @@ exit 0
%{_libdir}/python*/site-packages/selinux.py*
%changelog
* Fri Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 1.30.3-1
- Upgrade to latest from NSA
* Added distclean target to Makefile.
* Regenerated swig files.
* Changed matchpathcon_init to verify that the spec file is
a regular file.
* Merged python binding t_output_helper removal patch from Dan Walsh.
* Mon Mar 27 2006 Dan Walsh <dwalsh@redhat.com> 1.30.1-2
- Fix python bindings for matchpathcon
- Fix booleans man page

View File

@ -1 +1 @@
16536badc245a1dd8d01539f63ced6c2 libselinux-1.30.1.tgz
70d1525b98d5906a9ac2566aeca7a65e libselinux-1.30.3.tgz