commit microos-tools for openSUSE:Factory

2020-11-02 Thread root
Hello community,

here is the log from the commit of package microos-tools for openSUSE:Factory 
checked in at 2020-11-02 09:40:34

Comparing /work/SRC/openSUSE:Factory/microos-tools (Old)
 and  /work/SRC/openSUSE:Factory/.microos-tools.new.3463 (New)


Package is "microos-tools"

Mon Nov  2 09:40:34 2020 rev:13 rq:844898 version:2.7

Changes:

--- /work/SRC/openSUSE:Factory/microos-tools/microos-tools.changes  
2020-10-26 16:07:50.054468894 +0100
+++ /work/SRC/openSUSE:Factory/.microos-tools.new.3463/microos-tools.changes
2020-11-02 09:40:41.945627526 +0100
@@ -1,0 +2,12 @@
+Wed Oct 28 10:43:48 UTC 2020 - Thorsten Kukuk 
+
+- Update to version 2.7
+  - Add workaround if /.autorelabel is used, don't ignore it
+- Rename tmp.conf to microos-tmp.conf on SUSE MicroOS
+
+---
+Thu Oct 22 13:04:15 UTC 2020 - Thorsten Kukuk 
+
+- Fix building on SUSE MicroOS
+
+---

Old:

  microos-tools-2.6.tar.xz
  tmp.conf

New:

  microos-tmp.conf
  microos-tools-2.7.tar.xz



Other differences:
--
++ microos-tools.spec ++
--- /var/tmp/diff_new_pack.1h1Ww5/_old  2020-11-02 09:40:43.145628677 +0100
+++ /var/tmp/diff_new_pack.1h1Ww5/_new  2020-11-02 09:40:43.145628677 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   microos-tools
-Version:2.6
+Version:2.7
 Release:0
 Summary:Files and Scripts for openSUSE MicroOS
 License:GPL-2.0-or-later
@@ -25,7 +25,7 @@
 URL:https://github.com/kubic-project/microos-tools
 Source: microos-tools-%{version}.tar.xz
 Source1:tmp.mount
-Source2:tmp.conf
+Source2:microos-tmp.conf
 Source99:   microos-tools-rpmlintrc
 BuildRequires:  distribution-release
 BuildRequires:  pkgconfig
@@ -48,6 +48,7 @@
 %make_install
 %if 0%{?suse_version} <= 1500
 install -m 0644 %{SOURCE1} %{buildroot}/%{_unitdir}/
+install -m 0644 %{SOURCE2} %{buildroot}/%{_tmpfilesdir}
 %endif
 
 %pre
@@ -94,7 +95,7 @@
 %{_bindir}/locale-check
 %if 0%{?suse_version} <= 1500
 %{_unitdir}/tmp.mount
-%{_tmpfilesdir}/tmp.conf
+%{_tmpfilesdir}/microos-tmp.conf
 %endif
 
 %changelog

++ microos-tmp.conf ++
#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.

# See tmpfiles.d(5) for details

# Clear tmp directories separately, to make them easier to override
d /tmp 1777 root root 10d
++ microos-tools-2.6.tar.xz -> microos-tools-2.7.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-2.6/NEWS new/microos-tools-2.7/NEWS
--- old/microos-tools-2.6/NEWS  2020-10-21 17:45:51.0 +0200
+++ new/microos-tools-2.7/NEWS  2020-10-28 11:42:09.0 +0100
@@ -1,3 +1,6 @@
+Version 2.7
+ - Add workaround if /.autorelabel is used, don't ignore it.
+
 Version 2.6
  - Don't delete autorelabel file in initrd
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-2.6/configure 
new/microos-tools-2.7/configure
--- old/microos-tools-2.6/configure 2020-10-21 17:53:44.0 +0200
+++ new/microos-tools-2.7/configure 2020-10-28 11:42:13.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for microos-tools 2.6.
+# Generated by GNU Autoconf 2.69 for microos-tools 2.7.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@
 # Identity of this package.
 PACKAGE_NAME='microos-tools'
 PACKAGE_TARNAME='microos-tools'
-PACKAGE_VERSION='2.6'
-PACKAGE_STRING='microos-tools 2.6'
+PACKAGE_VERSION='2.7'
+PACKAGE_STRING='microos-tools 2.7'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1238,7 +1238,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures microos-tools 2.6 to adapt to many kinds of systems.
+\`configure' configures microos-tools 2.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1304,7 +1304,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of microos-tools 2.6:";;
+ short | recursive ) echo "Configuration of microos-tools 2.7:";;
esac
   cat <<\_ACEOF
 
@@ -1407,7 +1407,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then

commit microos-tools for openSUSE:Factory

2020-10-26 Thread root
Hello community,

here is the log from the commit of package microos-tools for openSUSE:Factory 
checked in at 2020-10-26 16:07:48

Comparing /work/SRC/openSUSE:Factory/microos-tools (Old)
 and  /work/SRC/openSUSE:Factory/.microos-tools.new.3463 (New)


Package is "microos-tools"

Mon Oct 26 16:07:48 2020 rev:12 rq:843263 version:2.6

Changes:

--- /work/SRC/openSUSE:Factory/microos-tools/microos-tools.changes  
2020-10-03 18:52:07.629243443 +0200
+++ /work/SRC/openSUSE:Factory/.microos-tools.new.3463/microos-tools.changes
2020-10-26 16:07:50.054468894 +0100
@@ -1,0 +2,6 @@
+Wed Oct 21 15:54:44 UTC 2020 - Thorsten Kukuk 
+
+- Update to version 2.6
+  - Don't delete autorelabel file in initrd
+
+---

Old:

  microos-tools-2.5.tar.xz

New:

  microos-tools-2.6.tar.xz



Other differences:
--
++ microos-tools.spec ++
--- /var/tmp/diff_new_pack.CH9YXY/_old  2020-10-26 16:07:50.594469391 +0100
+++ /var/tmp/diff_new_pack.CH9YXY/_new  2020-10-26 16:07:50.594469391 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   microos-tools
-Version:2.5
+Version:2.6
 Release:0
 Summary:Files and Scripts for openSUSE MicroOS
 License:GPL-2.0-or-later

++ microos-tools-2.5.tar.xz -> microos-tools-2.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-2.5/NEWS new/microos-tools-2.6/NEWS
--- old/microos-tools-2.5/NEWS  2020-09-28 11:03:49.0 +0200
+++ new/microos-tools-2.6/NEWS  2020-10-21 17:45:51.0 +0200
@@ -1,3 +1,6 @@
+Version 2.6
+ - Don't delete autorelabel file in initrd
+
 Version 2.5
  - Remove tmpfiles.d/tmp.conf, now handled by filesystem package
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-2.5/configure 
new/microos-tools-2.6/configure
--- old/microos-tools-2.5/configure 2020-09-28 11:03:53.0 +0200
+++ new/microos-tools-2.6/configure 2020-10-21 17:53:44.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for microos-tools 2.5.
+# Generated by GNU Autoconf 2.69 for microos-tools 2.6.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@
 # Identity of this package.
 PACKAGE_NAME='microos-tools'
 PACKAGE_TARNAME='microos-tools'
-PACKAGE_VERSION='2.5'
-PACKAGE_STRING='microos-tools 2.5'
+PACKAGE_VERSION='2.6'
+PACKAGE_STRING='microos-tools 2.6'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1238,7 +1238,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures microos-tools 2.5 to adapt to many kinds of systems.
+\`configure' configures microos-tools 2.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1304,7 +1304,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of microos-tools 2.5:";;
+ short | recursive ) echo "Configuration of microos-tools 2.6:";;
esac
   cat <<\_ACEOF
 
@@ -1407,7 +1407,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-microos-tools configure 2.5
+microos-tools configure 2.6
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1462,7 +1462,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by microos-tools $as_me 2.5, which was
+It was created by microos-tools $as_me 2.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2325,7 +2325,7 @@
 
 # Define the identity of the package.
  PACKAGE='microos-tools'
- VERSION='2.5'
+ VERSION='2.6'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4264,7 +4264,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by microos-tools $as_me 2.5, which was
+This file was extended by microos-tools $as_me 2.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -4321,7 +4321,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-microos-tools config.status 2.5
+microos-tools config.status 2.6
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--ex

commit microos-tools for openSUSE:Factory

2020-10-03 Thread root
Hello community,

here is the log from the commit of package microos-tools for openSUSE:Factory 
checked in at 2020-10-03 18:52:03

Comparing /work/SRC/openSUSE:Factory/microos-tools (Old)
 and  /work/SRC/openSUSE:Factory/.microos-tools.new.4249 (New)


Package is "microos-tools"

Sat Oct  3 18:52:03 2020 rev:11 rq:838213 version:2.5

Changes:

--- /work/SRC/openSUSE:Factory/microos-tools/microos-tools.changes  
2020-08-20 22:27:38.919948204 +0200
+++ /work/SRC/openSUSE:Factory/.microos-tools.new.4249/microos-tools.changes
2020-10-03 18:52:07.629243443 +0200
@@ -1,0 +2,7 @@
+Mon Sep 28 09:13:15 UTC 2020 - Thorsten Kukuk 
+
+- Update to version 2.5 
+  - tmp.conf now part of filesystem package for Factory
+- Include tmp.conf for SUSE MicroOS
+
+---

Old:

  microos-tools-2.4.tar.xz

New:

  microos-tools-2.5.tar.xz
  tmp.conf



Other differences:
--
++ microos-tools.spec ++
--- /var/tmp/diff_new_pack.o35TxA/_old  2020-10-03 18:52:10.297245216 +0200
+++ /var/tmp/diff_new_pack.o35TxA/_new  2020-10-03 18:52:10.301245220 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   microos-tools
-Version:2.4
+Version:2.5
 Release:0
 Summary:Files and Scripts for openSUSE MicroOS
 License:GPL-2.0-or-later
@@ -25,6 +25,7 @@
 URL:https://github.com/kubic-project/microos-tools
 Source: microos-tools-%{version}.tar.xz
 Source1:tmp.mount
+Source2:tmp.conf
 Source99:   microos-tools-rpmlintrc
 BuildRequires:  distribution-release
 BuildRequires:  pkgconfig
@@ -34,7 +35,7 @@
 Conflicts:  systemd-coredump
 
 %description
-Files, scripts and directories for openSUSE Kubic.
+Files, scripts and directories for openSUSE MicroOS.
 
 %prep
 %setup -q
@@ -79,13 +80,9 @@
 %{_unitdir}/setup-systemd-proxy-env.service
 %dir %{_unitdir}/sysinit.target.wants
 %{_unitdir}/sysinit.target.wants/MicroOS-firstboot.service
-%if 0%{?suse_version} <= 1500
-%{_unitdir}/tmp.mount
-%endif
 %dir %{_unitdir}/salt-minion.service.d
 %{_unitdir}/salt-minion.service.d/TMPDIR.conf
 %{_tmpfilesdir}/salt-minion-tmpdir.conf
-%{_tmpfilesdir}/tmp.conf
 %{_sysctldir}/30-corefiles.conf
 %{_libexecdir}/MicroOS-firstboot
 %{_sbindir}/setup-systemd-proxy-env
@@ -95,5 +92,9 @@
 %{_systemdgeneratordir}/selinux-autorelabel-generator
 %config %{_sysconfdir}/profile.d/ssh-locale-check.sh
 %{_bindir}/locale-check
+%if 0%{?suse_version} <= 1500
+%{_unitdir}/tmp.mount
+%{_tmpfilesdir}/tmp.conf
+%endif
 
 %changelog

++ microos-tools-2.4.tar.xz -> microos-tools-2.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-2.4/NEWS new/microos-tools-2.5/NEWS
--- old/microos-tools-2.4/NEWS  2020-08-18 16:09:25.0 +0200
+++ new/microos-tools-2.5/NEWS  2020-09-28 11:03:49.0 +0200
@@ -1,3 +1,6 @@
+Version 2.5
+ - Remove tmpfiles.d/tmp.conf, now handled by filesystem package
+
 Version 2.4
  - Don't override tmp.mount options but use tmpfiles.d/tmp.conf to
set the labels [bsc#1175379]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-2.4/configure 
new/microos-tools-2.5/configure
--- old/microos-tools-2.4/configure 2020-08-18 16:11:21.0 +0200
+++ new/microos-tools-2.5/configure 2020-09-28 11:03:53.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for microos-tools 2.4.
+# Generated by GNU Autoconf 2.69 for microos-tools 2.5.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@
 # Identity of this package.
 PACKAGE_NAME='microos-tools'
 PACKAGE_TARNAME='microos-tools'
-PACKAGE_VERSION='2.4'
-PACKAGE_STRING='microos-tools 2.4'
+PACKAGE_VERSION='2.5'
+PACKAGE_STRING='microos-tools 2.5'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1238,7 +1238,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures microos-tools 2.4 to adapt to many kinds of systems.
+\`configure' configures microos-tools 2.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1304,7 +1304,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of microos-tools 2.4:";;
+ short | recursive ) echo "Configuration of microos-tools 2.5:";;
esac
   cat <<\_ACEOF
 
@@ -1407,7 +1407,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-microos-tools configure 2.4
+microos-too

commit microos-tools for openSUSE:Factory

2020-08-20 Thread root
Hello community,

here is the log from the commit of package microos-tools for openSUSE:Factory 
checked in at 2020-08-20 22:27:28

Comparing /work/SRC/openSUSE:Factory/microos-tools (Old)
 and  /work/SRC/openSUSE:Factory/.microos-tools.new.3399 (New)


Package is "microos-tools"

Thu Aug 20 22:27:28 2020 rev:10 rq:827614 version:2.4

Changes:

--- /work/SRC/openSUSE:Factory/microos-tools/microos-tools.changes  
2020-08-14 09:33:00.976388798 +0200
+++ /work/SRC/openSUSE:Factory/.microos-tools.new.3399/microos-tools.changes
2020-08-20 22:27:38.919948204 +0200
@@ -1,0 +2,18 @@
+Tue Aug 18 14:33:56 UTC 2020 - Thorsten Kukuk 
+
+- Update to version 2.4
+  - fixes for autorelabel in initrd
+  - Use systemds tmpfiles.d/tmp.conf to relabel /tmp and cleanup
+/tmp after 10 days and /var/tmp after 30 days
+
+---
+Tue Aug 18 08:45:41 UTC 2020 - Thorsten Kukuk 
+
+- Don't install tmp.mount.d/selinux.conf on Factory [bsc#1175379]
+
+---
+Fri Aug 14 08:56:00 UTC 2020 - Thorsten Kukuk 
+
+- Add tmp.mount for SUSE MicroOS 5.0 [jsc#SMO-2]
+
+---
@@ -4,0 +23 @@
+  - SELinux support [jsc#SMO-15]

Old:

  microos-tools-2.3.tar.xz

New:

  microos-tools-2.4.tar.xz
  tmp.mount



Other differences:
--
++ microos-tools.spec ++
--- /var/tmp/diff_new_pack.TZnVHf/_old  2020-08-20 22:27:39.463948458 +0200
+++ /var/tmp/diff_new_pack.TZnVHf/_new  2020-08-20 22:27:39.467948460 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   microos-tools
-Version:2.3
+Version:2.4
 Release:0
 Summary:Files and Scripts for openSUSE MicroOS
 License:GPL-2.0-or-later
 Group:  Development/Tools/Other
 URL:https://github.com/kubic-project/microos-tools
 Source: microos-tools-%{version}.tar.xz
+Source1:tmp.mount
 Source99:   microos-tools-rpmlintrc
 BuildRequires:  distribution-release
 BuildRequires:  pkgconfig
@@ -44,6 +45,9 @@
 
 %install
 %make_install
+%if 0%{?suse_version} <= 1500
+install -m 0644 %{SOURCE1} %{buildroot}/%{_unitdir}/
+%endif
 
 %pre
 %service_add_pre setup-systemd-proxy-env.service printenv.service
@@ -75,11 +79,13 @@
 %{_unitdir}/setup-systemd-proxy-env.service
 %dir %{_unitdir}/sysinit.target.wants
 %{_unitdir}/sysinit.target.wants/MicroOS-firstboot.service
-%dir %{_unitdir}/tmp.mount.d
-%{_unitdir}/tmp.mount.d/selinux.conf
+%if 0%{?suse_version} <= 1500
+%{_unitdir}/tmp.mount
+%endif
 %dir %{_unitdir}/salt-minion.service.d
 %{_unitdir}/salt-minion.service.d/TMPDIR.conf
 %{_tmpfilesdir}/salt-minion-tmpdir.conf
+%{_tmpfilesdir}/tmp.conf
 %{_sysctldir}/30-corefiles.conf
 %{_libexecdir}/MicroOS-firstboot
 %{_sbindir}/setup-systemd-proxy-env

++ microos-tools-2.3.tar.xz -> microos-tools-2.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-2.3/NEWS new/microos-tools-2.4/NEWS
--- old/microos-tools-2.3/NEWS  2020-08-12 10:59:29.0 +0200
+++ new/microos-tools-2.4/NEWS  2020-08-18 16:09:25.0 +0200
@@ -1,3 +1,7 @@
+Version 2.4
+ - Don't override tmp.mount options but use tmpfiles.d/tmp.conf to
+   set the labels [bsc#1175379]
+
 Version 2.3
  - override tmp.mount option to set correct SELinux label for /tmp
  - Prepare "noexec" for tmp.mount
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-2.3/configure 
new/microos-tools-2.4/configure
--- old/microos-tools-2.3/configure 2020-08-12 09:25:56.0 +0200
+++ new/microos-tools-2.4/configure 2020-08-18 16:11:21.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for microos-tools 2.3.
+# Generated by GNU Autoconf 2.69 for microos-tools 2.4.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@
 # Identity of this package.
 PACKAGE_NAME='microos-tools'
 PACKAGE_TARNAME='microos-tools'
-PACKAGE_VERSION='2.3'
-PACKAGE_STRING='microos-tools 2.3'
+PACKAGE_VERSION='2.4'
+PACKAGE_STRING='microos-tools 2.4'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1238,7 +1238,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures microos-tools 2.3 to adapt to many kinds of systems.
+\`configure' configures microos-tools 2.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1304,7 +1304,7 @@
 
 if test -n "$ac_init_help"; then
   case

commit microos-tools for openSUSE:Factory

2020-08-14 Thread root
Hello community,

here is the log from the commit of package microos-tools for openSUSE:Factory 
checked in at 2020-08-14 09:31:52

Comparing /work/SRC/openSUSE:Factory/microos-tools (Old)
 and  /work/SRC/openSUSE:Factory/.microos-tools.new.3399 (New)


Package is "microos-tools"

Fri Aug 14 09:31:52 2020 rev:9 rq:826036 version:2.3

Changes:

--- /work/SRC/openSUSE:Factory/microos-tools/microos-tools.changes  
2020-08-06 10:38:44.554018537 +0200
+++ /work/SRC/openSUSE:Factory/.microos-tools.new.3399/microos-tools.changes
2020-08-14 09:33:00.976388798 +0200
@@ -1,0 +2,11 @@
+Wed Aug 12 07:32:04 UTC 2020 - Thorsten Kukuk 
+
+- Update to version 2.3
+  - overwrite tmp.mount options with SELinux label for /tmp
+  - Add generator to label mount points if required
+  - Add dracut module to relabel core system if required
+  - Add locale-check to reset locale to system default if the one
+set by SSH does not exist [bsc#1156175]
+  - Set TMPDIR for salt to not use /tmp (preparation for noexec)
+
+---

Old:

  microos-tools-2.2.tar.xz

New:

  microos-tools-2.3.tar.xz
  microos-tools-rpmlintrc



Other differences:
--
++ microos-tools.spec ++
--- /var/tmp/diff_new_pack.8OemyU/_old  2020-08-14 09:33:02.004389325 +0200
+++ /var/tmp/diff_new_pack.8OemyU/_new  2020-08-14 09:33:02.004389325 +0200
@@ -17,19 +17,20 @@
 
 
 Name:   microos-tools
-Version:2.2
+Version:2.3
 Release:0
 Summary:Files and Scripts for openSUSE MicroOS
 License:GPL-2.0-or-later
 Group:  Development/Tools/Other
 URL:https://github.com/kubic-project/microos-tools
 Source: microos-tools-%{version}.tar.xz
+Source99:   microos-tools-rpmlintrc
 BuildRequires:  distribution-release
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(dracut)
 BuildRequires:  pkgconfig(systemd)
 Requires:   read-only-root-fs
 Conflicts:  systemd-coredump
-BuildArch:  noarch
 
 %description
 Files, scripts and directories for openSUSE Kubic.
@@ -45,30 +46,48 @@
 %make_install
 
 %pre
-%service_add_pre setup-systemd-proxy-env.service
+%service_add_pre setup-systemd-proxy-env.service printenv.service
 
 %post
-%service_add_post setup-systemd-proxy-env.service
+%regenerate_initrd_post
+%service_add_post setup-systemd-proxy-env.service printenv.service
 
 %preun
-%service_del_preun setup-systemd-proxy-env.service
+%service_del_preun setup-systemd-proxy-env.service printenv.service
 
 %postun
-%service_del_postun setup-systemd-proxy-env.service
+%regenerate_initrd_post
+%service_del_postun setup-systemd-proxy-env.service printenv.service
+
+%posttrans
+%regenerate_initrd_posttrans
 
 %files
 %license COPYING
-%config %{_sysconfdir}/systemd/system/systemd-firstboot.service
+%dir %{_sysconfdir}/selinux
+%config %{_sysconfdir}/selinux/fixfiles_exclude_dirs
 %dir %{_sysconfdir}/systemd
 %dir %{_sysconfdir}/systemd/system
+%config %{_sysconfdir}/systemd/system/systemd-firstboot.service
 %{_unitdir}/MicroOS-firstboot.service
 %{_unitdir}/printenv.service
 %{_unitdir}/setup-systemd-proxy-env.path
 %{_unitdir}/setup-systemd-proxy-env.service
 %dir %{_unitdir}/sysinit.target.wants
 %{_unitdir}/sysinit.target.wants/MicroOS-firstboot.service
-%{_prefix}/lib/sysctl.d/30-corefiles.conf
+%dir %{_unitdir}/tmp.mount.d
+%{_unitdir}/tmp.mount.d/selinux.conf
+%dir %{_unitdir}/salt-minion.service.d
+%{_unitdir}/salt-minion.service.d/TMPDIR.conf
+%{_tmpfilesdir}/salt-minion-tmpdir.conf
+%{_sysctldir}/30-corefiles.conf
 %{_libexecdir}/MicroOS-firstboot
 %{_sbindir}/setup-systemd-proxy-env
+%dir %{_prefix}/lib/dracut
+%dir %{_prefix}/lib/dracut/modules.d
+%{_prefix}/lib/dracut/modules.d/98selinux-microos
+%{_systemdgeneratordir}/selinux-autorelabel-generator
+%config %{_sysconfdir}/profile.d/ssh-locale-check.sh
+%{_bindir}/locale-check
 
 %changelog

++ microos-tools-2.2.tar.xz -> microos-tools-2.3.tar.xz ++
 5546 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.2/Makefile.am new/microos-tools-2.3/Makefile.am
--- old/microos-tools-2.2/Makefile.am   2020-07-29 13:08:17.0 +0200
+++ new/microos-tools-2.3/Makefile.am   2020-08-12 09:21:16.0 +0200
@@ -1,6 +1,7 @@
 AUTOMAKE_OPTIONS = 1.6 foreign check-news dist-xz
 
-SUBDIRS = firstboot systemd-proxy-env systemd-printenv sysctl
+SUBDIRS = firstboot systemd-proxy-env system

commit microos-tools for openSUSE:Factory

2020-08-06 Thread root
Hello community,

here is the log from the commit of package microos-tools for openSUSE:Factory 
checked in at 2020-08-06 10:38:37

Comparing /work/SRC/openSUSE:Factory/microos-tools (Old)
 and  /work/SRC/openSUSE:Factory/.microos-tools.new.3399 (New)


Package is "microos-tools"

Thu Aug  6 10:38:37 2020 rev:8 rq:824150 version:2.2

Changes:

--- /work/SRC/openSUSE:Factory/microos-tools/microos-tools.changes  
2020-06-10 00:33:54.388671102 +0200
+++ /work/SRC/openSUSE:Factory/.microos-tools.new.3399/microos-tools.changes
2020-08-06 10:38:44.554018537 +0200
@@ -1,0 +2,6 @@
+Thu Jul 30 09:34:25 UTC 2020 - Thorsten Kukuk 
+
+- Update to version 2.2
+  - tmpfs support got moved to systemd
+
+---

Old:

  microos-tools-2.1.tar.xz

New:

  microos-tools-2.2.tar.xz



Other differences:
--
++ microos-tools.spec ++
--- /var/tmp/diff_new_pack.7SDtno/_old  2020-08-06 10:38:45.206018863 +0200
+++ /var/tmp/diff_new_pack.7SDtno/_new  2020-08-06 10:38:45.210018865 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   microos-tools
-Version:2.1
+Version:2.2
 Release:0
 Summary:Files and Scripts for openSUSE MicroOS
 License:GPL-2.0-or-later
@@ -65,11 +65,8 @@
 %{_unitdir}/printenv.service
 %{_unitdir}/setup-systemd-proxy-env.path
 %{_unitdir}/setup-systemd-proxy-env.service
-%{_unitdir}/tmp.mount
 %dir %{_unitdir}/sysinit.target.wants
 %{_unitdir}/sysinit.target.wants/MicroOS-firstboot.service
-%dir %{_unitdir}/local-fs.target.wants
-%{_unitdir}/local-fs.target.wants/tmp.mount
 %{_prefix}/lib/sysctl.d/30-corefiles.conf
 %{_libexecdir}/MicroOS-firstboot
 %{_sbindir}/setup-systemd-proxy-env

++ microos-tools-2.1.tar.xz -> microos-tools-2.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-2.1/Makefile.am 
new/microos-tools-2.2/Makefile.am
--- old/microos-tools-2.1/Makefile.am   2020-06-05 08:32:41.0 +0200
+++ new/microos-tools-2.2/Makefile.am   2020-07-29 13:08:17.0 +0200
@@ -1,6 +1,6 @@
 AUTOMAKE_OPTIONS = 1.6 foreign check-news dist-xz
 
-SUBDIRS = firstboot systemd-proxy-env systemd-printenv systemd-tmpfs sysctl
+SUBDIRS = firstboot systemd-proxy-env systemd-printenv sysctl
 
 CLEANFILES = *~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-2.1/Makefile.in 
new/microos-tools-2.2/Makefile.in
--- old/microos-tools-2.1/Makefile.in   2020-06-05 12:05:18.0 +0200
+++ new/microos-tools-2.2/Makefile.in   2020-07-29 13:11:50.0 +0200
@@ -277,7 +277,7 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 AUTOMAKE_OPTIONS = 1.6 foreign check-news dist-xz
-SUBDIRS = firstboot systemd-proxy-env systemd-printenv systemd-tmpfs sysctl
+SUBDIRS = firstboot systemd-proxy-env systemd-printenv sysctl
 CLEANFILES = *~
 EXTRA_DIST = README.md
 all: all-recursive
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-2.1/NEWS new/microos-tools-2.2/NEWS
--- old/microos-tools-2.1/NEWS  2020-06-05 08:26:16.0 +0200
+++ new/microos-tools-2.2/NEWS  2020-07-29 13:11:42.0 +0200
@@ -1,3 +1,6 @@
+Version 2.2
+ - tmp.mount is provided now by systemd
+
 Version 2.1
  - Use tmpfs for /tmp
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-2.1/README.md 
new/microos-tools-2.2/README.md
--- old/microos-tools-2.1/README.md 2020-06-05 12:04:58.0 +0200
+++ new/microos-tools-2.2/README.md 2020-07-29 13:08:17.0 +0200
@@ -1,18 +1,6 @@
 # MicroOS Tools
 Files and scripts for openSUSE MicroOS
 
-## /tmp and tmpfs
-MicroOS uses now tmpfs for /tmp. This might break a few programs which
-assume that they can place large files in /tmp or that /tmp is persistant
-across boot. 
-
-Mounting of tmpfs on /tmp can be disabled by issuing
-`systemctl mask tmp.mount`, and reboot.
-
-A `/tmp` entry in `/etc/fstab` also take preference over the tmpfs
-mount unit. So updated systems will continue to use the tmp subvolume
-until this entry get's removed from `/etc/fstab`.
-
 ## systemd services
 
 ### setup-systemd-proxy-env.service
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-2.1/configure 
new/microos-tools-2.2/configure
--- old/microos-tools-2.1/configure 2020-06-05 12:05:18.0 +0200
+++ new/microos-tools-2.2/configure 2020-07-29 13:11:51.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for microos-tools 2.1.
+# Generated by GN

commit microos-tools for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package microos-tools for openSUSE:Factory 
checked in at 2020-06-10 00:33:46

Comparing /work/SRC/openSUSE:Factory/microos-tools (Old)
 and  /work/SRC/openSUSE:Factory/.microos-tools.new.3606 (New)


Package is "microos-tools"

Wed Jun 10 00:33:46 2020 rev:7 rq:811737 version:2.1

Changes:

--- /work/SRC/openSUSE:Factory/microos-tools/microos-tools.changes  
2020-05-11 13:26:00.451187403 +0200
+++ /work/SRC/openSUSE:Factory/.microos-tools.new.3606/microos-tools.changes
2020-06-10 00:33:54.388671102 +0200
@@ -1,0 +2,6 @@
+Fri Jun  5 10:14:16 UTC 2020 - Thorsten Kukuk 
+
+- Update to version 2.1
+  - Provide support to use tmpfs for /tmp
+
+---

Old:

  microos-tools-2.0.tar.xz

New:

  microos-tools-2.1.tar.xz



Other differences:
--
++ microos-tools.spec ++
--- /var/tmp/diff_new_pack.VOs3uV/_old  2020-06-10 00:33:55.256673458 +0200
+++ /var/tmp/diff_new_pack.VOs3uV/_new  2020-06-10 00:33:55.256673458 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   microos-tools
-Version:2.0
+Version:2.1
 Release:0
 Summary:Files and Scripts for openSUSE MicroOS
 License:GPL-2.0-or-later
@@ -65,8 +65,11 @@
 %{_unitdir}/printenv.service
 %{_unitdir}/setup-systemd-proxy-env.path
 %{_unitdir}/setup-systemd-proxy-env.service
-%{_unitdir}/sysinit.target.wants
+%{_unitdir}/tmp.mount
+%dir %{_unitdir}/sysinit.target.wants
 %{_unitdir}/sysinit.target.wants/MicroOS-firstboot.service
+%dir %{_unitdir}/local-fs.target.wants
+%{_unitdir}/local-fs.target.wants/tmp.mount
 %{_prefix}/lib/sysctl.d/30-corefiles.conf
 %{_libexecdir}/MicroOS-firstboot
 %{_sbindir}/setup-systemd-proxy-env

++ microos-tools-2.0.tar.xz -> microos-tools-2.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-2.0/Makefile.am 
new/microos-tools-2.1/Makefile.am
--- old/microos-tools-2.0/Makefile.am   2020-05-10 11:28:46.0 +0200
+++ new/microos-tools-2.1/Makefile.am   2020-06-05 08:32:41.0 +0200
@@ -1,6 +1,6 @@
 AUTOMAKE_OPTIONS = 1.6 foreign check-news dist-xz
 
-SUBDIRS = firstboot systemd-proxy-env systemd-printenv sysctl
+SUBDIRS = firstboot systemd-proxy-env systemd-printenv systemd-tmpfs sysctl
 
 CLEANFILES = *~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-2.0/Makefile.in 
new/microos-tools-2.1/Makefile.in
--- old/microos-tools-2.0/Makefile.in   2020-05-10 11:28:48.0 +0200
+++ new/microos-tools-2.1/Makefile.in   2020-06-05 12:05:18.0 +0200
@@ -277,7 +277,7 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 AUTOMAKE_OPTIONS = 1.6 foreign check-news dist-xz
-SUBDIRS = firstboot systemd-proxy-env systemd-printenv sysctl
+SUBDIRS = firstboot systemd-proxy-env systemd-printenv systemd-tmpfs sysctl
 CLEANFILES = *~
 EXTRA_DIST = README.md
 all: all-recursive
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-2.0/NEWS new/microos-tools-2.1/NEWS
--- old/microos-tools-2.0/NEWS  2020-05-10 11:03:27.0 +0200
+++ new/microos-tools-2.1/NEWS  2020-06-05 08:26:16.0 +0200
@@ -1,2 +1,5 @@
+Version 2.1
+ - Use tmpfs for /tmp
+
 Version 2.0
  - change to autotools
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-2.0/README.md 
new/microos-tools-2.1/README.md
--- old/microos-tools-2.0/README.md 2020-04-30 16:06:17.0 +0200
+++ new/microos-tools-2.1/README.md 2020-06-05 12:04:58.0 +0200
@@ -1,2 +1,26 @@
 # MicroOS Tools
 Files and scripts for openSUSE MicroOS
+
+## /tmp and tmpfs
+MicroOS uses now tmpfs for /tmp. This might break a few programs which
+assume that they can place large files in /tmp or that /tmp is persistant
+across boot. 
+
+Mounting of tmpfs on /tmp can be disabled by issuing
+`systemctl mask tmp.mount`, and reboot.
+
+A `/tmp` entry in `/etc/fstab` also take preference over the tmpfs
+mount unit. So updated systems will continue to use the tmp subvolume
+until this entry get's removed from `/etc/fstab`.
+
+## systemd services
+
+### setup-systemd-proxy-env.service
+
+The `setup-systemd-proxy-env.service` makes the proxy variables from
+`/etc/sysconfig/proxy` available to all systemd units.
+
+### printenv.service
+
+The `printenv.service` is to debug which environment variables exist
+by default. It just calls `printenv`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-2.0/configure 
new/microos-tools-2.1/configure
--- old/microos-tools-2.0/configure 202

commit microos-tools for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package microos-tools for openSUSE:Factory 
checked in at 2020-05-11 13:25:58

Comparing /work/SRC/openSUSE:Factory/microos-tools (Old)
 and  /work/SRC/openSUSE:Factory/.microos-tools.new.2738 (New)


Package is "microos-tools"

Mon May 11 13:25:58 2020 rev:6 rq:802478 version:2.0

Changes:

--- /work/SRC/openSUSE:Factory/microos-tools/microos-tools.changes  
2020-02-19 12:40:02.795567570 +0100
+++ /work/SRC/openSUSE:Factory/.microos-tools.new.2738/microos-tools.changes
2020-05-11 13:26:00.451187403 +0200
@@ -1,0 +2,6 @@
+Sun May 10 09:32:13 UTC 2020 - Thorsten Kukuk 
+
+- Update to version 2.0
+  - use autoconf tools to support libexecdir
+
+---

Old:

  _service
  _servicedata
  microos-tools-1.0+git20200214.c7654a7.tar.xz

New:

  microos-tools-2.0.tar.xz



Other differences:
--
++ microos-tools.spec ++
--- /var/tmp/diff_new_pack.Bb7hgX/_old  2020-05-11 13:26:01.183188938 +0200
+++ /var/tmp/diff_new_pack.Bb7hgX/_new  2020-05-11 13:26:01.183188938 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   microos-tools
-Version:1.0+git20200214.c7654a7
+Version:2.0
 Release:0
 Summary:Files and Scripts for openSUSE MicroOS
 License:GPL-2.0-or-later
@@ -25,9 +25,10 @@
 URL:https://github.com/kubic-project/microos-tools
 Source: microos-tools-%{version}.tar.xz
 BuildRequires:  distribution-release
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(systemd)
 Requires:   read-only-root-fs
 Conflicts:  systemd-coredump
-Obsoletes:  caasp-tools
 BuildArch:  noarch
 
 %description
@@ -37,9 +38,11 @@
 %setup -q
 
 %build
+%configure
+%make_build
 
 %install
-cp -a {etc,usr} %{buildroot}
+%make_install
 
 %pre
 %service_add_pre setup-systemd-proxy-env.service
@@ -58,7 +61,12 @@
 %config %{_sysconfdir}/systemd/system/systemd-firstboot.service
 %dir %{_sysconfdir}/systemd
 %dir %{_sysconfdir}/systemd/system
-%{_unitdir}
+%{_unitdir}/MicroOS-firstboot.service
+%{_unitdir}/printenv.service
+%{_unitdir}/setup-systemd-proxy-env.path
+%{_unitdir}/setup-systemd-proxy-env.service
+%{_unitdir}/sysinit.target.wants
+%{_unitdir}/sysinit.target.wants/MicroOS-firstboot.service
 %{_prefix}/lib/sysctl.d/30-corefiles.conf
 %{_libexecdir}/MicroOS-firstboot
 %{_sbindir}/setup-systemd-proxy-env

++ microos-tools-1.0+git20200214.c7654a7.tar.xz -> microos-tools-2.0.tar.xz 
++
 9221 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-1.0+git20200214.c7654a7/Makefile.am 
new/microos-tools-2.0/Makefile.am
--- old/microos-tools-1.0+git20200214.c7654a7/Makefile.am   1970-01-01 
01:00:00.0 +0100
+++ new/microos-tools-2.0/Makefile.am   2020-05-10 11:28:46.0 +0200
@@ -0,0 +1,7 @@
+AUTOMAKE_OPTIONS = 1.6 foreign check-news dist-xz
+
+SUBDIRS = firstboot systemd-proxy-env systemd-printenv sysctl
+
+CLEANFILES = *~
+
+EXTRA_DIST = README.md
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-1.0+git20200214.c7654a7/NEWS new/microos-tools-2.0/NEWS
--- old/microos-tools-1.0+git20200214.c7654a7/NEWS  1970-01-01 
01:00:00.0 +0100
+++ new/microos-tools-2.0/NEWS  2020-05-10 11:03:27.0 +0200
@@ -0,0 +1,2 @@
+Version 2.0
+ - change to autotools
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-1.0+git20200214.c7654a7/caasp/cloud-init/cc_suse_caasp.py 
new/microos-tools-2.0/caasp/cloud-init/cc_suse_caasp.py
--- old/microos-tools-1.0+git20200214.c7654a7/caasp/cloud-init/cc_suse_caasp.py 
2020-02-14 10:57:32.0 +0100
+++ new/microos-tools-2.0/caasp/cloud-init/cc_suse_caasp.py 1970-01-01 
01:00:00.0 +0100
@@ -1,71 +0,0 @@
-# vi: ts=4 expandtab
-#
-#Copyright (C) 2017,2018 SUSE LLC
-#
-#Author: Thorsten Kukuk 
-#
-#This program is free software; you can redistribute it and/or
-#   

commit microos-tools for openSUSE:Factory

2020-02-19 Thread root
Hello community,

here is the log from the commit of package microos-tools for openSUSE:Factory 
checked in at 2020-02-19 12:40:01

Comparing /work/SRC/openSUSE:Factory/microos-tools (Old)
 and  /work/SRC/openSUSE:Factory/.microos-tools.new.26092 (New)


Package is "microos-tools"

Wed Feb 19 12:40:01 2020 rev:5 rq:774346 version:1.0+git20200214.c7654a7

Changes:

--- /work/SRC/openSUSE:Factory/microos-tools/microos-tools.changes  
2019-09-02 13:18:42.293381440 +0200
+++ /work/SRC/openSUSE:Factory/.microos-tools.new.26092/microos-tools.changes   
2020-02-19 12:40:02.795567570 +0100
@@ -1,0 +2,7 @@
+Fri Feb 14 09:59:05 UTC 2020 - ku...@suse.de
+
+- Update to version 1.0+git20200214.c7654a7:
+  * Remove btrfsQuota, snapper list provides now the same informations
+  * Adjust README.md
+
+---

Old:

  microos-tools-1.0+git20190812.97ca0ee.tar.xz

New:

  microos-tools-1.0+git20200214.c7654a7.tar.xz



Other differences:
--
++ microos-tools.spec ++
--- /var/tmp/diff_new_pack.7h8LlN/_old  2020-02-19 12:40:03.315568571 +0100
+++ /var/tmp/diff_new_pack.7h8LlN/_new  2020-02-19 12:40:03.315568571 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package microos-tools
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   microos-tools
-Version:1.0+git20190812.97ca0ee
+Version:1.0+git20200214.c7654a7
 Release:0
 Summary:Files and Scripts for openSUSE MicroOS
 License:GPL-2.0-or-later
@@ -40,8 +40,6 @@
 
 %install
 cp -a {etc,usr} %{buildroot}
-mkdir -p %{buildroot}%{_sbindir}
-mkdir -p %{buildroot}%{_mandir}/man8
 
 %pre
 %service_add_pre setup-systemd-proxy-env.service
@@ -63,8 +61,6 @@
 %{_unitdir}
 %{_prefix}/lib/sysctl.d/30-corefiles.conf
 %{_libexecdir}/MicroOS-firstboot
-%{_sbindir}/btrfsQuota
 %{_sbindir}/setup-systemd-proxy-env
-%{_mandir}/man8/btrfsQuota.8%{?ext_man}
 
 %changelog

++ _servicedata ++
--- /var/tmp/diff_new_pack.7h8LlN/_old  2020-02-19 12:40:03.347568633 +0100
+++ /var/tmp/diff_new_pack.7h8LlN/_new  2020-02-19 12:40:03.351568640 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/kubic-project/microos-tools.git
-97ca0eeaf80cd24a6f0b74176573ce33c9aae745
+c7654a79a800f6e00360cf407ce849d9d5279c6b
  
 
\ No newline at end of file

++ microos-tools-1.0+git20190812.97ca0ee.tar.xz -> 
microos-tools-1.0+git20200214.c7654a7.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-tools-1.0+git20190812.97ca0ee/README.md 
new/microos-tools-1.0+git20200214.c7654a7/README.md
--- old/microos-tools-1.0+git20190812.97ca0ee/README.md 2019-08-12 
13:17:08.0 +0200
+++ new/microos-tools-1.0+git20200214.c7654a7/README.md 2020-02-14 
10:57:32.0 +0100
@@ -1,3 +1,2 @@
 # MicroOS Tools
-Files and scripts for the openSUSE MicroOS part of openSUSE Kubic
-and SUSE MicroOS of SUSE CaaS Platform.
+Files and scripts for openSUSE MicroOS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/microos-tools-1.0+git20190812.97ca0ee/usr/sbin/btrfsQuota 
new/microos-tools-1.0+git20200214.c7654a7/usr/sbin/btrfsQuota
--- old/microos-tools-1.0+git20190812.97ca0ee/usr/sbin/btrfsQuota   
2019-08-12 13:17:08.0 +0200
+++ new/microos-tools-1.0+git20200214.c7654a7/usr/sbin/btrfsQuota   
1970-01-01 01:00:00.0 +0100
@@ -1,61 +0,0 @@
-#!/usr/bin/python3
-
-# From:
-# 
https://btrfs.wiki.kernel.org/index.php/Quota_support#.2Fusr.2Flocal.2Fbin.2FbtrfsQuota.py
-
-import argparse
-import subprocess
-
-parser = argparse.ArgumentParser(
-description='Gives quotas from a BTRFS filesystem in a readable form'
-)
-parser.add_argument(
-'--unit', metavar='U', type=str,
-default='G',
-help='SI Unit, [B]ytes, K, M, G, T, P',
-)
-parser.add_argument(
-'mount_point', metavar='PATH', type=str,
-default='/',
-help='BTRFS mount point',
-)
-sys_args = parser.parse_args()
-mount_point = sys_args.mount_point
-
-multiplicator_lookup = ['B', 'K', 'M', 'G', 'T', 'P']
-
-subvolume_data = dict()
-cmd = ["btrfs",  "subvolume", "list", mount_point]
-for line in subprocess.check_output(cmd).splitlines():
-args = str(line, encoding='utf8').split()
-subvolume_data[int(args[1])] = args[-1]
-
-print("subvol\t\t\t\t\t\tgroup totalunshared")
-print("-" * 79)
-cmd = ["btrfs", "qgroup", "show", "--raw", mount_point]
-for line in subprocess.check_output(cmd).splitlines():
-args = str(line, encod

commit microos-tools for openSUSE:Factory

2019-09-02 Thread root
Hello community,

here is the log from the commit of package microos-tools for openSUSE:Factory 
checked in at 2019-09-02 13:18:38

Comparing /work/SRC/openSUSE:Factory/microos-tools (Old)
 and  /work/SRC/openSUSE:Factory/.microos-tools.new.7948 (New)


Package is "microos-tools"

Mon Sep  2 13:18:38 2019 rev:4 rq:722653 version:1.0+git20190812.97ca0ee

Changes:

--- /work/SRC/openSUSE:Factory/microos-tools/microos-tools.changes  
2019-06-24 21:49:03.479905700 +0200
+++ /work/SRC/openSUSE:Factory/.microos-tools.new.7948/microos-tools.changes
2019-09-02 13:18:42.293381440 +0200
@@ -1,0 +2,11 @@
+Mon Aug 12 13:18:41 CEST 2019 - ku...@suse.de
+
+- Remove create_autoyast_profile from sources
+
+---
+Mon Aug 12 11:18:31 UTC 2019 - ku...@suse.de
+
+- Update to version 1.0+git20190812.97ca0ee:
+  * Add create_autoyast_profile to caasp section for reference
+
+---

Old:

  create_autoyast_profile.pl
  microos-tools-1.0+git20190611.6211f74.tar.xz

New:

  microos-tools-1.0+git20190812.97ca0ee.tar.xz



Other differences:
--
++ microos-tools.spec ++
--- /var/tmp/diff_new_pack.5EzcFN/_old  2019-09-02 13:18:42.861381353 +0200
+++ /var/tmp/diff_new_pack.5EzcFN/_new  2019-09-02 13:18:42.861381353 +0200
@@ -17,18 +17,15 @@
 
 
 Name:   microos-tools
-Version:1.0+git20190611.6211f74
+Version:1.0+git20190812.97ca0ee
 Release:0
 Summary:Files and Scripts for openSUSE MicroOS
 License:GPL-2.0-or-later
 Group:  Development/Tools/Other
 URL:https://github.com/kubic-project/microos-tools
-Source0:microos-tools-%{version}.tar.xz
-Source1:create_autoyast_profile.pl
+Source: microos-tools-%{version}.tar.xz
 BuildRequires:  distribution-release
 Requires:   read-only-root-fs
-# for create_autoyast_prfile.pl
-Requires:   perl-JSON
 Conflicts:  systemd-coredump
 Obsoletes:  caasp-tools
 BuildArch:  noarch
@@ -44,9 +41,7 @@
 %install
 cp -a {etc,usr} %{buildroot}
 mkdir -p %{buildroot}%{_sbindir}
-install %{SOURCE1} %{buildroot}%{_sbindir}/create_autoyast_profile
 mkdir -p %{buildroot}%{_mandir}/man8
-pod2man %{SOURCE1} > %{buildroot}%{_mandir}/man8/create_autoyast_profile.8
 
 %pre
 %service_add_pre setup-systemd-proxy-env.service
@@ -69,9 +64,7 @@
 %{_prefix}/lib/sysctl.d/30-corefiles.conf
 %{_libexecdir}/MicroOS-firstboot
 %{_sbindir}/btrfsQuota
-%{_sbindir}/create_autoyast_profile
 %{_sbindir}/setup-systemd-proxy-env
 %{_mandir}/man8/btrfsQuota.8%{?ext_man}
-%{_mandir}/man8/create_autoyast_profile.8%{?ext_man}
 
 %changelog

++ _servicedata ++
--- /var/tmp/diff_new_pack.5EzcFN/_old  2019-09-02 13:18:42.901381347 +0200
+++ /var/tmp/diff_new_pack.5EzcFN/_new  2019-09-02 13:18:42.901381347 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/kubic-project/microos-tools.git
-6211f74e41dcf26b46cd0484d784ecb9e23de72f
+97ca0eeaf80cd24a6f0b74176573ce33c9aae745
  
 
\ No newline at end of file

++ microos-tools-1.0+git20190611.6211f74.tar.xz -> 
microos-tools-1.0+git20190812.97ca0ee.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/microos-tools-1.0+git20190611.6211f74/caasp/usr/sbin/create_autoyast_profile
 
new/microos-tools-1.0+git20190812.97ca0ee/caasp/usr/sbin/create_autoyast_profile
--- 
old/microos-tools-1.0+git20190611.6211f74/caasp/usr/sbin/create_autoyast_profile
1970-01-01 01:00:00.0 +0100
+++ 
new/microos-tools-1.0+git20190812.97ca0ee/caasp/usr/sbin/create_autoyast_profile
2019-08-12 13:17:08.0 +0200
@@ -0,0 +1,482 @@
+#!/usr/bin/perl
+#
+# Copyright (C) 2017 Thorsten Kukuk
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# in Version 2 or later as published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# 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 .
+#
+
+=head1 NAME
+
+create_autoyast_profile - Create autoyast profile for SUSE CaaSP
+
+=head1 SYNOPSIS
+
+create_autoyast_profile [options]
+
+=head1 DESCRIPTION
+
+Create an autoyast profile for fully automatic installation of
+SUSE Container as a Service Platform Cluster Node.
+
+=head1 OPTIONS
+
+-o|--output fileWrite autoyast profile as 'file' to di

commit microos-tools for openSUSE:Factory

2019-06-24 Thread root
Hello community,

here is the log from the commit of package microos-tools for openSUSE:Factory 
checked in at 2019-06-24 21:49:03

Comparing /work/SRC/openSUSE:Factory/microos-tools (Old)
 and  /work/SRC/openSUSE:Factory/.microos-tools.new.4615 (New)


Package is "microos-tools"

Mon Jun 24 21:49:03 2019 rev:3 rq:709171 version:1.0+git20190611.6211f74

Changes:

--- /work/SRC/openSUSE:Factory/microos-tools/microos-tools.changes  
2019-02-27 21:12:06.779191681 +0100
+++ /work/SRC/openSUSE:Factory/.microos-tools.new.4615/microos-tools.changes
2019-06-24 21:49:03.479905700 +0200
@@ -1,0 +2,8 @@
+Tue Jun 11 12:31:09 UTC 2019 - ku...@suse.de
+
+- Update to version 1.0+git20190611.6211f74:
+  * Rename 51-corefiles.conf to 30-corefiles.conf, so that an user
+can override it by installing telemectrics-client or
+systemd-coredump.
+
+---

Old:

  microos-tools-1.0+git20190218.9e72dd7.tar.xz

New:

  microos-tools-1.0+git20190611.6211f74.tar.xz



Other differences:
--
++ microos-tools.spec ++
--- /var/tmp/diff_new_pack.KSGb8j/_old  2019-06-24 21:49:04.979906859 +0200
+++ /var/tmp/diff_new_pack.KSGb8j/_new  2019-06-24 21:49:04.06875 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   microos-tools
-Version:1.0+git20190218.9e72dd7
+Version:1.0+git20190611.6211f74
 Release:0
 Summary:Files and Scripts for openSUSE MicroOS
 License:GPL-2.0-or-later
@@ -66,7 +66,7 @@
 %dir %{_sysconfdir}/systemd
 %dir %{_sysconfdir}/systemd/system
 %{_unitdir}
-%{_prefix}/lib/sysctl.d/51-corefiles.conf
+%{_prefix}/lib/sysctl.d/30-corefiles.conf
 %{_libexecdir}/MicroOS-firstboot
 %{_sbindir}/btrfsQuota
 %{_sbindir}/create_autoyast_profile

++ _servicedata ++
--- /var/tmp/diff_new_pack.KSGb8j/_old  2019-06-24 21:49:05.479907246 +0200
+++ /var/tmp/diff_new_pack.KSGb8j/_new  2019-06-24 21:49:05.499907262 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/kubic-project/microos-tools.git
-9e72dd715157ffd9019b4d80e973218144accca8
+6211f74e41dcf26b46cd0484d784ecb9e23de72f
  
 
\ No newline at end of file

++ microos-tools-1.0+git20190218.9e72dd7.tar.xz -> 
microos-tools-1.0+git20190611.6211f74.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/microos-tools-1.0+git20190218.9e72dd7/usr/lib/sysctl.d/30-corefiles.conf 
new/microos-tools-1.0+git20190611.6211f74/usr/lib/sysctl.d/30-corefiles.conf
--- 
old/microos-tools-1.0+git20190218.9e72dd7/usr/lib/sysctl.d/30-corefiles.conf
1970-01-01 01:00:00.0 +0100
+++ 
new/microos-tools-1.0+git20190611.6211f74/usr/lib/sysctl.d/30-corefiles.conf
2019-06-11 14:30:02.0 +0200
@@ -0,0 +1,10 @@
+# Create core files in /tmp with an unique name
+# %p: pid
+# %%: output one '%'
+# %u: uid
+# %g: gid
+# %s: signal number
+# %t: UNIX time of dump
+# %h: hostname
+# %e: executable filename
+kernel.core_pattern=/var/tmp/core.%h.%e.%p.%t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/microos-tools-1.0+git20190218.9e72dd7/usr/lib/sysctl.d/51-corefiles.conf 
new/microos-tools-1.0+git20190611.6211f74/usr/lib/sysctl.d/51-corefiles.conf
--- 
old/microos-tools-1.0+git20190218.9e72dd7/usr/lib/sysctl.d/51-corefiles.conf
2019-02-18 12:42:23.0 +0100
+++ 
new/microos-tools-1.0+git20190611.6211f74/usr/lib/sysctl.d/51-corefiles.conf
1970-01-01 01:00:00.0 +0100
@@ -1,10 +0,0 @@
-# Create core files in /tmp with an unique name
-# %p: pid
-# %%: output one '%'
-# %u: uid
-# %g: gid
-# %s: signal number
-# %t: UNIX time of dump
-# %h: hostname
-# %e: executable filename
-kernel.core_pattern=/var/tmp/core.%h.%e.%p.%t




commit microos-tools for openSUSE:Factory

2019-02-27 Thread root
Hello community,

here is the log from the commit of package microos-tools for openSUSE:Factory 
checked in at 2019-02-27 21:12:05

Comparing /work/SRC/openSUSE:Factory/microos-tools (Old)
 and  /work/SRC/openSUSE:Factory/.microos-tools.new.28833 (New)


Package is "microos-tools"

Wed Feb 27 21:12:05 2019 rev:2 rq:679784 version:1.0+git20190218.9e72dd7

Changes:

--- /work/SRC/openSUSE:Factory/microos-tools/microos-tools.changes  
2019-02-24 17:14:58.328455129 +0100
+++ /work/SRC/openSUSE:Factory/.microos-tools.new.28833/microos-tools.changes   
2019-02-27 21:12:06.779191681 +0100
@@ -1,0 +2,5 @@
+Wed Feb 27 11:46:11 CET 2019 - ku...@suse.de
+
+- Re-add requires for perl-JSON, required by create_autoyast_profile
+
+---



Other differences:
--
++ microos-tools.spec ++
--- /var/tmp/diff_new_pack.Sgdp6G/_old  2019-02-27 21:12:08.399191354 +0100
+++ /var/tmp/diff_new_pack.Sgdp6G/_new  2019-02-27 21:12:08.439191346 +0100
@@ -27,6 +27,8 @@
 Source1:create_autoyast_profile.pl
 BuildRequires:  distribution-release
 Requires:   read-only-root-fs
+# for create_autoyast_prfile.pl
+Requires:   perl-JSON
 Conflicts:  systemd-coredump
 Obsoletes:  caasp-tools
 BuildArch:  noarch