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:
Martin Pluskal 2024-02-26 13:40:54 +00:00 committed by Git OBS Bridge
parent 1b2dbe0e67
commit f3ee015a17
2 changed files with 8 additions and 3 deletions

View File

@ -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> Thu Dec 28 22:12:14 UTC 2023 - Sean Lewis <seanlew@opensuse.org>

View File

@ -106,13 +106,13 @@ accelerator.
%prep %prep
%setup -q %setup -q
cp %{SOURCE10} . cp %{SOURCE10} .
%patch3 -p1 %patch -P 3 -p1
# upstream patches after RELEASE # upstream patches after RELEASE
perl -p -i -e 's|%{_prefix}/local/bin/perl|%{_bindir}/perl|' `find -name "*.pl"` 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 %if 0%{?suse_version} < 1500
%patch2 -p1 %patch -P 2 -p1
%endif %endif
%build %build