Accepting request 694629 from home:gregfreemyer:Tools-for-forensic-boot-cd

- update to v0~20190104
	* improvments to handle corrupt file systems

OBS-URL: https://build.opensuse.org/request/show/694629
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsntfs?expand=0&rev=14
This commit is contained in:
Greg Freemyer 2019-04-17 22:57:28 +00:00 committed by Git OBS Bridge
parent 0506c26b25
commit a3efa07af7
4 changed files with 23 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f125cc66d16a5d1060b8f0a1f8dbf6b8d88070fee73cffebcac0ecdc58860893
size 1652286

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27c6c4c037724e853edefd8f541510f81788bdd1a2de895d895ddfe2e45e9cb1
size 1729804

View File

@ -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

View File

@ -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,7 +89,7 @@ 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
@ -101,7 +101,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+
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