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:
parent
5b4dcd017f
commit
46bcfe53fb
@ -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>
|
Thu Oct 12 12:33:35 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -409,7 +409,7 @@ the package dicts.
|
|||||||
patch -s -p0
|
patch -s -p0
|
||||||
make -f Makefile.Linux extract
|
make -f Makefile.Linux extract
|
||||||
rm Makefile.Linux
|
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)
|
# unify the permissions of all files, to make fdupes working again (bnc#784670)
|
||||||
find . -type f -exec chmod 0644 {} +
|
find . -type f -exec chmod 0644 {} +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user