SHA256
1
0
forked from pool/libewf

- fix a problem with the python to python2 rename

OBS-URL: https://build.opensuse.org/package/show/security:forensics/libewf?expand=0&rev=8
This commit is contained in:
Greg Freemyer 2018-01-14 19:31:58 +00:00 committed by Git OBS Bridge
parent f207244419
commit 127193fd3c
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 14 19:31:05 UTC 2018 - Greg.Freemyer@gmail.com
- fix a problem with the python to python2 rename
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 11 20:10:55 UTC 2017 - Greg.Freemyer@gmail.com Wed Oct 11 20:10:55 UTC 2017 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libewf # spec file for package libewf
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -125,7 +125,8 @@ License: LGPL-3.0+
Group: Development/Libraries/Python Group: Development/Libraries/Python
Requires: %{lname} = %{version} Requires: %{lname} = %{version}
BuildRequires: pkgconfig(python2) BuildRequires: pkgconfig(python2)
Obsoletes: python-%{name} Provides: python-%{name} = %{version}
Obsoletes: python-%{name} < 20140608
%description -n python2-%{name} %description -n python2-%{name}
Python 2 binding for libewf, which can create and read EnCase forensic Python 2 binding for libewf, which can create and read EnCase forensic