Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2013-06-28 11:50:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and      /work/SRC/openSUSE:Factory/.installation-images.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "installation-images"

Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2013-06-20 21:16:21.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
    2013-06-28 11:50:18.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun 27 11:25:08 UTC 2013 - [email protected]
+
+- installation-images-14.2.diff - fix for p11kit and utempter
+
+-------------------------------------------------------------------

New:
----
  installation-images-14.2.diff

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

Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.EUEvIk/_old  2013-06-28 11:50:19.000000000 +0200
+++ /var/tmp/diff_new_pack.EUEvIk/_new  2013-06-28 11:50:19.000000000 +0200
@@ -373,6 +373,7 @@
 Version:        14.2
 Release:        0
 Source:         installation-images-14.2.tar.bz2
+Patch0:         installation-images-14.2.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 
@@ -435,6 +436,7 @@
 
 %prep
 %setup
+%patch0 -p1
 rm -f /usr/lib/build/checks/04-check-filelist
 
 %build

++++++ installation-images-14.2.diff ++++++
diff --git a/data/base/base.file_list b/data/base/base.file_list
index 247f09e..91d0745 100644
--- a/data/base/base.file_list
+++ b/data/base/base.file_list
@@ -368,7 +368,7 @@ ca-certificates:
 
 ca-certificates-mozilla:
   # _copy_ certificates so everything is in /etc/ssl
-  m /usr/share/ca-certificates/mozilla/* /etc/ssl/certs
+  m /usr/share/pki/trust/anchors/* /etc/ssl/certs
   E c_rehash >/dev/null
 
 systemd:
@@ -413,6 +413,9 @@ libnettle*:
 libp11-kit*:
   /
 
+libffi*:
+  /
+
 :
 
 # remove things we don't need
diff --git a/data/rescue/rescue.file_list b/data/rescue/rescue.file_list
index 0aa7f7e..708b745 100644
--- a/data/rescue/rescue.file_list
+++ b/data/rescue/rescue.file_list
@@ -179,6 +179,9 @@ libxtables*:
 libselinux*:
   /
 
+libutempter*:
+  /
+
 gpart:
   /
 
diff --git a/data/root/root.file_list b/data/root/root.file_list
index 1842599..bdc9afa 100644
--- a/data/root/root.file_list
+++ b/data/root/root.file_list
@@ -1065,9 +1065,6 @@ if arch ne 's390' && arch ne 's390x'
     R s/nil2/fixed/ /usr/share/X11/app-defaults/XTerm
     /usr/bin/xterm
 
-  utempter:
-    /usr/sbin/utempter
-
   gpm:
     /usr/sbin/gpm
 
@@ -1348,8 +1345,8 @@ screen:
   /etc
   /usr/bin/screen
 
-utempter:
-  /usr/lib*/libutempter.so.*
+libutempter*:
+  /
 
 efont-unicode-bitmap-fonts:
   /usr/share/fonts/misc/b16.pcf.gz
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to