rpms/policycoreutils/devel policycoreutils-gui.patch, 1.75, 1.76 policycoreutils.spec, 1.555, 1.556

Daniel J Walsh dwalsh at fedoraproject.org
Tue Sep 9 19:14:40 UTC 2008


Author: dwalsh

Update of /cvs/extras/rpms/policycoreutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30186

Modified Files:
	policycoreutils-gui.patch policycoreutils.spec 
Log Message:
* Tue Sep 9 2008 Dan Walsh <dwalsh at redhat.com> 2.0.55-7
- Change Requires line to gnome-python2-gnome
- Fix spelling mistakes
- Require libselinux-utils


policycoreutils-gui.patch:

Index: policycoreutils-gui.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils-gui.patch,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- policycoreutils-gui.patch	9 Sep 2008 16:18:36 -0000	1.75
+++ policycoreutils-gui.patch	9 Sep 2008 19:14:39 -0000	1.76
@@ -5579,7 +5579,7 @@
 +</glade-interface>
 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
-+++ 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 @@
 +#!/usr/bin/python
 +#
@@ -5743,7 +5743,7 @@
 +                temp.append(p)
 +        return temp
 +    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:
 +


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.555
retrieving revision 1.556
diff -u -r1.555 -r1.556
--- policycoreutils.spec	9 Sep 2008 16:18:41 -0000	1.555
+++ policycoreutils.spec	9 Sep 2008 19:14:39 -0000	1.556
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
 Version: 2.0.55
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2+
 Group:	 System Environment/Base
 Source:	 http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -26,7 +26,7 @@
 
 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: 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 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -109,7 +109,7 @@
 Summary: SELinux configuration GUI
 Group: System Environment/Base
 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: setools-console
 Requires: selinux-policy-devel
@@ -192,8 +192,10 @@
 fi
 
 %changelog
-* Tue Sep 9 2008 Dan Walsh <dwalsh at redhat.com> 2.0.55-6
-- Fix spelling mistake
+* Tue Sep 9 2008 Dan Walsh <dwalsh at redhat.com> 2.0.55-7
+- Change Requires line to gnome-python2-gnome
+- Fix spelling mistakes
+- Require libselinux-utils
 
 * Mon Sep 8 2008 Dan Walsh <dwalsh at redhat.com> 2.0.55-5
 - Add node support to semanage




More information about the fedora-extras-commits mailing list