Accepting request 1153364 from home:dimstar:rpm4.20:p
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1153364 OBS-URL: https://build.opensuse.org/package/show/Base:System/psmisc?expand=0&rev=146
This commit is contained in:
parent
5c521d258d
commit
d9e1d026ae
@ -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>
|
||||
|
||||
|
@ -60,9 +60,9 @@ processes that are using specified files or filesystems.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-v%{version}
|
||||
%patch2 -p0 -b .pstree
|
||||
%patch3 -p0 -b .mntinf
|
||||
%patch0 -p0 -b .p0
|
||||
%patch -P 2 -p0 -b .pstree
|
||||
%patch -P 3 -p0 -b .mntinf
|
||||
%patch -P 0 -p0 -b .p0
|
||||
|
||||
%build
|
||||
grep -h src/ po/*.po|\
|
||||
|
Loading…
Reference in New Issue
Block a user