diff --git a/sbd.spec b/sbd.spec index 1de178a..b9678aa 100644 --- a/sbd.spec +++ b/sbd.spec @@ -23,7 +23,7 @@ Name: sbd Summary: Storage-based death License: GPLv2+ Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Url: https://github.com/%{github_owner}/%{name} Source0: https://github.com/%{github_owner}/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz Patch0: 0001-Refactor-fail-earlier-on-invalid-servants.patch @@ -110,6 +110,9 @@ install -m 644 src/sbd.sysconfig ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/sbd %doc COPYING %changelog +* Fri Jul 26 2019 Fedora Release Engineering - 1.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Feb 1 2019 Klaus Wenninger - 1.4.0-1 - Rebase to upstream v1.4.0 - Fail earlier on invalid servants (solves GCC9 build issue as well)