Accepting request 1129100 from home:cahu:branches:security:SELinux

- Change deprecated `%patch1 -p1` syntax to supported `%patch -P1 -p1`
  (bsc#1216669)

OBS-URL: https://build.opensuse.org/request/show/1129100
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/restorecond?expand=0&rev=29
This commit is contained in:
Cathy Hu 2023-11-27 12:07:14 +00:00 committed by Git OBS Bridge
parent 798d3a84c1
commit c97d3a2645
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"