diff --git a/maven-parent.changes b/maven-parent.changes index 7d3471f..a540568 100644 --- a/maven-parent.changes +++ b/maven-parent.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 23 10:57:50 UTC 2024 - Fridrich Strba + +- Version Provides/Obsoletes to sync with SLE + ------------------------------------------------------------------- Wed Sep 6 13:13:24 UTC 2023 - Fridrich Strba diff --git a/maven-parent.spec b/maven-parent.spec index 63aaba6..546b4c1 100644 --- a/maven-parent.spec +++ b/maven-parent.spec @@ -1,7 +1,7 @@ # # spec file for package maven-parent # -# 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 @@ -28,10 +28,10 @@ BuildRequires: apache-parent BuildRequires: javapackages-local >= 6 BuildRequires: unzip Requires: apache-parent -Obsoletes: maven-plugins-pom -Provides: maven-plugins-pom -Obsoletes: maven-shared -Provides: maven-shared +Obsoletes: maven-plugins-pom < %{version}-%{release} +Provides: maven-plugins-pom = %{version}-%{release} +Obsoletes: maven-shared < %{version}-%{release} +Provides: maven-shared = %{version}-%{release} BuildArch: noarch %description