Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/corosync-qdevice.git#699c2064595a589145ae48f78542acf23648a4c4
This commit is contained in:
parent
0b4128d52b
commit
a9897a4db8
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/corosync-qdevice-2.92.0.tar.gz
|
/corosync-qdevice-2.92.0.tar.gz
|
||||||
/corosync-qdevice-2.93.0.tar.gz
|
/corosync-qdevice-2.93.0.tar.gz
|
||||||
/corosync-qdevice-3.0.0.tar.gz
|
/corosync-qdevice-3.0.0.tar.gz
|
||||||
|
/corosync-qdevice-3.0.1.tar.gz
|
||||||
|
@ -15,3 +15,6 @@ addFilter(r'W: empty-%postun')
|
|||||||
|
|
||||||
# Spelling error init
|
# Spelling error init
|
||||||
addFilter(r'W: spelling-error %description -l en_US init')
|
addFilter(r'W: spelling-error %description -l en_US init')
|
||||||
|
|
||||||
|
# No docs for qdevice devel sub-package
|
||||||
|
addFilter(r'corosync-qdevice-devel\.[^:]+: W: no-documentation')
|
||||||
|
@ -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%{?gitver}%{?dist}
|
Release: 1%{?gitver}%{?dist}
|
||||||
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 Nov 23 2020 Jan Friesse <jfriesse@redhat.com> - 3.0.1-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-10
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_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…
Reference in New Issue
Block a user