|
|
|
@ -1,17 +1,15 @@
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%bcond_without testsrpm
|
|
|
|
|
%bcond_with check
|
|
|
|
|
|
|
|
|
|
Name: libqb
|
|
|
|
|
Version: 2.0.6
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 2.0.8
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: Library providing high performance logging, tracing, ipc, and poll
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
URL: https://github.com/ClusterLabs/libqb
|
|
|
|
|
Source0: https://github.com/ClusterLabs/libqb/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
Patch0: bz2149647-connretry-recv.patch
|
|
|
|
|
Patch1: bz2236171-fix-bb-overflow.patch
|
|
|
|
|
Patch0: include-libxml-parser.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
|
BuildRequires: check-devel
|
|
|
|
@ -32,15 +30,12 @@ architecture, such as logging, tracing, inter-process communication (IPC),
|
|
|
|
|
and polling.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
%patch -P0 -p1 -b .include-libxml-parser.patch
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
./autogen.sh
|
|
|
|
|
%configure \
|
|
|
|
|
%if %{with testsrpm}
|
|
|
|
|
--enable-install-tests \
|
|
|
|
|
%endif
|
|
|
|
|
--disable-static
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
%{make_build}
|
|
|
|
|
|
|
|
|
|
%if 0%{?with_check}
|
|
|
|
@ -77,25 +72,12 @@ developing applications that use %{name}.
|
|
|
|
|
%{_libdir}/pkgconfig/libqb.pc
|
|
|
|
|
%{_mandir}/man3/qb*3*
|
|
|
|
|
|
|
|
|
|
%if %{with testsrpm}
|
|
|
|
|
%package tests
|
|
|
|
|
Summary: Test suite for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%files tests
|
|
|
|
|
%doc COPYING
|
|
|
|
|
%{_libdir}/libqb/tests/*
|
|
|
|
|
|
|
|
|
|
%description tests
|
|
|
|
|
The %{name}-tests package contains the %{name} test suite.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n doxygen2man
|
|
|
|
|
Summary: Program to create nicely-formatted man pages from Doxygen XML files
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n doxygen2man
|
|
|
|
|
This package contains a program to create nicely-formatted man pages from Doxygen XML files
|
|
|
|
|
|
|
|
|
@ -105,50 +87,64 @@ This package contains a program to create nicely-formatted man pages from Doxyge
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Sep 8 2023 Christine Caulfield <ccaulfie@redhat.com> 2.0.6-4
|
|
|
|
|
- bump rpm version for rhel-exception build
|
|
|
|
|
Resolves: rhbz#2230712
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.0.8-5
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Sep 1 2023 Christine Caulfield <ccaulfie@redhat.com> 2.0.6-3
|
|
|
|
|
- blackbox: fix buffer overflow with long log lines
|
|
|
|
|
Resolves: rhbz#2236171
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.8-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Dec 1 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.6-1
|
|
|
|
|
- ipc: Retry receiving credentials if the the message is short
|
|
|
|
|
Resolves: rhbz2149647
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.8-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Apr 20 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.6-1
|
|
|
|
|
- Rebase to 2.0.6
|
|
|
|
|
Resolves: rhbz#2072903
|
|
|
|
|
* Mon Dec 4 2023 Christine Caulfield <ccaulfie@redhat.com> 2.0.8-2
|
|
|
|
|
- update doxygen2man for latest libXML2 - include parser.h
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Christine Caulfield <ccaulfie@redhat.com> 2.0.8-1
|
|
|
|
|
- rebase to v2.0.8
|
|
|
|
|
|
|
|
|
|
* Thu Mar 3 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.3-8
|
|
|
|
|
- Fix negative errno in qb_ipcc_connect (introduced in 2.0.3-4)
|
|
|
|
|
Resolves: rhbz#2057527
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.7-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 19 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.3-7
|
|
|
|
|
- Bump soname for async-connect API addition
|
|
|
|
|
Resolves: rhbz#bz2031865
|
|
|
|
|
* Wed Jun 07 2023 Christine Caulfield <ccaulfie@redhat.com> 2.0.7-1
|
|
|
|
|
- rebase to v2.0.7
|
|
|
|
|
|
|
|
|
|
* Tue Jun 06 2023 Jan Friesse <jfriesse@redhat.com> - 2.0.6-6
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.6-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Dec 02 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.6-4
|
|
|
|
|
ipc: Retry receiving credentials if the the message is short
|
|
|
|
|
|
|
|
|
|
* Wed Aug 03 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.6-3
|
|
|
|
|
Don't run tests on Fedora. We have a local CI and it just loads
|
|
|
|
|
up the Fedora build system (and occasionally fails for loading reasons)
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.6-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Mar 23 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.6-1
|
|
|
|
|
- Rebase to 2.0.6
|
|
|
|
|
Don't run ipc_sock test when non-root, and fix RPM building
|
|
|
|
|
|
|
|
|
|
* Mon Jan 10 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.3-6
|
|
|
|
|
- Fix gating.yaml for RHEL-9
|
|
|
|
|
Resolves: rhbz#bz2031865
|
|
|
|
|
* Mon Mar 21 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.5-1
|
|
|
|
|
- Rebase to version 2.0.5
|
|
|
|
|
|
|
|
|
|
* Mon Jan 10 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.3-5
|
|
|
|
|
- Add gating.yaml from RHEL
|
|
|
|
|
Resolves: rhbz#bz2031865
|
|
|
|
|
* Thu Mar 3 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.4-4
|
|
|
|
|
- Fix negative errno value returned from qb_ipcc_connect().
|
|
|
|
|
Introduced with qb_ipcc_async_connect()
|
|
|
|
|
|
|
|
|
|
* Fri Jan 7 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.3-4
|
|
|
|
|
- Add async connect call for Pacemaker
|
|
|
|
|
Resolves: rhbz#bz2031865
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.3-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Mon Nov 15 2021 Christine Caulfield <ccaulfie@redhat.com> 2.0.4-1
|
|
|
|
|
- Rebase to version 2.0.4
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.3-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Mar 3 2021 Christine Caulfield <ccaulfie@redhat.com> 2.0.3
|
|
|
|
|
* Wed Mar 3 2021 Christine Caulfield <ccaulfie@redhat.com> 2.0.3-1
|
|
|
|
|
- Rebase to version 2.0.3
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-3
|
|
|
|
|