Accepting request 1129115 from security:SELinux

OBS-URL: https://build.opensuse.org/request/show/1129115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restorecond?expand=0&rev=13
This commit is contained in:
Ana Guerrero 2023-11-27 21:44:20 +00:00 committed by Git OBS Bridge
commit edb290e975
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 27 10:34:58 UTC 2023 - Hu <cathy.hu@suse.com>
- Change deprecated `%patch1 -p1` syntax to supported `%patch -P1 -p1`
(bsc#1216669)
-------------------------------------------------------------------
Fri Feb 24 07:56:23 UTC 2023 - Johannes Segitz <jsegitz@suse.com>

View File

@ -38,7 +38,7 @@ Daemon that watches for file creation and then sets the default SELinux file con
%prep
%setup -q
%patch0 -p1
%patch -P0 -p1
%build
export CFLAGS="%optflags"