Accepting request 1149040 from home:dimstar:rpm4.20:h

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1149040
OBS-URL: https://build.opensuse.org/package/show/Publishing/html-dtd?expand=0&rev=8
This commit is contained in:
Martin Pluskal 2024-02-22 08:06:03 +00:00 committed by Git OBS Bridge
parent e6dafb4e62
commit fd87fdc2b8
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