forked from pool/python-dfVFS
Accepting request 280653 from home:gregfreemyer:Tools-for-forensic-boot-cd
update as part of libyal 2015 refresh OBS-URL: https://build.opensuse.org/request/show/280653 OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
1c83e958f9
commit
54a7f59cf0
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1c0675d17fcf2786e16710881e5f57d6e7e4cbf9a1eb73ffd6c020e7b556c7c
|
||||
size 62428793
|
3
dfvfs-20150108.tar.gz
Normal file
3
dfvfs-20150108.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7fb8cad99195aa23190fc585bf41623700ad1c8bd0d5b8adac4b81e903e775ac
|
||||
size 62429013
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 9 21:54:16 UTC 2015 - Greg.Freemyer@gmail.com
|
||||
|
||||
- update to v0~20150108
|
||||
* bugfix for auto-dependency build
|
||||
- add explicit "%py_compile ." to resolve rpmlint complaint about datestamps not matching
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 22 22:59:29 UTC 2014 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-dfVFS
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define timestamp 20141220
|
||||
%define timestamp 20150108
|
||||
Name: python-dfVFS
|
||||
Version: 0~%{timestamp}
|
||||
Release: 0
|
||||
@@ -24,7 +24,7 @@ Summary: Digital Forensics Virtual File System
|
||||
License: Apache-2.0
|
||||
Group: Productivity/File utilities
|
||||
Url: https://github.com/log2timeline/dfvfs/wiki
|
||||
Source: https://github.com/log2timeline/dfvfs/releases/download/20141220/dfvfs-20141220.tar.gz
|
||||
Source: https://github.com/log2timeline/dfvfs/releases/download/%timestamp/dfvfs-%timestamp.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-devel
|
||||
@@ -61,6 +61,10 @@ python setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --root=%{buildroot} --prefix=%{_prefix}
|
||||
# force complie to resolve an rpmlint complaint
|
||||
pushd %{buildroot}%{python_sitelib}/dfvfs/
|
||||
%py_compile .
|
||||
popd
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%files
|
||||
|
Reference in New Issue
Block a user