SHA256
1
0
forked from pool/libvhdi

Accepting request 533507 from home:gregfreemyer:Tools-for-forensic-boot-cd

- rename python-libvhdi to python2-libvhdi as expected by singlespec
- remove Provides pyvhdi as it is not versioned

OBS-URL: https://build.opensuse.org/request/show/533507
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libvhdi?expand=0&rev=9
This commit is contained in:
Greg Freemyer 2017-10-11 22:48:19 +00:00 committed by Git OBS Bridge
parent daac8a23e6
commit a2c8b2c3bd
2 changed files with 9 additions and 4 deletions

View File

@ -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 Sat Feb 25 17:30:51 UTC 2017 - Greg.Freemyer@gmail.com

View File

@ -98,15 +98,14 @@ libvhdi is a library to access the Virtual Hard Disk (VHD) image format. see li
This subpackage contains libraries and header files for developing This subpackage contains libraries and header files for developing
applications that want to make use of libvhdi. 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 Summary: Python 2 bindings for libvhdi, a VHD image format parser
License: LGPL-3.0+ License: LGPL-3.0+
Group: Development/Languages/Python Group: Development/Languages/Python
Requires: %{lname} = %{version} Requires: %{lname} = %{version}
Requires: python Requires: python
Provides: pyvhdi
%description -n python-%{name} %description -n python2-%{name}
libvhdi is a library to access Virtual Hard Disk (VHD) image format. See libvhdi for details. libvhdi is a library to access Virtual Hard Disk (VHD) image format. See libvhdi for details.
This package contains Python 2 bindings for libvhdi. This package contains Python 2 bindings for libvhdi.
@ -161,7 +160,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_libdir}/pkgconfig/libvhdi.pc %{_libdir}/pkgconfig/libvhdi.pc
%{_mandir}/man3/libvhdi.3* %{_mandir}/man3/libvhdi.3*
%files -n python-%{name} %files -n python2-%{name}
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING README ChangeLog %doc AUTHORS COPYING README ChangeLog
%{python_sitearch}/pyvhdi.so %{python_sitearch}/pyvhdi.so