forked from pool/selinux-targeted-setup
Accepting request 870628 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/870628 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/selinux-targeted-setup?expand=0&rev=2
This commit is contained in:
parent
c98b95cc81
commit
42da05135d
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 2 17:51:14 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Set shell for use of "[[" and "<<<".
|
||||||
|
- Update descriptions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 15 16:29:04 UTC 2020 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
Tue Dec 15 16:29:04 UTC 2020 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package selinux-targeted-setup
|
# spec file for package selinux-targeted-setup
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -15,10 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define _buildshell /bin/bash
|
||||||
Name: selinux-targeted-setup
|
Name: selinux-targeted-setup
|
||||||
Version: 20201215
|
Version: 20201215
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Install, configure and enable targeted SELinux policy
|
Summary: Metapackage that enables a targeted SELinux policy
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -29,7 +31,7 @@ Recommends: container-selinux
|
|||||||
%{update_bootloader_requires}
|
%{update_bootloader_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Install, configure and enable targeted SELinux policy
|
Metapackage that enables a targeted SELinux policy.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
@ -37,7 +39,7 @@ Install, configure and enable targeted SELinux policy
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
||||||
%post
|
%post -p /bin/bash
|
||||||
GRUB_CFG=/etc/default/grub
|
GRUB_CFG=/etc/default/grub
|
||||||
SELINUX_CFG=/etc/selinux/config
|
SELINUX_CFG=/etc/selinux/config
|
||||||
LABEL_CFG1=/.autorelabel
|
LABEL_CFG1=/.autorelabel
|
||||||
@ -66,7 +68,7 @@ fi
|
|||||||
%{?regenerate_initrd_posttrans}
|
%{?regenerate_initrd_posttrans}
|
||||||
%update_bootloader_posttrans
|
%update_bootloader_posttrans
|
||||||
|
|
||||||
%postun
|
%postun -p /bin/bash
|
||||||
GRUB_CFG=/etc/default/grub
|
GRUB_CFG=/etc/default/grub
|
||||||
SELINUX_CFG=/etc/selinux/config
|
SELINUX_CFG=/etc/selinux/config
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user