diff --git a/.corosync-qdevice.metadata b/.corosync-qdevice.metadata index 851f944..2bb1bf5 100644 --- a/.corosync-qdevice.metadata +++ b/.corosync-qdevice.metadata @@ -1 +1 @@ -eb969252c86fb6bd7a4c84213d426f40d0eb5148 SOURCES/corosync-qdevice-3.0.1.tar.gz +8f72eb0d945136a243761c823e9c8ab7f1c14139 SOURCES/corosync-qdevice-3.0.2.tar.gz diff --git a/.gitignore b/.gitignore index 5b34056..8360080 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/corosync-qdevice-3.0.1.tar.gz +SOURCES/corosync-qdevice-3.0.2.tar.gz diff --git a/SOURCES/bz2180244-1-qdevice-Destroy-non-blocking-client-on-failure.patch b/SOURCES/bz2180045-1-qdevice-Destroy-non-blocking-client-on-failure.patch similarity index 100% rename from SOURCES/bz2180244-1-qdevice-Destroy-non-blocking-client-on-failure.patch rename to SOURCES/bz2180045-1-qdevice-Destroy-non-blocking-client-on-failure.patch diff --git a/SPECS/corosync-qdevice.spec b/SPECS/corosync-qdevice.spec index eeda8a5..4debade 100644 --- a/SPECS/corosync-qdevice.spec +++ b/SPECS/corosync-qdevice.spec @@ -10,13 +10,13 @@ Name: corosync-qdevice Summary: The Corosync Cluster Engine Qdevice -Version: 3.0.1 -Release: 4%{?gitver}%{?dist}.1 +Version: 3.0.2 +Release: 2%{?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 -Patch0: bz2180244-1-qdevice-Destroy-non-blocking-client-on-failure.patch +Patch0: bz2180045-1-qdevice-Destroy-non-blocking-client-on-failure.patch # Runtime bits Requires: corosync >= 2.4.0 @@ -48,7 +48,7 @@ BuildRequires: make %prep %setup -q -n %{name}-%{version}%{?gittarver} -%patch0 -p1 -b .bz2180244-1 +%patch0 -p1 -b .bz2180045-1 %build %if %{with runautogen} @@ -211,11 +211,16 @@ fi %{_mandir}/man8/corosync-qnetd.8* %changelog -* Thu Mar 23 2023 Jan Friesse - 3.0.1-4.1 -- Resolves: rhbz#2180244 +* Thu Mar 23 2023 Jan Friesse - 3.0.2-2 +- Resolves: rhbz#2180045 -- qdevice: Destroy non blocking client on failure (rhbz#2180244) -- merge upstream commit 4331c7d5650a8bf44c16512419f1954d0ef96df5 (rhbz#2180244) +- qdevice: Destroy non blocking client on failure (rhbz#2180045) +- merge upstream commit 4331c7d5650a8bf44c16512419f1954d0ef96df5 (rhbz#2180045) + +* Thu Nov 03 2022 Jan Friesse - 3.0.2-1 +- Resolves: rhbz#2135863 + +- New upstream release * Mon Aug 09 2021 Mohan Boddu - 3.0.1-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags