- Exclude SAP agents that are in separate -sap subpackage

Resolves: rhbz#1977208
This commit is contained in:
Oyvind Albrigtsen 2021-06-29 11:56:40 +02:00
parent 7c24414a29
commit 962cb7846c
2 changed files with 16 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,4 +1,4 @@
/ClusterLabs-resource-agents-*.tar.gz
/resource-agents-*.src.rpm
/*.tar.gz
/*.src.rpm
/.build-*.log
/*/

View File

@ -45,7 +45,7 @@
Name: resource-agents
Summary: Open Source HA Reusable Cluster Resource Scripts
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+
URL: https://github.com/ClusterLabs/resource-agents
Source0: %{upstream_prefix}-%{upstream_version}.tar.gz
@ -262,6 +262,14 @@ rm -rf %{buildroot}/usr/share/doc/resource-agents
%endif
%{_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
###
@ -414,6 +422,11 @@ rm -rf %{buildroot}/usr/share/doc/resource-agents
%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
- pgsqlms: new resource agent