Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package microos-tools for openSUSE:Factory 
checked in at 2022-09-17 20:10:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/microos-tools (Old)
 and      /work/SRC/openSUSE:Factory/.microos-tools.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "microos-tools"

Sat Sep 17 20:10:15 2022 rev:21 rq:1004140 version:2.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/microos-tools/microos-tools.changes      
2022-09-07 11:05:24.460310602 +0200
+++ /work/SRC/openSUSE:Factory/.microos-tools.new.2083/microos-tools.changes    
2022-09-17 20:10:19.369153895 +0200
@@ -1,0 +2,7 @@
+Fri Sep 16 14:12:04 UTC 2022 - Thorsten Kukuk <ku...@suse.com>
+
+- Update to version 2.17:
+  - selinux-autorelabel-generator: Don't cross partition boundaries
+  for /.snapshots when relabeling [issue#11] 
+
+-------------------------------------------------------------------

Old:
----
  microos-tools-2.16.tar.xz

New:
----
  microos-tools-2.17.tar.xz

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

Other differences:
------------------
++++++ microos-tools.spec ++++++
--- /var/tmp/diff_new_pack.LFoDpT/_old  2022-09-17 20:10:19.841155256 +0200
+++ /var/tmp/diff_new_pack.LFoDpT/_new  2022-09-17 20:10:19.845155268 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           microos-tools
-Version:        2.16
+Version:        2.17
 Release:        0
 Summary:        Files and Scripts for openSUSE MicroOS
 License:        GPL-2.0-or-later

++++++ microos-tools-2.16.tar.xz -> microos-tools-2.17.tar.xz ++++++
++++ 5941 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/microos-tools-2.16/NEWS new/microos-tools-2.17/NEWS
--- old/microos-tools-2.16/NEWS 2022-09-05 15:38:22.000000000 +0200
+++ new/microos-tools-2.17/NEWS 2022-09-16 15:23:52.000000000 +0200
@@ -1,3 +1,7 @@
+Version 2.17
+- selinux-autorelabel-generator: Don't cross partition boundaries
+  for /.snapshots when relabeling [issue#11]
+
 Version 2.16
 - 98selinux-microos: Make the btrfs subvolume writable temporarily 
[boo#1202395]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/microos-tools-2.16/compile new/microos-tools-2.17/compile
--- old/microos-tools-2.16/compile      2022-08-31 08:48:31.000000000 +0200
+++ new/microos-tools-2.17/compile      2022-08-30 15:48:10.000000000 +0200
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2018-03-07.03; # UTC
+scriptversion=2016-01-11.22; # UTC
 
-# Copyright (C) 1999-2021 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
 # Written by Tom Tromey <tro...@cygnus.com>.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -53,7 +53,7 @@
          MINGW*)
            file_conv=mingw
            ;;
-         CYGWIN* | MSYS*)
+         CYGWIN*)
            file_conv=cygwin
            ;;
          *)
@@ -67,7 +67,7 @@
        mingw/*)
          file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
          ;;
-       cygwin/* | msys/*)
+       cygwin/*)
          file=`cygpath -m "$file" || echo "$file"`
          ;;
        wine/*)
@@ -340,7 +340,7 @@
 # Local Variables:
 # mode: shell-script
 # sh-indentation: 2
-# eval: (add-hook 'before-save-hook 'time-stamp)
+# eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/microos-tools-2.16/configure.ac new/microos-tools-2.17/configure.ac
--- old/microos-tools-2.16/configure.ac 2022-09-05 15:38:22.000000000 +0200
+++ new/microos-tools-2.17/configure.ac 2022-09-16 15:22:42.000000000 +0200
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(microos-tools, 2.16)
+AC_INIT(microos-tools, 2.17)
 AM_INIT_AUTOMAKE
 AC_PREFIX_DEFAULT(/usr)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/microos-tools-2.16/missing new/microos-tools-2.17/missing
--- old/microos-tools-2.16/missing      2022-08-31 08:48:31.000000000 +0200
+++ new/microos-tools-2.17/missing      2022-08-30 15:48:10.000000000 +0200
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Common wrapper for a few potentially missing GNU programs.
 
-scriptversion=2018-03-07.03; # UTC
+scriptversion=2016-01-11.22; # UTC
 
-# Copyright (C) 1996-2021 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <pin...@iro.umontreal.ca>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -101,9 +101,9 @@
   exit $st
 fi
 
-perl_URL=https://www.perl.org/
-flex_URL=https://github.com/westes/flex
-gnu_software_URL=https://www.gnu.org/software
+perl_URL=http://www.perl.org/
+flex_URL=http://flex.sourceforge.net/
+gnu_software_URL=http://www.gnu.org/software
 
 program_details ()
 {
@@ -207,7 +207,7 @@
 exit $st
 
 # Local variables:
-# eval: (add-hook 'before-save-hook 'time-stamp)
+# eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/microos-tools-2.16/selinux/selinux-autorelabel-generator 
new/microos-tools-2.17/selinux/selinux-autorelabel-generator
--- old/microos-tools-2.16/selinux/selinux-autorelabel-generator        
2022-08-31 08:38:40.000000000 +0200
+++ new/microos-tools-2.17/selinux/selinux-autorelabel-generator        
2022-09-16 15:22:20.000000000 +0200
@@ -33,7 +33,15 @@
             echo "";
             echo "[Service]";
             echo "Type=oneshot";
-            echo "ExecStart=/sbin/restorecon -R /${realdir}"; } > 
"${generatordir}"/"${unitfile}"
+           case "$realdir" in
+               .snapshots)
+                   echo "ExecStart=/sbin/restorecon -R -x /${realdir}";
+                   ;;
+               *)
+                   echo "ExecStart=/sbin/restorecon -R /${realdir}";
+                   ;;
+           esac
+       } > "${generatordir}"/"${unitfile}"
 
        ln -sf ../"${unitfile}" 
"${generatordir}"/local-fs.target.requires/"${unitfile}"
     done

Reply via email to