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:
parent
f207244419
commit
127193fd3c
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -125,7 +125,8 @@ License: LGPL-3.0+
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{lname} = %{version}
|
||||
BuildRequires: pkgconfig(python2)
|
||||
Obsoletes: python-%{name}
|
||||
Provides: python-%{name} = %{version}
|
||||
Obsoletes: python-%{name} < 20140608
|
||||
|
||||
%description -n python2-%{name}
|
||||
Python 2 binding for libewf, which can create and read EnCase forensic
|
||||
|
Loading…
Reference in New Issue
Block a user