Accepting request 1150807 from system:packagemanager

OBS-URL: https://build.opensuse.org/request/show/1150807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/debhelper?expand=0&rev=21
This commit is contained in:
Ana Guerrero 2024-02-26 18:46:15 +00:00 committed by Git OBS Bridge
commit 47568d0395
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