Accepting request 1151698 from Base:System
Prepare for RPM 4.20 (forwarded request 1151549 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1151698 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sysvinit?expand=0&rev=183
This commit is contained in:
commit
c4332816f4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 26 13:28:43 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 18 13:03:53 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
Fri Aug 18 13:03:53 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -85,9 +85,9 @@ rm -rf killproc-%{KPVER}
|
|||||||
rm -rf startpar-%{START} startpar
|
rm -rf startpar-%{START} startpar
|
||||||
ln -sf startpar startpar-%{START}
|
ln -sf startpar startpar-%{START}
|
||||||
%setup -n %{name}-%{SIVER} -q -b 1 -b 2
|
%setup -n %{name}-%{SIVER} -q -b 1 -b 2
|
||||||
%patch2 -p0 -b .suse
|
%patch -P 2 -p0 -b .suse
|
||||||
%patch9 -p0 -b .no-kill
|
%patch -P 9 -p0 -b .no-kill
|
||||||
%patch0
|
%patch -P 0
|
||||||
pushd doc
|
pushd doc
|
||||||
mkdir killproc
|
mkdir killproc
|
||||||
popd
|
popd
|
||||||
@ -95,7 +95,7 @@ pushd ../killproc-%{KPVER}
|
|||||||
ln -t../%{name}-%{SIVER}/doc/killproc README.md
|
ln -t../%{name}-%{SIVER}/doc/killproc README.md
|
||||||
popd
|
popd
|
||||||
pushd ../startpar-%{START}
|
pushd ../startpar-%{START}
|
||||||
%patch50
|
%patch -P 50
|
||||||
popd
|
popd
|
||||||
%_fixowner .
|
%_fixowner .
|
||||||
%_fixgroup .
|
%_fixgroup .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user