Sync from SUSE:SLFO:Main xom revision 6dc9b4e0d1375a932cee4f52d62c8cff
This commit is contained in:
parent
732ba9658a
commit
4bd8841a1c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 10:56:01 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 23 17:05:38 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
4
xom.spec
4
xom.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xom
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2000-2005, JPackage Project
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -58,7 +58,7 @@ This package provides %{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch -P 0 -p1
|
||||
|
||||
%build
|
||||
mkdir -p lib
|
||||
|
Loading…
Reference in New Issue
Block a user