Ana Guerrero 2024-02-22 19:58:59 +00:00 committed by Git OBS Bridge
commit 5ab4e7c15a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 22 08:00:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Mon Nov 6 16:13:11 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -77,7 +77,7 @@ mkdir html-4.01
(cd html-4.01 && tar zxf $RPM_SOURCE_DIR/html401.tgz)
cp -p %{SOURCE7} .
%{INSTALL_DATA} %{SOURCE8} README.SUSE
%patch0 -p1
%patch -P 0 -p1
find . -type f | xargs chmod 644
find . -type d | xargs chmod 755