- Exclude SAP agents that are in separate -sap subpackage
Resolves: rhbz#1977208
This commit is contained in:
parent
7c24414a29
commit
962cb7846c
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
/ClusterLabs-resource-agents-*.tar.gz
|
/*.tar.gz
|
||||||
/resource-agents-*.src.rpm
|
/*.src.rpm
|
||||||
/.build-*.log
|
/.build-*.log
|
||||||
/*/
|
/*/
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
Name: resource-agents
|
Name: resource-agents
|
||||||
Summary: Open Source HA Reusable Cluster Resource Scripts
|
Summary: Open Source HA Reusable Cluster Resource Scripts
|
||||||
Version: 4.8.0
|
Version: 4.8.0
|
||||||
Release: 4%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
Release: 5%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: https://github.com/ClusterLabs/resource-agents
|
URL: https://github.com/ClusterLabs/resource-agents
|
||||||
Source0: %{upstream_prefix}-%{upstream_version}.tar.gz
|
Source0: %{upstream_prefix}-%{upstream_version}.tar.gz
|
||||||
@ -262,6 +262,14 @@ rm -rf %{buildroot}/usr/share/doc/resource-agents
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{_mandir}/man7/*.7*
|
%{_mandir}/man7/*.7*
|
||||||
|
|
||||||
|
###
|
||||||
|
# Moved to separate packages
|
||||||
|
###
|
||||||
|
%exclude /usr/lib/ocf/resource.d/heartbeat/SAP*
|
||||||
|
%exclude /usr/lib/ocf/lib/heartbeat/sap*
|
||||||
|
%exclude %{_mandir}/man7/*SAP*
|
||||||
|
|
||||||
###
|
###
|
||||||
# Unsupported
|
# Unsupported
|
||||||
###
|
###
|
||||||
@ -414,6 +422,11 @@ rm -rf %{buildroot}/usr/share/doc/resource-agents
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 29 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-5
|
||||||
|
- Exclude SAP agents that are in separate -sap subpackage
|
||||||
|
|
||||||
|
Resolves: rhbz#1977208
|
||||||
|
|
||||||
* Wed Jun 2 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-4
|
* Wed Jun 2 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-4
|
||||||
- pgsqlms: new resource agent
|
- pgsqlms: new resource agent
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user