1
0
Ana Guerrero 2024-02-23 15:46:16 +00:00 committed by Git OBS Bridge
commit 1363bd9371
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 23 08:39:26 UTC 2024 - pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Sat Jan 16 13:55:40 UTC 2021 - lars@linux-schulserver.de

View File

@ -51,7 +51,7 @@ options.
%prep
%setup -q -T -c %name
install -m644 %{SOURCE0} .
%patch1 -p0
%patch -P 1 -p0
%build