Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f36778de10 |
3 changed files with 23 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/corosync-qdevice-2.92.0.tar.gz
|
||||
/corosync-qdevice-2.93.0.tar.gz
|
||||
/corosync-qdevice-3.0.0.tar.gz
|
||||
/corosync-qdevice-3.0.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
# Conditionals
|
||||
# Invoke "rpmbuild --without <feature>" or "rpmbuild --with <feature>"
|
||||
# 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: 5%{?gitver}%{?dist}
|
||||
Version: 3.0.1
|
||||
Release: 1%{?gitver}%{?dist}
|
||||
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 Nov 23 2020 Jan Friesse <jfriesse@redhat.com> - 3.0.1-1
|
||||
- New upstream release
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (corosync-qdevice-3.0.0.tar.gz) = fca0e9be41cd7d938c7003e62b585cd67ac082dd546ea86a77d48747aeb89caca5fb87a4753bcb968c2b9de584361d0dc44b35a88c1465fc041c2fdf0bf61cd4
|
||||
SHA512 (corosync-qdevice-3.0.1.tar.gz) = 677aff51b5b3cae693ccf342494077cb5ee5ba16ff71c6d8da17f5ab54bc31e0df5c8e0fd4292125c0bffeaa25371d58360a7ec8b122534f92818d3658b46c98
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue