SHA256
1
0
forked from pool/libvhdi

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

A trivial RPM group update

OBS-URL: https://build.opensuse.org/request/show/460434
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libvhdi?expand=0&rev=6
This commit is contained in:
Greg Freemyer 2017-02-25 17:39:52 +00:00 committed by Git OBS Bridge
parent 821dd18352
commit f849ad1436
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Feb 25 17:30:51 UTC 2017 - Greg.Freemyer@gmail.com
- change RPM group to Development/Languages/Python
-------------------------------------------------------------------
Thu Jul 14 02:32:29 UTC 2016 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libvhdi
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -107,7 +107,7 @@ applications that want to make use of libvhdi.
%package -n python-%{name}
Summary: Python 2 bindings for libvhdi, a VHD image format parser
License: LGPL-3.0+
Group: Development/Libraries/Python
Group: Development/Languages/Python
Requires: %{lname} = %{version}
Requires: python
Provides: pyvhdi
@ -120,7 +120,7 @@ This package contains Python 2 bindings for libvhdi.
%package -n python3-%{name}
Summary: Python 3 bindings for libvhdi, a VHD image format parser
License: LGPL-3.0+
Group: Development/Libraries/Python
Group: Development/Languages/Python
Requires: %{lname} = %{version}
Requires: python3
Provides: pyvhdi