From f58b4093d52106e651078ecc7752eef7f37e8cce8fea47f3ee25d9bf27417b37 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 20 Feb 2024 12:56:05 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-dbcp1?expand=0&rev=15 --- apache-commons-dbcp1.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apache-commons-dbcp1.spec b/apache-commons-dbcp1.spec index ff35153..1c71c1b 100644 --- a/apache-commons-dbcp1.spec +++ b/apache-commons-dbcp1.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package apache-commons-dbcp1 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,7 +42,7 @@ BuildRequires: jdbc-stdext >= 2.0 BuildRequires: junit >= 3.8.1 BuildRequires: xerces-j2 Requires(post): update-alternatives -Requires(preun):update-alternatives +Requires(preun): update-alternatives Provides: %{short_name} = %{version}-%{release} Obsoletes: %{short_name} < %{version}-%{release} Provides: jakarta-%{short_name} = %{version}-%{release} @@ -75,6 +75,7 @@ features. %prep %autosetup -p1 -n %{short_name}-%{version}-src + # remove all binary libs find . -name "*.jar" -exec rm -f {} \;