Accepting request 1150632 from home:dimstar:rpm4.20:d

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1150632
OBS-URL: https://build.opensuse.org/package/show/Base:System/dicts?expand=0&rev=37
This commit is contained in:
Dr. Werner Fink 2024-02-26 08:57:53 +00:00 committed by Git OBS Bridge
parent 5b4dcd017f
commit 46bcfe53fb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 08:08:01 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Thu Oct 12 12:33:35 UTC 2023 - Dr. Werner Fink <werner@suse.de>

View File

@ -409,7 +409,7 @@ the package dicts.
patch -s -p0
make -f Makefile.Linux extract
rm Makefile.Linux
%patch0 -p0 -b .pdicts
%patch -P 0 -p0 -b .pdicts
# unify the permissions of all files, to make fdupes working again (bnc#784670)
find . -type f -exec chmod 0644 {} +