Hello community,

here is the log from the commit of package policycoreutils for openSUSE:Factory 
checked in at 2013-12-17 10:03:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/policycoreutils (Old)
 and      /work/SRC/openSUSE:Factory/.policycoreutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "policycoreutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/policycoreutils/policycoreutils.changes  
2013-12-11 16:16:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.policycoreutils.new/policycoreutils.changes     
2013-12-17 10:03:03.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Dec 13 14:13:32 UTC 2013 - vci...@suse.com
+
+- sepolgen: add back attributes
+  * fixes build of selinux-policy
+  * policycoreutils-sepolgen_missing_attributes.patch
+
+-------------------------------------------------------------------

New:
----
  policycoreutils-sepolgen_missing_attributes.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ policycoreutils.spec ++++++
--- /var/tmp/diff_new_pack.WyGRVw/_old  2013-12-17 10:03:04.000000000 +0100
+++ /var/tmp/diff_new_pack.WyGRVw/_new  2013-12-17 10:03:04.000000000 +0100
@@ -40,6 +40,7 @@
 Source8:        policycoreutils_man_ru2.tar.bz2
 Patch4:         policycoreutils-initscript.patch
 Patch5:         policycoreutils-pam-common.patch
+Patch6:         policycoreutils-sepolgen_missing_attributes.patch
 Patch10:        loadpolicy_path.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audit-devel >= %{libaudit_ver}
@@ -98,6 +99,7 @@
 %setup -q -a 1
 %patch4
 %patch5
+%patch6 -p1
 %patch10 -p1
 # sleep 5
 # touch po/policycoreutils.pot

++++++ policycoreutils-sepolgen_missing_attributes.patch ++++++
Index: policycoreutils-2.2/sepolgen-1.2/src/sepolgen/interfaces.py
===================================================================
--- policycoreutils-2.2.orig/sepolgen-1.2/src/sepolgen/interfaces.py    
2013-10-30 17:51:19.000000000 +0100
+++ policycoreutils-2.2/sepolgen-1.2/src/sepolgen/interfaces.py 2013-12-10 
14:05:40.791999743 +0100
@@ -276,7 +276,7 @@ class InterfaceVector:
         if attributes:
             for typeattribute in interface.typeattributes():
                 for attr in typeattribute.attributes:
-                    if not attributes.has_key(attr):
+                    if not attributes.attributes.has_key(attr):
                         # print "missing attribute " + attr
                         continue
                     attr_vec = attributes.attributes[attr]

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to