- Upstream wanted some minor changes, upgrading to keep api the same

- Upgrade to upstream
#200110
This commit is contained in:
Daniel J Walsh 2007-01-11 19:05:59 +00:00
parent e3bd599d8e
commit 1a8c15a969
1 changed files with 9 additions and 4 deletions

View File

@ -1,12 +1,11 @@
%define libsepolver 1.15.2-1
Summary: SELinux library and simple utilities
Name: libselinux
Version: 1.33.3
Release: 3%{?dist}
Version: 1.33.4
Release: 1%{?dist}
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} swig
Requires: libsepol >= %{libsepolver} setransd
@ -49,7 +48,6 @@ needed for developing SELinux applications.
%prep
%setup -q
%patch -p1 -b .rhat
%build
make clean
@ -101,6 +99,7 @@ exit 0
%{_sbindir}/getenforce
%{_sbindir}/getsebool
%{_sbindir}/matchpathcon
%{_sbindir}/getdefaultcon
%{_sbindir}/selinuxenabled
%{_sbindir}/setenforce
%{_sbindir}/togglesebool
@ -120,6 +119,12 @@ exit 0
%{_libdir}/python*/site-packages/selinux.py*
%changelog
* Fri Jan 5 2007 Dan Walsh <dwalsh@redhat.com> - 1.33.3-3
- Upstream wanted some minor changes, upgrading to keep api the same
- Upgrade to upstream
* Merged selinux_check_securetty_context() and support from Dan Walsh.
Resolves: #200110
* Fri Jan 5 2007 Dan Walsh <dwalsh@redhat.com> - 1.33.3-3
- Cleanup patch