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

OBS-URL: https://build.opensuse.org/request/show/459348
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsntfs?expand=0&rev=9
This commit is contained in:
Greg Freemyer 2017-02-20 21:25:58 +00:00 committed by Git OBS Bridge
parent 7242a48e51
commit fb5052b5d0
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 16 22:30:06 UTC 2017 - Greg.Freemyer@gmail.com Thu Feb 16 22:30:06 UTC 2017 - Greg.Freemyer@gmail.com
- use internal version of libfdata and libfcache. New releases broke libfsntfs compiles. - use internal version of libfdata and libfcache.
* New releases broke libfsntfs compiles.
- change RPM Group for python binding to development/languages/python
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 28 22:25:59 UTC 2016 - Greg.Freemyer@gmail.com Thu Jul 28 22:25:59 UTC 2016 - Greg.Freemyer@gmail.com

View File

@ -90,7 +90,7 @@ applications that want to make use of %{name}.
%package -n python-%{name} %package -n python-%{name}
Summary: Python 2 bindings for libfsntfs Summary: Python 2 bindings for libfsntfs
License: LGPL-3.0+ License: LGPL-3.0+
Group: Development/Libraries/Python Group: Development/Languages/Python
Requires: %{lname} = %{version} Requires: %{lname} = %{version}
Requires: python Requires: python
BuildRequires: pkgconfig(python2) BuildRequires: pkgconfig(python2)
@ -102,7 +102,7 @@ Python 2 binding for libfsntfs, which can access the NTFS filesystem.
%package -n python3-%{name} %package -n python3-%{name}
Summary: Python 3 bindings for libfsntfs Summary: Python 3 bindings for libfsntfs
License: LGPL-3.0+ License: LGPL-3.0+
Group: Development/Libraries/Python Group: Development/Languages/Python
Requires: %{lname} = %{version} Requires: %{lname} = %{version}
Requires: python3 Requires: python3
BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(python3)