Accepting request 1153389 from Base:System
Prepare for RPM 4.20 (forwarded request 1153364 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1153389 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/psmisc?expand=0&rev=88
This commit is contained in:
commit
1c170e3713
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 29 15:01:09 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 23 13:36:04 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
Mon Oct 23 13:36:04 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -60,9 +60,9 @@ processes that are using specified files or filesystems.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-v%{version}
|
%setup -q -n %{name}-v%{version}
|
||||||
%patch2 -p0 -b .pstree
|
%patch -P 2 -p0 -b .pstree
|
||||||
%patch3 -p0 -b .mntinf
|
%patch -P 3 -p0 -b .mntinf
|
||||||
%patch0 -p0 -b .p0
|
%patch -P 0 -p0 -b .p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
grep -h src/ po/*.po|\
|
grep -h src/ po/*.po|\
|
||||||
|
Loading…
Reference in New Issue
Block a user