Accepting request 1150617 from home:dimstar:rpm4.20:d

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1150617
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/debhelper?expand=0&rev=42
This commit is contained in:
Jan Baier 2024-02-26 10:06:02 +00:00 committed by Git OBS Bridge
parent f64ecdfd94
commit a236d2a4dd
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 08:02:46 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Mon Feb 5 10:52:27 UTC 2024 - Jan Baier <jbaier@suse.com>

View File

@ -50,12 +50,12 @@ as part of their build process.
%prep
%setup -q -n %{name}-debian-%{version}
%patch0 -p1
%patch -P 0 -p1
%if 0%{?suse_version} && 0%{?suse_version} < 1130
%patch1 -p1
%patch -P 1 -p1
%endif
%if 0%{?sle_version} == 150500
%patch2 -p0
%patch -P 2 -p0
%endif
%build