- 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:
parent
0705836c70
commit
e4b8e88c15
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user