Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2019-08-05 11:18:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base"

Mon Aug  5 11:18:43 2019 rev:455 rq:720649 version:84.87+git20190718.ce933cb

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2019-07-13 
13:33:40.587347318 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new.4126/aaa_base.changes      
2019-08-05 11:18:46.190501508 +0200
@@ -1,0 +2,11 @@
+Thu Jul 25 12:46:13 UTC 2019 - Fabian Vogt <fv...@suse.com>
+
+- Drop /bin/login requirement
+
+-------------------------------------------------------------------
+Thu Jul 18 15:04:00 UTC 2019 - r...@suse.com
+
+- Update to version 84.87+git20190718.ce933cb:
+  * Make systemd detection cgroup oblivious (bsc#1140647)
+
+-------------------------------------------------------------------

Old:
----
  aaa_base-84.87+git20190418.d83e9d6.tar.xz

New:
----
  aaa_base-84.87+git20190718.ce933cb.tar.xz

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.gkxfKT/_old  2019-08-05 11:18:48.394500605 +0200
+++ /var/tmp/diff_new_pack.gkxfKT/_new  2019-08-05 11:18:48.426500593 +0200
@@ -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 https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 # icecream 0
 
@@ -23,13 +23,12 @@
 %endif
 
 Name:           aaa_base
-Version:        84.87+git20190418.d83e9d6
+Version:        84.87+git20190718.ce933cb
 Release:        0
 Url:            https://github.com/openSUSE/aaa_base
 # do not require systemd - aaa_base is in the build environment and we don't
 # want to pull in tons of dependencies
 Conflicts:      sysvinit-init
-Requires:       /bin/login
 Requires:       /bin/mktemp
 Requires:       /usr/bin/find
 Requires:       /usr/bin/tput

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.gkxfKT/_old  2019-08-05 11:18:49.086500322 +0200
+++ /var/tmp/diff_new_pack.gkxfKT/_new  2019-08-05 11:18:49.118500309 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/aaa_base.git</param>
-              <param 
name="changesrevision">d83e9d67c6cf097f2e21460a4163766ab8322a77</param></service></servicedata>
+              <param 
name="changesrevision">8640f848c6677f1149b9765a8c86135956604007</param></service></servicedata>
\ No newline at end of file

++++++ aaa_base-84.87+git20190418.d83e9d6.tar.xz -> 
aaa_base-84.87+git20190718.ce933cb.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20190418.d83e9d6/files/usr/bin/chkconfig 
new/aaa_base-84.87+git20190718.ce933cb/files/usr/bin/chkconfig
--- old/aaa_base-84.87+git20190418.d83e9d6/files/usr/bin/chkconfig      
2019-04-18 16:24:31.000000000 +0200
+++ new/aaa_base-84.87+git20190718.ce933cb/files/usr/bin/chkconfig      
2019-07-18 17:03:33.000000000 +0200
@@ -461,16 +461,8 @@
 # check if systemd is active
 #
 sub is_systemd_active {
-    my $cgroup_dev;
-    my $systemd_dev;
-    my $st;
-
     use File::stat;
-    $st = lstat("/sys/fs/cgroup") or return 0;
-    $cgroup_dev = $st->dev;
-    $st = lstat("/sys/fs/cgroup/systemd") or return 0;
-    $systemd_dev = $st->dev;
-    return 0 if ($cgroup_dev == $systemd_dev);
+    lstat("/run/systemd/system") or return 0;
     -e $systemd_binary_path or return 0;
     return 1;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20190418.d83e9d6/files/usr/sbin/service 
new/aaa_base-84.87+git20190718.ce933cb/files/usr/sbin/service
--- old/aaa_base-84.87+git20190418.d83e9d6/files/usr/sbin/service       
2019-04-18 16:24:31.000000000 +0200
+++ new/aaa_base-84.87+git20190718.ce933cb/files/usr/sbin/service       
2019-07-18 17:03:33.000000000 +0200
@@ -7,7 +7,7 @@
 
 sd_booted()
 {
-    test -d /sys/fs/cgroup/systemd/
+    test -e /run/systemd/system/
 }
 
 #


Reply via email to