Add obsoletes in core to the main package to ease updates.
This commit is contained in:
parent
4a88f092ea
commit
b1b5cef06f
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
Name: hamcrest
|
Name: hamcrest
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Library of matchers for building test expressions
|
Summary: Library of matchers for building test expressions
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -101,6 +101,7 @@ UI validation rules.
|
|||||||
|
|
||||||
%package core
|
%package core
|
||||||
Summary: Core API of hamcrest matcher framework.
|
Summary: Core API of hamcrest matcher framework.
|
||||||
|
Obsoletes: %{name} < 0:1.3-10
|
||||||
|
|
||||||
%description core
|
%description core
|
||||||
The core API of hamcrest matcher framework to be used by third-party framework providers.
|
The core API of hamcrest matcher framework to be used by third-party framework providers.
|
||||||
@ -250,6 +251,9 @@ cp -pr %{name}-examples $RPM_BUILD_ROOT%{_datadir}/%{name}/
|
|||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 24 2015 Alexander Kurtakov <akurtako@redhat.com> 0:1.3-11
|
||||||
|
- Add obsoletes in core to the main package to ease updates.
|
||||||
|
|
||||||
* Mon Feb 23 2015 Alexander Kurtakov <akurtako@redhat.com> 0:1.3-10
|
* Mon Feb 23 2015 Alexander Kurtakov <akurtako@redhat.com> 0:1.3-10
|
||||||
- Split hamcrest-core subpackage to allow other frameworks to reduce deps.
|
- Split hamcrest-core subpackage to allow other frameworks to reduce deps.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user