From fb5052b5d0aa31f5a4a0940a9181fa9b98f4f8e618003cb9502edbc1272c9e6c Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Mon, 20 Feb 2017 21:25:58 +0000 Subject: [PATCH] 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 --- libfsntfs.changes | 4 +++- libfsntfs.spec | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/libfsntfs.changes b/libfsntfs.changes index 30a02ba..12dd17b 100644 --- a/libfsntfs.changes +++ b/libfsntfs.changes @@ -1,7 +1,9 @@ ------------------------------------------------------------------- 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 diff --git a/libfsntfs.spec b/libfsntfs.spec index bddc2c0..514b554 100644 --- a/libfsntfs.spec +++ b/libfsntfs.spec @@ -90,7 +90,7 @@ applications that want to make use of %{name}. %package -n python-%{name} Summary: Python 2 bindings for libfsntfs License: LGPL-3.0+ -Group: Development/Libraries/Python +Group: Development/Languages/Python Requires: %{lname} = %{version} Requires: python BuildRequires: pkgconfig(python2) @@ -102,7 +102,7 @@ Python 2 binding for libfsntfs, which can access the NTFS filesystem. %package -n python3-%{name} Summary: Python 3 bindings for libfsntfs License: LGPL-3.0+ -Group: Development/Libraries/Python +Group: Development/Languages/Python Requires: %{lname} = %{version} Requires: python3 BuildRequires: pkgconfig(python3)