Accepting request 1151577 from home:dimstar:rpm4.20:s
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1151577 OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=289
This commit is contained in:
parent
1b2dbe0e67
commit
f3ee015a17
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 13:37:08 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 28 22:12:14 UTC 2023 - Sean Lewis <seanlew@opensuse.org>
|
||||
|
||||
|
@ -106,13 +106,13 @@ accelerator.
|
||||
%prep
|
||||
%setup -q
|
||||
cp %{SOURCE10} .
|
||||
%patch3 -p1
|
||||
%patch -P 3 -p1
|
||||
|
||||
# upstream patches after RELEASE
|
||||
perl -p -i -e 's|%{_prefix}/local/bin/perl|%{_bindir}/perl|' `find -name "*.pl"`
|
||||
%patch1 -p1
|
||||
%patch -P 1 -p1
|
||||
%if 0%{?suse_version} < 1500
|
||||
%patch2 -p1
|
||||
%patch -P 2 -p1
|
||||
%endif
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user