From 8b60b27b4cc3d303ccb1b0d63c146987ec2e2c0bf2cd48ca0c94b300b582ef5b Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Thu, 21 Mar 2019 09:41:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/security:SELinux/restorecond?expand=0&rev=5 --- restorecond-2.8.tar.gz | 3 --- restorecond-2.9.tar.gz | 3 +++ restorecond.changes | 7 +++++++ restorecond.spec | 11 ++++++----- 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 restorecond-2.8.tar.gz create mode 100644 restorecond-2.9.tar.gz diff --git a/restorecond-2.8.tar.gz b/restorecond-2.8.tar.gz deleted file mode 100644 index fec6658..0000000 --- a/restorecond-2.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:323cab1128e5308cd85fea0e5c98e3c8973e1ada0b659f2fce76187e192271bf -size 17740 diff --git a/restorecond-2.9.tar.gz b/restorecond-2.9.tar.gz new file mode 100644 index 0000000..6b3da07 --- /dev/null +++ b/restorecond-2.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf9820583e641ee0462fa7bc89e6024676af281e025703e17b2d019b1a25a4f +size 18893 diff --git a/restorecond.changes b/restorecond.changes index 8d259bf..bcb8a10 100644 --- a/restorecond.changes +++ b/restorecond.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 20 15:22:48 UTC 2019 - jsegitz@suse.com + +- Update to version 2.9 + * Do not ignore the -f option + * close the PID file if writing to it failed + ------------------------------------------------------------------- Tue Jan 15 15:16:00 UTC 2019 - jsegitz@suse.com diff --git a/restorecond.spec b/restorecond.spec index d8d6421..1ba850a 100644 --- a/restorecond.spec +++ b/restorecond.spec @@ -1,7 +1,7 @@ # # spec file for package restorecond # -# Copyright (c) 2018 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 @@ -16,19 +16,19 @@ # -%define libselinux_ver 2.8 +%define libselinux_ver 2.9 Name: restorecond -Version: 2.8 +Version: 2.9 Release: 0 Summary: Daemon to restore SELinux contexts License: GPL-2.0-or-later Group: Productivity/Security URL: https://github.com/SELinuxProject/selinux.git -Source0: https://github.com/SELinuxProject/selinux/releases/download/20180524/restorecond-%{version}.tar.gz +Source0: https://github.com/SELinuxProject/selinux/releases/download/20190315/restorecond-%{version}.tar.gz BuildRequires: dbus-1-glib-devel BuildRequires: libselinux-devel >= %{libselinux_ver} -Requires: selinux-tools >= %{libselinux_ver} Requires: libselinux1 >= %{libselinux_ver} +Requires: selinux-tools >= %{libselinux_ver} %description Daemon that watches for file creation and then sets the default SELinux file context @@ -65,5 +65,6 @@ ln -s /sbin/service %{buildroot}%{_sbindir}/rcrestorecond %{_sbindir}/rcrestorecond %{_datadir}/dbus-1/services/org.selinux.Restorecond.service %{_mandir}/man8/restorecond.8%{?ext_man} +%{_mandir}/ru/man8/restorecond.8%{?ext_man} %changelog