diff --git a/rtkit.spec b/rtkit.spec index f778bd4..aa811b7 100644 --- a/rtkit.spec +++ b/rtkit.spec @@ -1,6 +1,6 @@ Name: rtkit Version: 0.11 -Release: 21 +Release: 22 Summary: REALTIMEKIT Realtime Policy and Watchdog Daemon License: GPLv3+ and BSD @@ -11,7 +11,6 @@ BuildRequires: systemd dbus-devel libcap-devel polkit-devel libtool autoconf Requires: dbus polkit Patch1: rtkit-mq_getattr.patch -# Patch2 is from fedora 29 Patch2: 0001-SECURITY-Pass-uid-of-caller-to-polkit.patch Patch3: rtkit-controlgroup.patch Patch4: format-security.patch @@ -60,7 +59,8 @@ dbus-send --system --type=method_call \ %systemd_postun %files -%doc rtkit.c rtkit.h GPL LICENSE README +%doc rtkit.c rtkit.h README +%license GPL LICENSE %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.RealtimeKit1.conf %attr(0755,root,root) %{_libexecdir}/rtkit-daemon %attr(0755,root,root) %{_sbindir}/rtkitctl @@ -73,5 +73,11 @@ dbus-send --system --type=method_call \ %{_mandir}/man8/rtkitctl.8.gz %changelog +* Sat Oct 19 2019 openEuler Buildteam - 0.11-22 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:change the directory of the license files + * Wed Sep 11 2019 openEuler Buildteam - 0.11-21 - Package Init