update to 3.0.1
(cherry picked from commit a22410d077996f3f2e86bbf570a69bf60229e140)
This commit is contained in:
parent
ed12f2c943
commit
5384909007
Binary file not shown.
BIN
corosync-qdevice-3.0.1.tar.gz
Normal file
BIN
corosync-qdevice-3.0.1.tar.gz
Normal file
Binary file not shown.
@ -1,6 +1,7 @@
|
|||||||
# Conditionals
|
# Conditionals
|
||||||
# Invoke "rpmbuild --without <feature>" or "rpmbuild --with <feature>"
|
# Invoke "rpmbuild --without <feature>" or "rpmbuild --with <feature>"
|
||||||
# to disable or enable specific features
|
# to disable or enable specific features
|
||||||
|
%bcond_without userflags
|
||||||
%bcond_with runautogen
|
%bcond_with runautogen
|
||||||
%bcond_without systemd
|
%bcond_without systemd
|
||||||
|
|
||||||
@ -9,8 +10,8 @@
|
|||||||
|
|
||||||
Name: corosync-qdevice
|
Name: corosync-qdevice
|
||||||
Summary: The Corosync Cluster Engine Qdevice
|
Summary: The Corosync Cluster Engine Qdevice
|
||||||
Version: 3.0.0
|
Version: 3.0.1
|
||||||
Release: 10
|
Release: 1
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/corosync/corosync-qdevice
|
URL: https://github.com/corosync/corosync-qdevice
|
||||||
Source0: https://github.com/corosync/corosync-qdevice/releases/download/v%{version}%{?gittarver}/%{name}-%{version}%{?gittarver}.tar.gz
|
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
|
%endif
|
||||||
|
|
||||||
%{configure} \
|
%{configure} \
|
||||||
|
%if %{with userflags}
|
||||||
|
--enable-user-flags \
|
||||||
|
%endif
|
||||||
%if %{with systemd}
|
%if %{with systemd}
|
||||||
--enable-systemd \
|
--enable-systemd \
|
||||||
%endif
|
%endif
|
||||||
@ -129,6 +133,18 @@ fi
|
|||||||
%{_mandir}/man8/corosync-qdevice-net-certutil.8*
|
%{_mandir}/man8/corosync-qdevice-net-certutil.8*
|
||||||
%{_mandir}/man8/corosync-qdevice.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
|
%package -n corosync-qnetd
|
||||||
Summary: The Corosync Cluster Engine Qdevice Network Daemon
|
Summary: The Corosync Cluster Engine Qdevice Network Daemon
|
||||||
Requires: nss-tools
|
Requires: nss-tools
|
||||||
@ -190,6 +206,9 @@ fi
|
|||||||
%{_mandir}/man8/corosync-qnetd.8*
|
%{_mandir}/man8/corosync-qnetd.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 28 2022 zouzhimin <zouzhimin@kylinos.cn> - 3.0.1-1
|
||||||
|
- Upgrade the corosync-qdevice package version to 3.0.1-1
|
||||||
|
|
||||||
* Fri Oct 30 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 3.0.0-10
|
* Fri Oct 30 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 3.0.0-10
|
||||||
- Upgrade the corosync-qdevice package version to 3.0.0-10
|
- Upgrade the corosync-qdevice package version to 3.0.0-10
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user