Hello community, here is the log from the commit of package rtkit for openSUSE:Factory checked in at 2019-07-13 13:34:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rtkit (Old) and /work/SRC/openSUSE:Factory/.rtkit.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rtkit" Sat Jul 13 13:34:25 2019 rev:27 rq:713263 version:0.11+git.20161005 Changes: -------- --- /work/SRC/openSUSE:Factory/rtkit/rtkit.changes 2016-12-16 11:52:15.285469483 +0100 +++ /work/SRC/openSUSE:Factory/.rtkit.new.4615/rtkit.changes 2019-07-13 13:34:26.787335045 +0200 @@ -1,0 +2,18 @@ +Wed Jul 03 14:13:21 UTC 2019 - [email protected] + +- Update to version 0.11+git.20161005: + * Drop removed ControlGroup stanza + * systemd: update sd-daemon.[ch] + * build-sys: since clock_gettime() moved to libc use mq_open to check for librt + * Pass uid of caller to polkit + * systemd: update sd-daemon.[ch] + * git: update gitignore + * git: update .gitignore + * build-sys: modernize build system + * systemd: secure rtkit service a bit + * systemd: update unit file a bit +- Drop rtkit-no-cpu-controlgroup.patch +- Add -Wno-format-nonliteral -Wno-format-security to optflags in order + to prepare for -Werror of these warnings in openSUSE:Factory. + +------------------------------------------------------------------- Old: ---- rtkit-0.11+git.20130926.tar.xz rtkit-no-cpu-controlgroup.patch New: ---- rtkit-0.11+git.20161005.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rtkit.spec ++++++ --- /var/tmp/diff_new_pack.x4OUV4/_old 2019-07-13 13:34:27.399334883 +0200 +++ /var/tmp/diff_new_pack.x4OUV4/_new 2019-07-13 13:34:27.403334882 +0200 @@ -1,7 +1,7 @@ # # spec file for package rtkit # -# Copyright (c) 2016 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,27 +12,26 @@ # 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/ # Name: rtkit -Version: 0.11+git.20130926 +Version: 0.11+git.20161005 Release: 0 Summary: Realtime Policy and Watchdog Daemon -License: GPL-3.0+ and BSD-3-Clause -Group: System/Base # The daemon itself is GPL v3 or later, the reference implementation for # the client BSD-3-Clause +License: GPL-3.0-or-later AND BSD-3-Clause +Group: System/Base Url: http://git.0pointer.de/?p=rtkit.git Source: %{name}-%{version}.tar.xz -Patch2: rtkit-no-cpu-controlgroup.patch BuildRequires: automake BuildRequires: libcap-devel BuildRequires: pkg-config +BuildRequires: systemd-rpm-macros BuildRequires: xz BuildRequires: pkgconfig(dbus-1) >= 1.2 -BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(polkit-agent-1) BuildRequires: pkgconfig(polkit-gobject-1) Requires: polkit @@ -49,11 +48,10 @@ %prep %setup -q -%patch2 -p1 %build autoreconf -fiv -export CFLAGS="%{optflags} -fPIE" +export CFLAGS="%{optflags} -fPIE -Wno-format-nonliteral -Wno-format-security" export LDFLAGS="-Wl,-z,relro,-z,now -pie" %configure \ --disable-silent-rules \ ++++++ rtkit-0.11+git.20130926.tar.xz -> rtkit-0.11+git.20161005.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rtkit-0.11+git.20130926/rtkit-daemon.service.in new/rtkit-0.11+git.20161005/rtkit-daemon.service.in --- old/rtkit-0.11+git.20130926/rtkit-daemon.service.in 2016-04-18 21:58:57.000000000 +0200 +++ new/rtkit-0.11+git.20161005/rtkit-daemon.service.in 2016-10-05 17:15:58.000000000 +0200 @@ -27,9 +27,5 @@ PrivateTmp=yes PrivateNetwork=yes -# Work around the fact that the Linux currently doesn't assign any RT -# budget to CPU control groups that have none configured explicitly -ControlGroup=cpu:/ - [Install] WantedBy=graphical.target
