Accepting request 1151607 from server:proxy

OBS-URL: https://build.opensuse.org/request/show/1151607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=119
This commit is contained in:
Ana Guerrero 2024-02-26 19:02:40 +00:00 committed by Git OBS Bridge
commit b9466b8dea
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>

View File

@ -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