Accepting request 1151113 from home:dimstar:rpm4.20:c
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1151113 OBS-URL: https://build.opensuse.org/package/show/server:mail/compface?expand=0&rev=12
This commit is contained in:
parent
a4088d7766
commit
089b8cd4ec
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 10:49:49 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 12:45:25 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
|
@ -53,9 +53,9 @@ library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1
|
||||
%patch2
|
||||
%patch -P 0 -p1
|
||||
%patch -P 1
|
||||
%patch -P 2
|
||||
|
||||
# do not strip
|
||||
sed -i "/strip/d" Makefile.in
|
||||
|
Loading…
Reference in New Issue
Block a user