Ana Guerrero 2024-05-23 13:34:43 +00:00 committed by Git OBS Bridge
commit e47055edf6
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 12:11:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Thu Nov 30 09:43:33 UTC 2023 - Paolo Perego <paolo.perego@suse.com>

View File

@ -111,11 +111,11 @@ Use zsh as /bin/sh implementation.
%prep
%setup -q
%if 0%{?suse_version}
%patch1 -p1
%patch -P 1 -p1
%endif
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch -P 2 -p1
%patch -P 3 -p1
%patch -P 4 -p1
# Remove executable bit
chmod 0644 Etc/changelog2html.pl