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
This commit is contained in:
Greg Freemyer 2017-10-11 22:43:48 +00:00 committed by Git OBS Bridge
parent fb5052b5d0
commit d728fce94e
2 changed files with 10 additions and 6 deletions

View File

@ -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 Thu Feb 16 22:30:06 UTC 2017 - Greg.Freemyer@gmail.com

View File

@ -87,16 +87,15 @@ Requires: %{lname} = %{version}
This subpackage contains libraries and header files for developing This subpackage contains libraries and header files for developing
applications that want to make use of %{name}. applications that want to make use of %{name}.
%package -n python-%{name} %package -n python2-%{name}
Summary: Python 2 bindings for libfsntfs Summary: Python 2 bindings for libfsntfs
License: LGPL-3.0+ License: LGPL-3.0+
Group: Development/Languages/Python Group: Development/Languages/Python
Requires: %{lname} = %{version} Requires: %{lname} = %{version}
Requires: python Requires: python2
BuildRequires: pkgconfig(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. Python 2 binding for libfsntfs, which can access the NTFS filesystem.
%package -n python3-%{name} %package -n python3-%{name}
@ -106,7 +105,6 @@ Group: Development/Languages/Python
Requires: %{lname} = %{version} Requires: %{lname} = %{version}
Requires: python3 Requires: python3
BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(python3)
Provides: pyfsntfs = %{version}
%description -n python3-%{name} %description -n python3-%{name}
Python 3 binding for libfsntfs, which can access the NTFS filesystem. 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 %{_libdir}/pkgconfig/libfsntfs.pc
%{_mandir}/man3/libfsntfs.3* %{_mandir}/man3/libfsntfs.3*
%files -n python-%{name} %files -n python2-%{name}
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING README %doc AUTHORS COPYING README
%{python_sitearch}/pyfsntfs.so %{python_sitearch}/pyfsntfs.so