Obsolete hamcrest-core and -demo

Resolves: rhbz#1966269
This commit is contained in:
Mikolaj Izdebski 2021-06-01 05:56:46 +02:00
parent 0b620cde2c
commit d33abbf056

View File

@ -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 <mizdebsk@redhat.com> - 2.2-4
- Obsolete hamcrest-core and -demo
- Resolves: rhbz#1966269
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-3
- Bootstrap build
- Non-bootstrap build