forked from pool/libvhdi
Accepting request 535314 from security:forensics
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/535314 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvhdi?expand=0&rev=6
This commit is contained in:
commit
0fd4fe8b4a
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 4 21:33:31 UTC 2017 - Greg.Freemyer@gmail.com
|
||||
|
||||
- rename python-libvhdi to python2-libvhdi as expected by singlespec
|
||||
- remove Provides pyvhdi as it is not versioned
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 25 17:30:51 UTC 2017 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
@ -98,15 +98,15 @@ libvhdi is a library to access the Virtual Hard Disk (VHD) image format. see li
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libvhdi.
|
||||
|
||||
%package -n python-%{name}
|
||||
%package -n python2-%{name}
|
||||
Summary: Python 2 bindings for libvhdi, a VHD image format parser
|
||||
License: LGPL-3.0+
|
||||
Group: Development/Languages/Python
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: python
|
||||
Provides: pyvhdi
|
||||
Obsoletes: python-%{name}
|
||||
|
||||
%description -n python-%{name}
|
||||
%description -n python2-%{name}
|
||||
libvhdi is a library to access Virtual Hard Disk (VHD) image format. See libvhdi for details.
|
||||
|
||||
This package contains Python 2 bindings for libvhdi.
|
||||
@ -161,7 +161,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%{_libdir}/pkgconfig/libvhdi.pc
|
||||
%{_mandir}/man3/libvhdi.3*
|
||||
|
||||
%files -n python-%{name}
|
||||
%files -n python2-%{name}
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README ChangeLog
|
||||
%{python_sitearch}/pyvhdi.so
|
||||
|
Loading…
Reference in New Issue
Block a user