Rebase to 2.0.6 - fix tests and ROM building
This commit is contained in:
parent
48f551bdac
commit
1bab05c52b
10
libqb.spec
10
libqb.spec
@ -1,7 +1,7 @@
|
||||
%bcond_without check
|
||||
|
||||
Name: libqb
|
||||
Version: 2.0.5
|
||||
Version: 2.0.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing high performance logging, tracing, ipc, and poll
|
||||
|
||||
@ -9,7 +9,7 @@ License: LGPLv2+
|
||||
URL: https://github.com/ClusterLabs/libqb
|
||||
Source0: https://github.com/ClusterLabs/libqb/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
#Patch0: add-async-connect.patch
|
||||
#Patch0: sock-test-rootonly.patch
|
||||
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: check-devel
|
||||
@ -31,7 +31,7 @@ and polling.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
#%patch0 -p1 -b .add-async-connect
|
||||
#%patch0 -p1 -b .sock-test-rootonly
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
@ -87,6 +87,10 @@ This package contains a program to create nicely-formatted man pages from Doxyge
|
||||
|
||||
|
||||
%changelog
|
||||
* 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 Mar 21 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.5-1
|
||||
- Rebase to version 2.0.5
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libqb-2.0.5.tar.xz) = 96ed9bf646c94b0f3155d88f9646dfe495870e22e8c0f70ecd6df298a64627b00ff64017145b943e7288c2996275d02774a89363cc13954372a5dfee3e9f237a
|
||||
SHA512 (libqb-2.0.6.tar.xz) = 90539381e18ac984e8f1b5edfc31b183bd327a3cfe6a75af9dd959e1574c1925257cbc3401ef73df1a2f8362171d071d5ef7dff67d8d13383157a8de23547558
|
||||
|
Loading…
Reference in New Issue
Block a user