Sync from SUSE:SLFO:Main felix-utils revision d26bc6735c86e1e1b1f2de0ea4f45516
This commit is contained in:
parent
fd3a14570f
commit
1130141799
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 10:43:10 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 25 15:11:28 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Wed Oct 25 15:11:28 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package felix-utils
|
# spec file for package felix-utils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -53,7 +53,7 @@ This package contains the API documentation for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{bundle}-%{version}
|
%setup -q -n %{bundle}-%{version}
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
cp -p %{SOURCE1} build.xml
|
cp -p %{SOURCE1} build.xml
|
||||||
mkdir -p lib
|
mkdir -p lib
|
||||||
build-jar-repository -s lib osgi-core osgi-compendium
|
build-jar-repository -s lib osgi-core osgi-compendium
|
||||||
|
Loading…
Reference in New Issue
Block a user