Accepting request 695363 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/695363 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfsntfs?expand=0&rev=6
This commit is contained in:
commit
7e3e6cadd5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f125cc66d16a5d1060b8f0a1f8dbf6b8d88070fee73cffebcac0ecdc58860893
|
||||
size 1652286
|
3
libfsntfs-experimental-20190104.tar.gz
Normal file
3
libfsntfs-experimental-20190104.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27c6c4c037724e853edefd8f541510f81788bdd1a2de895d895ddfe2e45e9cb1
|
||||
size 1729804
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 20:24:11 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
- update to v0~20190104
|
||||
* improvments to handle corrupt file systems
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 4 22:51:47 UTC 2017 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libfsntfs
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,17 +12,17 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define lname libfsntfs1
|
||||
%define timestamp 20160418
|
||||
%define timestamp 20190104
|
||||
Name: libfsntfs
|
||||
Version: 0~%{timestamp}
|
||||
Release: 0
|
||||
Summary: Library and tools to access the NTFS filesystem
|
||||
License: LGPL-3.0+ and GFDL-1.3+
|
||||
License: LGPL-3.0-or-later AND GFDL-1.3-or-later
|
||||
Group: Productivity/File utilities
|
||||
Url: https://github.com/libyal/libfsntfs/wiki
|
||||
Source: https://github.com/libyal/libfsntfs/releases/download/%{timestamp}/%{name}-experimental-%{timestamp}.tar.gz
|
||||
@ -57,7 +57,7 @@ Note that this project currently only focuses on the analysis of the format.
|
||||
|
||||
%package -n %{lname}
|
||||
Summary: Library to access the New Technology File System (NTFS)
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{lname}
|
||||
@ -67,7 +67,7 @@ Note that this project currently only focuses on the analysis of the format.
|
||||
|
||||
%package tools
|
||||
Summary: Tools to access the New Technology File System (NTFS)
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
|
||||
%description tools
|
||||
@ -77,7 +77,7 @@ Note that this project currently only focuses on the analysis of the format.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libfsntfs
|
||||
License: LGPL-3.0+ and GFDL-1.3+
|
||||
License: LGPL-3.0-or-later AND GFDL-1.3-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{lname} = %{version}
|
||||
|
||||
@ -89,19 +89,19 @@ applications that want to make use of %{name}.
|
||||
|
||||
%package -n python2-%{name}
|
||||
Summary: Python 2 bindings for libfsntfs
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: python2
|
||||
BuildRequires: pkgconfig(python2)
|
||||
Obsoletes: python-%{name}
|
||||
Obsoletes: python-%{name}
|
||||
|
||||
%description -n python2-%{name}
|
||||
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+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: python3
|
||||
@ -145,12 +145,14 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%files -n python2-%{name}
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README
|
||||
%doc AUTHORS README
|
||||
%license COPYING
|
||||
%{python_sitearch}/pyfsntfs.so
|
||||
|
||||
%files -n python3-%{name}
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING
|
||||
%doc AUTHORS
|
||||
%license COPYING
|
||||
%{python3_sitearch}/pyfsntfs.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user