From d728fce94e208c22d0b12279ccd9bb4f1a91f7c2767524cdb69f02945ee77123 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Wed, 11 Oct 2017 22:43:48 +0000 Subject: [PATCH 1/2] Accepting request 533503 from home:gregfreemyer:Tools-for-forensic-boot-cd - rename python-libfsntfs to python2-libfsntfs as expected by singlespec - remove Provides pyfsntfs as it is not versioned OBS-URL: https://build.opensuse.org/request/show/533503 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsntfs?expand=0&rev=11 --- libfsntfs.changes | 6 ++++++ libfsntfs.spec | 10 ++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/libfsntfs.changes b/libfsntfs.changes index 12dd17b..f5af719 100644 --- a/libfsntfs.changes +++ b/libfsntfs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 4 22:51:47 UTC 2017 - Greg.Freemyer@gmail.com + +- rename python-libfsntfs to python2-libfsntfs as expected by singlespec +- remove Provides pyfsntfs as it is not versioned + ------------------------------------------------------------------- Thu Feb 16 22:30:06 UTC 2017 - Greg.Freemyer@gmail.com diff --git a/libfsntfs.spec b/libfsntfs.spec index 514b554..0d988f0 100644 --- a/libfsntfs.spec +++ b/libfsntfs.spec @@ -87,16 +87,15 @@ Requires: %{lname} = %{version} This subpackage contains libraries and header files for developing applications that want to make use of %{name}. -%package -n python-%{name} +%package -n python2-%{name} Summary: Python 2 bindings for libfsntfs License: LGPL-3.0+ Group: Development/Languages/Python Requires: %{lname} = %{version} -Requires: python +Requires: python2 BuildRequires: pkgconfig(python2) -Provides: pyfsntfs = %{version} -%description -n python-%{name} +%description -n python2-%{name} Python 2 binding for libfsntfs, which can access the NTFS filesystem. %package -n python3-%{name} @@ -106,7 +105,6 @@ Group: Development/Languages/Python Requires: %{lname} = %{version} Requires: python3 BuildRequires: pkgconfig(python3) -Provides: pyfsntfs = %{version} %description -n python3-%{name} Python 3 binding for libfsntfs, which can access the NTFS filesystem. @@ -144,7 +142,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_libdir}/pkgconfig/libfsntfs.pc %{_mandir}/man3/libfsntfs.3* -%files -n python-%{name} +%files -n python2-%{name} %defattr(-,root,root) %doc AUTHORS COPYING README %{python_sitearch}/pyfsntfs.so From 0506c26b257657f5c58ab549dd71830c0bf8ea8bc3e8b69ad99b6060a660cd2e Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Thu, 12 Oct 2017 19:28:49 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsntfs?expand=0&rev=12 --- libfsntfs.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libfsntfs.spec b/libfsntfs.spec index 0d988f0..65d2990 100644 --- a/libfsntfs.spec +++ b/libfsntfs.spec @@ -94,6 +94,7 @@ Group: Development/Languages/Python Requires: %{lname} = %{version} Requires: python2 BuildRequires: pkgconfig(python2) +Obsoletes: python-%{name} %description -n python2-%{name} Python 2 binding for libfsntfs, which can access the NTFS filesystem.