Ana Guerrero 2024-02-23 15:46:15 +00:00 committed by Git OBS Bridge
commit 95aff5440f
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 23 08:38:17 UTC 2024 - pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Thu Dec 1 17:28:14 CET 2022 - ro@suse.de

View File

@ -52,9 +52,9 @@ list modules on the Rsync server.
%prep
%setup -q -T -c %name
install -m644 %{SOURCE0} .
%patch1 -p0
%patch2 -p0
%patch3 -p0
%patch -P 1 -p0
%patch -P 2 -p0
%patch -P 3 -p0
%build