* Sat Feb 2 2008 Dan Walsh <dwalsh@redhat.com> 2.0.42-1
- Update to upstream * Make semodule_expand use sepol_set_expand_consume_base to reduce peak memory usage.
This commit is contained in:
parent
75c4c38f00
commit
68de8438ea
@ -173,3 +173,4 @@ sepolgen-1.0.11.tgz
|
|||||||
policycoreutils-2.0.38.tgz
|
policycoreutils-2.0.38.tgz
|
||||||
policycoreutils-2.0.39.tgz
|
policycoreutils-2.0.39.tgz
|
||||||
policycoreutils-2.0.41.tgz
|
policycoreutils-2.0.41.tgz
|
||||||
|
policycoreutils-2.0.42.tgz
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%define sepolgenver 1.0.11
|
%define sepolgenver 1.0.11
|
||||||
Summary: SELinux policy core utilities
|
Summary: SELinux policy core utilities
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 2.0.41
|
Version: 2.0.42
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -115,7 +115,6 @@ Requires: gnome-python2, pygtk2, pygtk2-libglade, gnome-python2-canvas
|
|||||||
Requires: usermode, rhpl
|
Requires: usermode, rhpl
|
||||||
Requires: python >= 2.4
|
Requires: python >= 2.4
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
Requires: selinux-policy-devel
|
|
||||||
|
|
||||||
%description gui
|
%description gui
|
||||||
system-config-selinux is a utility for managing the SELinux environment
|
system-config-selinux is a utility for managing the SELinux environment
|
||||||
@ -193,6 +192,11 @@ if [ "$1" -ge "1" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 2 2008 Dan Walsh <dwalsh@redhat.com> 2.0.42-1
|
||||||
|
- Update to upstream
|
||||||
|
* Make semodule_expand use sepol_set_expand_consume_base to reduce
|
||||||
|
peak memory usage.
|
||||||
|
|
||||||
* Tue Jan 29 2008 Dan Walsh <dwalsh@redhat.com> 2.0.41-1
|
* Tue Jan 29 2008 Dan Walsh <dwalsh@redhat.com> 2.0.41-1
|
||||||
- Update to upstream
|
- Update to upstream
|
||||||
* Merged audit2why fix and semanage boolean --on/--off/-1/-0 support from Dan Walsh.
|
* Merged audit2why fix and semanage boolean --on/--off/-1/-0 support from Dan Walsh.
|
||||||
|
Loading…
Reference in New Issue
Block a user