Hello community,

here is the log from the commit of package mumble for openSUSE:Factory
checked in at Wed Jul 13 13:52:01 CEST 2011.



--------
--- mumble/mumble.changes       2011-06-11 18:18:50.000000000 +0200
+++ /mounts/work_src_done/STABLE/mumble/mumble.changes  2011-07-06 
10:22:21.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul  6 08:22:17 UTC 2011 - a...@suse.de
+
+- Use /usr/lib/tmpfiles.d instead of /etc/tmpfiles.d.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ mumble.spec ++++++
--- /var/tmp/diff_new_pack.p3mzIi/_old  2011-07-13 13:51:36.000000000 +0200
+++ /var/tmp/diff_new_pack.p3mzIi/_new  2011-07-13 13:51:36.000000000 +0200
@@ -365,11 +365,11 @@
 while read t f m o g xxx; do
        [ "$t" = d ] || continue
        install -d -m $m -o $o -g $g $f
-done < /etc/tmpfiles.d/mumble-server.conf
+done < /usr/lib/tmpfiles.d/mumble-server.conf
 EOF
 %endif
-mkdir %buildroot/etc/tmpfiles.d
-cat >> %buildroot/etc/tmpfiles.d/mumble-server.conf <<EOF
+mkdir -p %buildroot/usr/lib/tmpfiles.d
+cat >> %buildroot/usr/lib/tmpfiles.d/mumble-server.conf <<EOF
 d /var/run/mumble-server 0755 mumble-server mumble-server -
 EOF
 %endif
@@ -435,7 +435,8 @@
 %if 0%{?suse_version} == 1130
 %config /etc/tmpdirs.d/50_mumble-server
 %endif
-%config /etc/tmpfiles.d/mumble-server.conf
+%dir /usr/lib/tmpfiles.d
+%config /usr/lib/tmpfiles.d/mumble-server.conf
 %endif
 
 %changelog



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



Remember to have fun...

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

Reply via email to