- Rewrite prep phase to not use autopatch -M: SLE15/Leap15's RPM

version does not support that syntax yet.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/PackageKit?expand=0&rev=426
This commit is contained in:
Dominique Leuenberger 2021-11-16 08:01:21 +00:00 committed by Git OBS Bridge
parent 0705836c70
commit e4b8e88c15
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 16 08:00:29 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Rewrite prep phase to not use autopatch -M: SLE15/Leap15's RPM
version does not support that syntax yet.
-------------------------------------------------------------------
Fri Nov 5 12:07:00 UTC 2021 - Jonathan Kang <songchuan.kang@suse.com>

View File

@ -272,8 +272,13 @@ This package provides the upstream default configuration for PackageKit.
%lang_package
%prep
%autosetup -N
%autopatch -p1 -M 1000
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%if 0%{?sle_version} > 150300 && 0%{?sle_version} < 160000
%patch1000 -p1
%endif