Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-19 10:46:44 +02:00
parent 1098f57373
commit 240319c2ce
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,7 @@
Name: libstoragemgmt
Version: 1.6.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Storage array management library
Group: System Environment/Libraries
License: LGPLv2+
@ -650,6 +650,9 @@ fi
%{_mandir}/man1/local_lsmplugin.1*
%changelog
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.6.2-3
- Rebuilt for Python 3.7
* Mon Jun 18 2018 Gris Ge <fge@redhat.com> - 1.6.2-2
- Removed the requirement of initscripts. (RHBZ 1592363)