- Fix paf subpackage missing files
Resolves: rhbz#1977208
This commit is contained in:
parent
3e6f535e43
commit
ebb0789f06
@ -45,7 +45,7 @@
|
||||
Name: resource-agents
|
||||
Summary: Open Source HA Reusable Cluster Resource Scripts
|
||||
Version: 4.8.0
|
||||
Release: 7%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||
Release: 8%{?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
|
||||
@ -263,6 +263,13 @@ rm -rf %{buildroot}/usr/share/doc/resource-agents
|
||||
|
||||
%{_mandir}/man7/*.7*
|
||||
|
||||
###
|
||||
# Supported, but in another sub package
|
||||
###
|
||||
%exclude /usr/lib/ocf/resource.d/heartbeat/pgsqlms
|
||||
%exclude %{_mandir}/man7/*pgsqlms*
|
||||
%exclude %{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
|
||||
|
||||
###
|
||||
# Moved to separate packages
|
||||
###
|
||||
@ -420,9 +427,16 @@ rm -rf %{buildroot}/usr/share/doc/resource-agents
|
||||
%{_libexecdir}/heartbeat
|
||||
%endif
|
||||
|
||||
%files paf
|
||||
%doc paf_README.md
|
||||
%license paf_LICENSE
|
||||
%defattr(-,root,root)
|
||||
%{_usr}/lib/ocf/resource.d/heartbeat/pgsqlms
|
||||
%{_mandir}/man7/*pgsqlms*
|
||||
%{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
|
||||
|
||||
%changelog
|
||||
* Tue Jun 29 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-7
|
||||
* Tue Jun 29 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-8
|
||||
- Exclude SAP agents that are in separate -sap subpackage
|
||||
|
||||
Resolves: rhbz#1977208
|
||||
|
Loading…
Reference in New Issue
Block a user