From d33abbf056ef9d692fef209fb1698e12436321f4 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Tue, 1 Jun 2021 05:56:46 +0200 Subject: [PATCH] Obsolete hamcrest-core and -demo Resolves: rhbz#1966269 --- hamcrest.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hamcrest.spec b/hamcrest.spec index ac53630..c32bb5b 100644 --- a/hamcrest.spec +++ b/hamcrest.spec @@ -4,7 +4,7 @@ Name: hamcrest Version: 2.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library of matchers for building test expressions License: BSD URL: https://github.com/hamcrest/JavaHamcrest @@ -22,6 +22,10 @@ BuildRequires: javapackages-bootstrap BuildRequires: mvn(junit:junit) %endif +Provides: hamcrest-core = %{version}-%{release} +Obsoletes: hamcrest-core < 1.3-32 +Obsoletes: hamcrest-demo < 1.3-32 + %description Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other @@ -85,6 +89,10 @@ sed -i 's/\r//' LICENSE.txt %license LICENSE.txt %changelog +* Tue Jun 01 2021 Mikolaj Izdebski - 2.2-4 +- Obsolete hamcrest-core and -demo +- Resolves: rhbz#1966269 + * Mon May 17 2021 Mikolaj Izdebski - 2.2-3 - Bootstrap build - Non-bootstrap build