diff --git a/xz-java.changes b/xz-java.changes index 801a4bc..0086d8f 100644 --- a/xz-java.changes +++ b/xz-java.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 13 12:27:36 UTC 2019 - Klaus Kämpf + +- add provides/obsoletes for xz-java (boo#1125298) + ------------------------------------------------------------------- Sat Jan 26 12:01:16 UTC 2019 - Jan Engelhardt diff --git a/xz-java.spec b/xz-java.spec index 9729fa1..ed9ff10 100644 --- a/xz-java.spec +++ b/xz-java.spec @@ -32,6 +32,8 @@ BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: unzip BuildArch: noarch +Provides: java-xz +Obsoletes: java-xz %description This is an implementation of XZ data compression in pure Java.