Remove m2crypto requirement

Signed-off-by: Tony Asleson <tasleson@redhat.com>
This commit is contained in:
Tony Asleson 2017-10-03 09:43:05 -05:00
parent 590e1f20d7
commit d8fcca0d64
1 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Name: libstoragemgmt
Version: 1.4.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Storage array management library
Group: System Environment/Libraries
License: LGPLv2+
@ -125,8 +125,6 @@ support.
%package netapp-plugin
Summary: Files for NetApp array support for %{name}
Group: System Environment/Libraries
BuildRequires: m2crypto
Requires: m2crypto
Requires: python3-%{name} = %{version}
Requires(post): python3-%{name} = %{version}
Requires(postun): python3-%{name} = %{version}
@ -537,6 +535,9 @@ fi
%{_mandir}/man1/hpsa_lsmplugin.1*
%changelog
* Tue Oct 3 2017 Tony Asleson <tasleson@redhat.com> - 1.4.0-5
- Remove m2crypto requirement
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.4.0-4
- Python 2 binary packages renamed to python2-libstoragemgmt and python2-libstoragemgmt-clibs
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3