- Upgrade to latest from NSA
Fix error checking on getpw*_r functions from Todd Miller. Make genhomedircon skip invalid homedir contexts from Todd Miller. Set default user and prefix from seusers from Dan Walsh. Add swigify Makefile target from Dan Walsh.
This commit is contained in:
parent
8bb5a230f2
commit
add9ada6d8
@ -86,3 +86,4 @@ libsemanage-2.0.4.tgz
|
||||
libsemanage-2.0.5.tgz
|
||||
libsemanage-2.0.6.tgz
|
||||
libsemanage-2.0.9.tgz
|
||||
libsemanage-2.0.10.tgz
|
||||
|
@ -2,12 +2,11 @@
|
||||
%define libselinuxver 2.0.0-1
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsemanage
|
||||
Version: 2.0.9
|
||||
Version: 2.0.10
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz
|
||||
Patch: libsemanage-rhat.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libselinux-devel >= %{libselinuxver} swig ustr-devel
|
||||
@ -41,7 +40,6 @@ needed for developing applications that manipulate binary policies.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1 -b .rhat
|
||||
|
||||
%build
|
||||
make clean
|
||||
@ -78,6 +76,13 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Sep 28 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.10-1
|
||||
- Upgrade to latest from NSA
|
||||
* Fix error checking on getpw*_r functions from Todd Miller.
|
||||
* Make genhomedircon skip invalid homedir contexts from Todd Miller.
|
||||
* Set default user and prefix from seusers from Dan Walsh.
|
||||
* Add swigify Makefile target from Dan Walsh.
|
||||
|
||||
* Wed Sep 26 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.9-1
|
||||
- Upgrade to latest from NSA
|
||||
* Pass CFLAGS to CC even on link command, per Dennis Gilmore.
|
||||
|
Loading…
Reference in New Issue
Block a user