SHA256
1
0
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:
Dominique Leuenberger 2017-11-03 15:23:25 +00:00 committed by Git OBS Bridge
commit 0fd4fe8b4a
2 changed files with 10 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,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 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 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. 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 +161,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