From a2c8b2c3bdd58818d434b312a8fdf90e8de4fafa73e5e3066a03831c99223c66 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Wed, 11 Oct 2017 22:48:19 +0000 Subject: [PATCH 1/2] 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 --- libvhdi.changes | 6 ++++++ libvhdi.spec | 7 +++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/libvhdi.changes b/libvhdi.changes index bde5cd6..71e5fe3 100644 --- a/libvhdi.changes +++ b/libvhdi.changes @@ -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 diff --git a/libvhdi.spec b/libvhdi.spec index 0792a3d..bee4955 100644 --- a/libvhdi.spec +++ b/libvhdi.spec @@ -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 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 -%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 +160,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 From 657cdb02257dd40fabcd0eb164e9fcbb8a91026ca71efb7aff9a508431494f63 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Thu, 12 Oct 2017 19:26:29 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/security:forensics/libvhdi?expand=0&rev=10 --- libvhdi.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libvhdi.spec b/libvhdi.spec index bee4955..77f8106 100644 --- a/libvhdi.spec +++ b/libvhdi.spec @@ -104,6 +104,7 @@ License: LGPL-3.0+ Group: Development/Languages/Python Requires: %{lname} = %{version} Requires: python +Obsoletes: python-%{name} %description -n python2-%{name} libvhdi is a library to access Virtual Hard Disk (VHD) image format. See libvhdi for details.