Python 2 binary package renamed to python2-volume_key
This commit is contained in:
parent
f2216ba485
commit
2894bfabcd
@ -3,7 +3,7 @@
|
||||
Summary: An utility for manipulating storage encryption keys and passphrases
|
||||
Name: volume_key
|
||||
Version: 0.3.9
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
License: GPLv2
|
||||
Group: Applications/System
|
||||
URL: https://pagure.io/volume_key/
|
||||
@ -57,12 +57,13 @@ back up can also be useful for extracting data after a hardware or software
|
||||
failure that corrupts the header of the encrypted volume, or to access the
|
||||
company data after an employee leaves abruptly.
|
||||
|
||||
%package -n python-volume_key
|
||||
%package -n python2-volume_key
|
||||
%{?python_provide:%python_provide python2-volume_key}
|
||||
Summary: Python bindings for libvolume_key
|
||||
Group: System Environment/Libraries
|
||||
Requires: volume_key-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description -n python-volume_key
|
||||
%description -n python2-volume_key
|
||||
This package provides Python bindings for libvolume_key, a library for
|
||||
manipulating storage volume encryption keys and storing them separately from
|
||||
volumes.
|
||||
@ -114,13 +115,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc AUTHORS COPYING ChangeLog NEWS
|
||||
%{_libdir}/libvolume_key.so.*
|
||||
|
||||
%files -n python-volume_key
|
||||
%files -n python2-volume_key
|
||||
%defattr(-,root,root,-)
|
||||
%exclude %{python_sitearch}/_volume_key.la
|
||||
%{python_sitearch}/_volume_key.so
|
||||
%{python_sitearch}/volume_key.py*
|
||||
|
||||
%changelog
|
||||
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.3.9-16
|
||||
- Python 2 binary package renamed to python2-volume_key
|
||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user