Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package filesystem for openSUSE:Factory 
checked in at 2021-02-07 15:13:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.filesystem.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "filesystem"

Sun Feb  7 15:13:58 2021 rev:153 rq:868428 version:MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/filesystem/filesystem.changes    2020-11-26 
23:09:00.176806258 +0100
+++ /work/SRC/openSUSE:Factory/.filesystem.new.28504/filesystem.changes 
2021-02-07 15:14:06.589392269 +0100
@@ -1,0 +2,10 @@
+Mon Feb  1 14:23:11 CET 2021 - r...@suse.de
+
+- add /usr/etc/skel/.cache with perm 0700 (boo#1181011)
+
+-------------------------------------------------------------------
+Fri Jan 29 13:29:53 UTC 2021 - Ludwig Nussel <lnus...@suse.de>
+
+- Set correct permissions when creating /proc and /sys
+
+-------------------------------------------------------------------
@@ -5 +15 @@
-  rootless container environments (rh#1548403)
+  rootless container environments (rh#1548403) (boo#1146705)

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

Other differences:
------------------
++++++ filesystem.spec ++++++
--- /var/tmp/diff_new_pack.7EyGjm/_old  2021-02-07 15:14:07.329393060 +0100
+++ /var/tmp/diff_new_pack.7EyGjm/_new  2021-02-07 15:14:07.333393064 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package filesystem
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -238,7 +238,9 @@
   os.remove("/var/lock.rpmsave.tmpx")
 end
 posix.mkdir("/proc")
+posix.chmod("/proc", 0555)
 posix.mkdir("/sys")
+posix.chmod("/sys", 0555)
 
 %files -f filesystem.list
 /usr/lib/tmpfiles.d/fs-tmp.conf

++++++ directory.list ++++++
--- /var/tmp/diff_new_pack.7EyGjm/_old  2021-02-07 15:14:07.417393154 +0100
+++ /var/tmp/diff_new_pack.7EyGjm/_new  2021-02-07 15:14:07.417393154 +0100
@@ -47,6 +47,7 @@
 0755 root root /usr/etc/skel
 0755 root root /usr/etc/skel/bin
 0755 root root /usr/etc/skel/.fonts
+0700 root root /usr/etc/skel/.cache
 0700 root root /usr/etc/skel/.config
 0700 root root /usr/etc/skel/.local
 0755 root root /usr/etc/xdg

Reply via email to