diff --git a/corosync-qdevice-3.0.0.tar.gz b/corosync-qdevice-3.0.0.tar.gz deleted file mode 100644 index a54e9ea66a74f37fcf81cddee6d4190479636967..0000000000000000000000000000000000000000 Binary files a/corosync-qdevice-3.0.0.tar.gz and /dev/null differ diff --git a/corosync-qdevice-3.0.1.tar.gz b/corosync-qdevice-3.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..74050a29ceee0f5c7df275bcfd8a847580c22b37 Binary files /dev/null and b/corosync-qdevice-3.0.1.tar.gz differ diff --git a/corosync-qdevice.spec b/corosync-qdevice.spec index 08f9286198f58308d69e045e9d3c4bb99c45191f..4f503d24f09fa07105b7a9555d66945534b1554b 100644 --- a/corosync-qdevice.spec +++ b/corosync-qdevice.spec @@ -1,6 +1,7 @@ # Conditionals # Invoke "rpmbuild --without " or "rpmbuild --with " # to disable or enable specific features +%bcond_without userflags %bcond_with runautogen %bcond_without systemd @@ -9,8 +10,8 @@ Name: corosync-qdevice Summary: The Corosync Cluster Engine Qdevice -Version: 3.0.0 -Release: 10 +Version: 3.0.1 +Release: 1 License: BSD URL: https://github.com/corosync/corosync-qdevice Source0: https://github.com/corosync/corosync-qdevice/releases/download/v%{version}%{?gittarver}/%{name}-%{version}%{?gittarver}.tar.gz @@ -50,6 +51,9 @@ BuildRequires: autoconf automake libtool %endif %{configure} \ +%if %{with userflags} + --enable-user-flags \ +%endif %if %{with systemd} --enable-systemd \ %endif @@ -129,6 +133,18 @@ fi %{_mandir}/man8/corosync-qdevice-net-certutil.8* %{_mandir}/man8/corosync-qdevice.8* +%package -n corosync-qdevice-devel +Summary: The Corosync Cluster Engine Qdevice Network Development Kit +Requires: pkgconfig + +%description -n corosync-qdevice-devel +This package contains files used to develop using +The Corosync Cluster Engine Qdevice + +%files -n corosync-qdevice-devel +%license LICENSE +%{_datadir}/pkgconfig/corosync-qdevice.pc + %package -n corosync-qnetd Summary: The Corosync Cluster Engine Qdevice Network Daemon Requires: nss-tools @@ -190,6 +206,9 @@ fi %{_mandir}/man8/corosync-qnetd.8* %changelog +* Mon Mar 28 2022 zouzhimin - 3.0.1-1 +- Upgrade the corosync-qdevice package version to 3.0.1-1 + * Fri Oct 30 2020 jiangxinyu - 3.0.0-10 - Upgrade the corosync-qdevice package version to 3.0.0-10