* Fri Dec 4 2020 Klaus Wenninger <kwenning@redhat.com> - 2.0.5-9
- Make doc-package conflict with wrong version of libs to fix upgrade/downgrade issues
This commit is contained in:
parent
a8619d3eb1
commit
e2224005a9
@ -19,7 +19,7 @@
|
|||||||
## can be incremented to build packages reliably considered "newer"
|
## can be incremented to build packages reliably considered "newer"
|
||||||
## than previously built packages with the same pcmkversion)
|
## than previously built packages with the same pcmkversion)
|
||||||
%global pcmkversion 2.0.5
|
%global pcmkversion 2.0.5
|
||||||
%global specversion 8
|
%global specversion 9
|
||||||
|
|
||||||
## Upstream commit (or git tag, such as "Pacemaker-" plus the
|
## Upstream commit (or git tag, such as "Pacemaker-" plus the
|
||||||
## {pcmkversion} macro for an official release) to use for this package
|
## {pcmkversion} macro for an official release) to use for this package
|
||||||
@ -316,6 +316,8 @@ Test framework for cluster-related technologies like Pacemaker
|
|||||||
License: CC-BY-SA-4.0
|
License: CC-BY-SA-4.0
|
||||||
Summary: Documentation for Pacemaker
|
Summary: Documentation for Pacemaker
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Conflicts: %{name}-libs%{?_isa} > %{version}-%{release}
|
||||||
|
Conflicts: %{name}-libs%{?_isa} < %{version}-%{release}
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Documentation for Pacemaker.
|
Documentation for Pacemaker.
|
||||||
@ -717,6 +719,10 @@ exit 0
|
|||||||
%license %{nagios_name}-%{nagios_hash}/COPYING
|
%license %{nagios_name}-%{nagios_hash}/COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 4 2020 Klaus Wenninger <kwenning@redhat.com> - 2.0.5-9
|
||||||
|
- Make doc-package conflict with wrong version of libs
|
||||||
|
to fix upgrade/downgrade issues
|
||||||
|
|
||||||
* Fri Dec 4 2020 Klaus Wenninger <kwenning@redhat.com> - 2.0.5-8
|
* Fri Dec 4 2020 Klaus Wenninger <kwenning@redhat.com> - 2.0.5-8
|
||||||
- Update for new upstream release tarball: Pacemaker-2.0.5
|
- Update for new upstream release tarball: Pacemaker-2.0.5
|
||||||
for full details, see included ChangeLog file or
|
for full details, see included ChangeLog file or
|
||||||
|
Loading…
Reference in New Issue
Block a user