* Tue Sep 9 2008 Dan Walsh <dwalsh@redhat.com> 2.0.55-7
- Change Requires line to gnome-python2-gnome - Fix spelling mistakes - Require libselinux-utils
This commit is contained in:
parent
5483ca1ccd
commit
88dfc26d3c
@ -5579,7 +5579,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policyc
|
|||||||
+</glade-interface>
|
+</glade-interface>
|
||||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.py policycoreutils-2.0.55/gui/polgen.py
|
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.py policycoreutils-2.0.55/gui/polgen.py
|
||||||
--- nsapolicycoreutils/gui/polgen.py 1969-12-31 19:00:00.000000000 -0500
|
--- nsapolicycoreutils/gui/polgen.py 1969-12-31 19:00:00.000000000 -0500
|
||||||
+++ policycoreutils-2.0.55/gui/polgen.py 2008-09-09 12:11:25.000000000 -0400
|
+++ policycoreutils-2.0.55/gui/polgen.py 2008-09-09 13:21:29.000000000 -0400
|
||||||
@@ -0,0 +1,925 @@
|
@@ -0,0 +1,925 @@
|
||||||
+#!/usr/bin/python
|
+#!/usr/bin/python
|
||||||
+#
|
+#
|
||||||
@ -5743,7 +5743,7 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.py policycore
|
|||||||
+ temp.append(p)
|
+ temp.append(p)
|
||||||
+ return temp
|
+ return temp
|
||||||
+ except ValueError:
|
+ except ValueError:
|
||||||
+ raise ValueError(_("Ports must be be numbers or ranges of numbers from 1 to %d " % max_port ))
|
+ raise ValueError(_("Ports must be numbers or ranges of numbers from 1 to %d " % max_port ))
|
||||||
+
|
+
|
||||||
+class policy:
|
+class policy:
|
||||||
+
|
+
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Summary: SELinux policy core utilities
|
Summary: SELinux policy core utilities
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 2.0.55
|
Version: 2.0.55
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||||
@ -26,7 +26,7 @@ Patch4: policycoreutils-sepolgen.patch
|
|||||||
|
|
||||||
BuildRequires: pam-devel libsepol-static >= %{libsepolver} libsemanage-devel >= %{libsemanagever} libselinux-devel >= %{libselinuxver} libcap-devel audit-libs-devel >= %{libauditver} gettext
|
BuildRequires: pam-devel libsepol-static >= %{libsepolver} libsemanage-devel >= %{libsemanagever} libselinux-devel >= %{libselinuxver} libcap-devel audit-libs-devel >= %{libauditver} gettext
|
||||||
Requires: /bin/mount /bin/egrep /bin/awk /usr/bin/diff rpm /bin/sed
|
Requires: /bin/mount /bin/egrep /bin/awk /usr/bin/diff rpm /bin/sed
|
||||||
Requires: libselinux >= %{libselinuxver} libsepol >= %{libsepolver} libsemanage-python >= %{libsemanagever} coreutils audit-libs-python >= %{libauditver} checkpolicy libselinux-python
|
Requires: libsepol >= %{libsepolver} libsemanage-python >= %{libsemanagever} coreutils audit-libs-python >= %{libauditver} checkpolicy libselinux-python libselinux-utils >= %{libselinuxver}
|
||||||
Requires(post): /sbin/service /sbin/chkconfig
|
Requires(post): /sbin/service /sbin/chkconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -109,7 +109,7 @@ or level of a logged in user.
|
|||||||
Summary: SELinux configuration GUI
|
Summary: SELinux configuration GUI
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: policycoreutils = %{version}-%{release}
|
Requires: policycoreutils = %{version}-%{release}
|
||||||
Requires: gnome-python2, pygtk2, pygtk2-libglade, gnome-python2-canvas
|
Requires: gnome-python2-gnome, pygtk2, pygtk2-libglade, gnome-python2-canvas
|
||||||
Requires: usermode
|
Requires: usermode
|
||||||
Requires: setools-console
|
Requires: setools-console
|
||||||
Requires: selinux-policy-devel
|
Requires: selinux-policy-devel
|
||||||
@ -192,8 +192,10 @@ if [ "$1" -ge "1" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Sep 9 2008 Dan Walsh <dwalsh@redhat.com> 2.0.55-6
|
* Tue Sep 9 2008 Dan Walsh <dwalsh@redhat.com> 2.0.55-7
|
||||||
- Fix spelling mistake
|
- Change Requires line to gnome-python2-gnome
|
||||||
|
- Fix spelling mistakes
|
||||||
|
- Require libselinux-utils
|
||||||
|
|
||||||
* Mon Sep 8 2008 Dan Walsh <dwalsh@redhat.com> 2.0.55-5
|
* Mon Sep 8 2008 Dan Walsh <dwalsh@redhat.com> 2.0.55-5
|
||||||
- Add node support to semanage
|
- Add node support to semanage
|
||||||
|
Loading…
Reference in New Issue
Block a user