Hello community,

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

Package is "filesystem", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/filesystem/filesystem.changes    2012-09-23 
17:32:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.filesystem.new/filesystem.changes       
2012-10-13 19:55:49.000000000 +0200
@@ -1,0 +2,16 @@
+Fri Oct 12 14:25:04 UTC 2012 - [email protected]
+
+- own /usr/lib/tmpfiles.d
+
+-------------------------------------------------------------------
+Tue Sep 25 19:49:58 UTC 2012 - [email protected]
+
+- Remove also /sbin/conf.d/ (SuSEconfig directory).
+
+-------------------------------------------------------------------
+Tue Sep 25 12:30:57 UTC 2012 - [email protected]
+
+- replace /var/run and /var/lock directories with symlinks to
+  /run and /run/lock (respectively).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ filesystem.spec ++++++
--- /var/tmp/diff_new_pack.frc4CF/_old  2012-10-13 19:55:50.000000000 +0200
+++ /var/tmp/diff_new_pack.frc4CF/_new  2012-10-13 19:55:50.000000000 +0200
@@ -32,6 +32,10 @@
 Source4:        languages.man
 Source64:       directory.list64
 
+%description
+This package installs the basic directory structure. It also includes
+the home directories of system users.
+
 %prep
 %setup -c -n filesystem -T
 
@@ -183,17 +187,11 @@
 %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
 
-%description
-This package installs the basic directory structure. It also includes
-the home directories of system users.
-
-
-
-
-
-
-
 %changelog

++++++ directory.list ++++++
--- /var/tmp/diff_new_pack.frc4CF/_old  2012-10-13 19:55:50.000000000 +0200
+++ /var/tmp/diff_new_pack.frc4CF/_new  2012-10-13 19:55:50.000000000 +0200
@@ -69,8 +69,8 @@
 0700 root root /root/.gnupg
 0755 root root /root/bin
 0755 root root /run
+1775 root lock /run/lock
 0755 root root /sbin
-0755 root root /sbin/conf.d
 0755 root root /selinux
 0755 root root /srv/ftp
 0755 root root /srv/www
@@ -87,6 +87,7 @@
 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
@@ -175,8 +176,6 @@
 0755 nobody root /var/lib/nobody
 0700 root root /var/lib/pam_devperm
 0755 wwwrun root /var/lib/wwwrun
-1775 root lock /var/lock
-0755 root root /var/run
 0755 root root /var/spool
 0755 lp lp /var/spool/lpd
 0770 mail mail /var/spool/clientmqueue

++++++ filesystem.links ++++++
--- /var/tmp/diff_new_pack.frc4CF/_old  2012-10-13 19:55:50.000000000 +0200
+++ /var/tmp/diff_new_pack.frc4CF/_new  2012-10-13 19:55:50.000000000 +0200
@@ -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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to