Accepting request 1151467 from home:dimstar:rpm4.20:s
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1151467 OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=72
This commit is contained in:
parent
0070b9aaf8
commit
323b8d88c9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 13:04:34 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 10:25:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
12
sanlock.spec
12
sanlock.spec
@ -142,12 +142,12 @@ common sanlock lockspace.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pname}-%{version}
|
||||
%patch100
|
||||
%patch101
|
||||
%patch102 -p1
|
||||
%patch103 -p1
|
||||
%patch104 -p1
|
||||
%patch105 -p1
|
||||
%patch -P 100
|
||||
%patch -P 101
|
||||
%patch -P 102 -p1
|
||||
%patch -P 103 -p1
|
||||
%patch -P 104 -p1
|
||||
%patch -P 105 -p1
|
||||
|
||||
%build
|
||||
%if ! %{with python}
|
||||
|
Loading…
Reference in New Issue
Block a user