diff --git a/targetcli.spec b/targetcli.spec index 8707c42..ffe8a39 100644 --- a/targetcli.spec +++ b/targetcli.spec @@ -4,7 +4,7 @@ Name: targetcli License: ASL 2.0 Summary: An administration shell for storage targets Version: 2.1.fb49 -Release: 3%{?dist} +Release: 4%{?dist} URL: https://github.com/open-iscsi/%{oname} Source: %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz BuildArch: noarch @@ -41,6 +41,9 @@ install -m 644 targetcli.8.gz %{buildroot}%{_mandir}/man8/ %{_mandir}/man8/targetcli.8.gz %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 2.1.fb49-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Mar 15 2019 Alan Pevec - 2.1.fb49-3 - Reduce dep to python3-gobject-base rhbz#1688808