Obsolete hamcrest-core and -demo
Resolves: rhbz#1966269
This commit is contained in:
parent
0b620cde2c
commit
d33abbf056
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: hamcrest
|
Name: hamcrest
|
||||||
Version: 2.2
|
Version: 2.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Library of matchers for building test expressions
|
Summary: Library of matchers for building test expressions
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/hamcrest/JavaHamcrest
|
URL: https://github.com/hamcrest/JavaHamcrest
|
||||||
@ -22,6 +22,10 @@ BuildRequires: javapackages-bootstrap
|
|||||||
BuildRequires: mvn(junit:junit)
|
BuildRequires: mvn(junit:junit)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Provides: hamcrest-core = %{version}-%{release}
|
||||||
|
Obsoletes: hamcrest-core < 1.3-32
|
||||||
|
Obsoletes: hamcrest-demo < 1.3-32
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Provides a library of matcher objects (also known as constraints or predicates)
|
Provides a library of matcher objects (also known as constraints or predicates)
|
||||||
allowing 'match' rules to be defined declaratively, to be used in other
|
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
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-3
|
||||||
- Bootstrap build
|
- Bootstrap build
|
||||||
- Non-bootstrap build
|
- Non-bootstrap build
|
||||||
|
Loading…
Reference in New Issue
Block a user