From e07631531211e257a965341c447b9f168226055b2da1bc1ee2559afebab64dc7 Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Fri, 12 Mar 2021 07:59:18 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/security:SELinux/restorecond?expand=0&rev=19 --- restorecond-3.1.tar.gz | 3 --- restorecond-3.2.tar.gz | 3 +++ restorecond.changes | 5 +++++ restorecond.spec | 8 ++++---- 4 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 restorecond-3.1.tar.gz create mode 100644 restorecond-3.2.tar.gz diff --git a/restorecond-3.1.tar.gz b/restorecond-3.1.tar.gz deleted file mode 100644 index e3f0573..0000000 --- a/restorecond-3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82ca45099685a45d718f11f8859963c1ba83d98e510312cbf0b7dc5664c60ad0 -size 18939 diff --git a/restorecond-3.2.tar.gz b/restorecond-3.2.tar.gz new file mode 100644 index 0000000..4368573 --- /dev/null +++ b/restorecond-3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471c17e64aa6d7226e861d4d0125d15fdf9b38892c542be32bd83d999e5e75f5 +size 18965 diff --git a/restorecond.changes b/restorecond.changes index 70c5e58..20123c1 100644 --- a/restorecond.changes +++ b/restorecond.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 9 09:20:47 UTC 2021 - Johannes Segitz + +- Update to version 3.2 + ------------------------------------------------------------------- Wed Jul 15 14:27:05 UTC 2020 - Johannes Segitz diff --git a/restorecond.spec b/restorecond.spec index f64c2c2..0fb11aa 100644 --- a/restorecond.spec +++ b/restorecond.spec @@ -1,7 +1,7 @@ # # spec file for package restorecond # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,15 @@ # -%define libselinux_ver 3.1 +%define libselinux_ver 3.2 Name: restorecond -Version: 3.1 +Version: 3.2 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/20200710/restorecond-%{version}.tar.gz +Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}/%{name}-%{version}.tar.gz BuildRequires: dbus-1-glib-devel BuildRequires: libselinux-devel >= %{libselinux_ver} Requires: libselinux1 >= %{libselinux_ver}