Hello community,

here is the log from the commit of package filesystem for openSUSE:Factory 
checked in at 2019-06-26 15:58:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.filesystem.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "filesystem"

Wed Jun 26 15:58:55 2019 rev:144 rq:708186 version:MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/filesystem/filesystem.changes    2018-05-25 
21:33:47.495618686 +0200
+++ /work/SRC/openSUSE:Factory/.filesystem.new.4615/filesystem.changes  
2019-06-26 15:58:57.719222036 +0200
@@ -1,0 +2,7 @@
+Mon May 27 15:47:56 CEST 2019 - ku...@suse.de
+
+- Re-add /var/cache and /var/log (revert [bsc#1078466] because of
+  [bsc#1078466])
+- Fix permission of fs-var.conf
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ filesystem.spec ++++++
--- /var/tmp/diff_new_pack.LawkGR/_old  2019-06-26 15:58:59.055223617 +0200
+++ /var/tmp/diff_new_pack.LawkGR/_new  2019-06-26 15:58:59.059223621 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package filesystem
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,8 +23,6 @@
 Version:        %(echo %suse_version | cut -b-2).%(echo %suse_version | cut 
-b3)
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Obsoletes:      aaa_dir < %version-%release
-Provides:       aaa_dir = %version-%release
 Requires:       group(root)
 Requires:       user(root)
 Url:            
https://build.opensuse.org/package/show/openSUSE:Factory/filesystem
@@ -61,7 +59,6 @@
     mkdir -m $MODE $RPM_BUILD_ROOT/$NAME
     echo "$XTRA%%dir %%attr($MODE,$OWNR,$GRUP) $NAME" >> filesystem.list
     case "$NAME" in
-       /var/log|/var/cache) continue ;;
        /var/*)
            echo "d $NAME $MODE $OWNR -" >> fs-var.conf
            ;;
@@ -207,7 +204,7 @@
     echo NON_EXISTING_DIR=$NON_EXISTING_DIR
     exit 1
 }
-install fs-var.conf $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/fs-var.conf
+install -m 0644  fs-var.conf $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/fs-var.conf
 
 %pretrans -p <lua>
 os.remove ("/usr/include/X11")


Reply via email to