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:
parent
fb5052b5d0
commit
d728fce94e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user