diff --git a/resource-agents.spec b/resource-agents.spec index 3a7d32b..fc49b1c 100644 --- a/resource-agents.spec +++ b/resource-agents.spec @@ -1,15 +1,16 @@ Name: resource-agents Summary: Open Source HA Reusable Cluster Resource Scripts -Version: 4.2.0 -Release: 4 +Version: 4.13.0 +Release: 1 License: GPLv2+ and LGPLv2+ URL: https://github.com/ClusterLabs/resource-agents -Source0: https://github.com/ClusterLabs/resource-agents/archive/v4.2.0.tar.gz +Source0: https://github.com/ClusterLabs/resource-agents/archive/v%{version}.tar.gz Patch0000: fix-failed-to-parse-pid-from-pid-file.patch Obsoletes: heartbeat-resources <= %{version} Provides: heartbeat-resources = %{version} BuildRequires: automake autoconf pkgconfig gcc perl-interpreter perl-generators python3-devel BuildRequires: libxslt glib2-devel which docbook-style-xsl docbook-dtds +BuildRequires: libqb-devel Requires: bash grep sed gawk procps-ng hostname net-tools psmisc util-linux Requires: e2fsprogs xfsprogs nfs-utils cifs-utils iproute lvm2 %description @@ -65,6 +66,7 @@ export CFLAGS="$(echo '%{optflags}')" %dir %{_datadir}/%{name}/ocft %{_tmpfilesdir}/%{name}.conf %{_datadir}/%{name}/ocft/{configs,caselib,README,README.zh_CN,helpers.sh} +%{_datadir}/pkgconfig/%{name}.pc %exclude %{_datadir}/%{name}/ocft/{runocft,runocft.prereq} %{_sbindir}/ocf-tester %{_sbindir}/ocft @@ -101,6 +103,9 @@ export CFLAGS="$(echo '%{optflags}')" %{_mandir}/man8/{ocf-tester.8*,ldirectord.8*} %changelog +* Wed Oct 18 2023 yaoxin - 4.13.0-1 +- Upgrade to 4.13.0 + * Wed Aug 25 2021 caodongxia - 4.2.0-4 - Fix failed to parse pid from pid-file diff --git a/v4.13.0.tar.gz b/v4.13.0.tar.gz new file mode 100644 index 0000000..b5dc4a8 Binary files /dev/null and b/v4.13.0.tar.gz differ diff --git a/v4.2.0.tar.gz b/v4.2.0.tar.gz deleted file mode 100644 index d4e1043..0000000 Binary files a/v4.2.0.tar.gz and /dev/null differ