Accepting request 1148173 from home:dimstar:rpm4.20:w
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1148173 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=120
This commit is contained in:
parent
ca19cb1990
commit
c6a3dea1eb
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 15:19:15 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 12 08:34:23 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
14
wget.spec
14
wget.spec
@ -64,13 +64,13 @@ This can be done in script files or via the command line.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch6
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch -P 0 -p1
|
||||
%patch -P 1 -p1
|
||||
%patch -P 6
|
||||
%patch -P 7 -p1
|
||||
%patch -P 8 -p1
|
||||
%patch -P 9 -p1
|
||||
%patch -P 10 -p1
|
||||
|
||||
%build
|
||||
# wget-libproxy.patch
|
||||
|
Loading…
x
Reference in New Issue
Block a user