This commit is contained in:
parent
e9fef48264
commit
8b60b27b4c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:323cab1128e5308cd85fea0e5c98e3c8973e1ada0b659f2fce76187e192271bf
|
|
||||||
size 17740
|
|
3
restorecond-2.9.tar.gz
Normal file
3
restorecond-2.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cbf9820583e641ee0462fa7bc89e6024676af281e025703e17b2d019b1a25a4f
|
||||||
|
size 18893
|
@ -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
|
Tue Jan 15 15:16:00 UTC 2019 - jsegitz@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package restorecond
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
Name: restorecond
|
||||||
Version: 2.8
|
Version: 2.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Daemon to restore SELinux contexts
|
Summary: Daemon to restore SELinux contexts
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
URL: https://github.com/SELinuxProject/selinux.git
|
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: dbus-1-glib-devel
|
||||||
BuildRequires: libselinux-devel >= %{libselinux_ver}
|
BuildRequires: libselinux-devel >= %{libselinux_ver}
|
||||||
Requires: selinux-tools >= %{libselinux_ver}
|
|
||||||
Requires: libselinux1 >= %{libselinux_ver}
|
Requires: libselinux1 >= %{libselinux_ver}
|
||||||
|
Requires: selinux-tools >= %{libselinux_ver}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Daemon that watches for file creation and then sets the default SELinux file context
|
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
|
%{_sbindir}/rcrestorecond
|
||||||
%{_datadir}/dbus-1/services/org.selinux.Restorecond.service
|
%{_datadir}/dbus-1/services/org.selinux.Restorecond.service
|
||||||
%{_mandir}/man8/restorecond.8%{?ext_man}
|
%{_mandir}/man8/restorecond.8%{?ext_man}
|
||||||
|
%{_mandir}/ru/man8/restorecond.8%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user