Hello community,

here is the log from the commit of package filesystem for openSUSE:Factory 
checked in at 2012-10-31 13:53:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.filesystem.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "filesystem", Maintainer is "kkae...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/filesystem/filesystem.changes    2012-10-13 
19:55:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.filesystem.new/filesystem.changes       
2012-10-31 13:53:36.000000000 +0100
@@ -1,0 +2,11 @@
+Sat Oct 20 09:03:48 UTC 2012 - co...@suse.com
+
+- remove get_version_number.sh, it's unused since ages
+
+-------------------------------------------------------------------
+
+Mon Oct 15 10:47:36 UTC 2012 - a...@suse.de
+
+- Revert last change since aaa_base removed /usr/lib/tmpfiles.d.
+
+-------------------------------------------------------------------

Old:
----
  get_version_number.sh

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

Other differences:
------------------
++++++ filesystem.spec ++++++
--- /var/tmp/diff_new_pack.n1dOzy/_old  2012-10-31 13:53:37.000000000 +0100
+++ /var/tmp/diff_new_pack.n1dOzy/_new  2012-10-31 13:53:37.000000000 +0100
@@ -167,7 +167,7 @@
 for FILE in `rpm -ql aaa_base` ; do
     test -d $FILE && continue
     case $FILE in
-      
/sbin/init.d*|/usr/share/doc/support/*|/lib/mkinitrd/scripts/*|/lib/udev/devices/*)
+      /sbin/init.d*|/usr/share/doc/support/*|/lib/mkinitrd/scripts/*)
              continue
              ;;
       /usr/share/doc/packages/aaa_base/*|/lib/aaa_base/*)
@@ -187,6 +187,10 @@
 %pre -p <lua>
 os.remove ("/usr/include/X11")
 os.remove ("/usr/lib/X11")
+os.execute ("mountpoint -q /var/lock && umount -l /var/lock")
+os.rename ("/var/lock","/var/lock.migrated")
+os.execute ("mountpoint -q /var/run && umount -l /var/run")
+os.rename ("/var/run","/var/run.migrated")
 
 %files -f filesystem.list
 

++++++ directory.list ++++++
--- /var/tmp/diff_new_pack.n1dOzy/_old  2012-10-31 13:53:37.000000000 +0100
+++ /var/tmp/diff_new_pack.n1dOzy/_new  2012-10-31 13:53:37.000000000 +0100
@@ -87,7 +87,6 @@
 0755 root root /usr/include
 0755 root root /usr/include/X11
 0755 root root /usr/lib
-0755 root root /usr/lib/tmpfiles.d
 0755 root root /usr/lib/X11
 0755 root root /usr/lib/lsb
 0755 root root /usr/lib/news
@@ -187,5 +186,3 @@
 0755 root root /var/opt
 0700 root root /var/adm/update-scripts
 0700 root root /var/adm/update-messages
-1775 root lock /var/lock
-0755 root root /var/run

++++++ filesystem.links ++++++
--- /var/tmp/diff_new_pack.n1dOzy/_old  2012-10-31 13:53:37.000000000 +0100
+++ /var/tmp/diff_new_pack.n1dOzy/_new  2012-10-31 13:53:37.000000000 +0100
@@ -1,4 +1,6 @@
 # links to be created
+../run                 /var/run
+../run/lock            /var/lock
 init.d                 /etc/rc.d
 ../var/tmp             /usr/tmp
 ../lock                        /var/spool/locks

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

Reply via email to