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:
parent
798d3a84c1
commit
c97d3a2645
@ -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>
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user