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

- update to v0~20160918
- add requires pyfwnt, pyvslvm, pyfvde
- force compile serializer in the %install section to eliminate a timestamp issue

OBS-URL: https://build.opensuse.org/request/show/429218
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=14
This commit is contained in:
Greg Freemyer
2016-09-21 02:59:22 +00:00
committed by Git OBS Bridge
parent 03b7bd810e
commit 1f85f22f1b
4 changed files with 10 additions and 6 deletions

View File

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

3
dfvfs-20160918.tar.gz Normal file
View File

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

View File

@@ -1,9 +1,10 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 14 02:09:04 UTC 2016 - Greg.Freemyer@gmail.com Thu Jul 14 02:09:04 UTC 2016 - Greg.Freemyer@gmail.com
- update to v0~20160510 - update to v0~20160918
* still pre-release and no ChangeLog available * still pre-release and no ChangeLog available
* add requires pyfwnt, pyvslvm - add requires pyfwnt, pyvslvm, pyfvde
- force compile serializer in the %install section to eliminate a timestamp issue
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 2 21:00:42 UTC 2015 - Greg.Freemyer@gmail.com Wed Dec 2 21:00:42 UTC 2015 - Greg.Freemyer@gmail.com

View File

@@ -16,7 +16,7 @@
# #
%define timestamp 20160510 %define timestamp 20160918
Name: python-dfVFS Name: python-dfVFS
Version: 0~%{timestamp} Version: 0~%{timestamp}
Release: 0 Release: 0
@@ -32,12 +32,14 @@ BuildRequires: python-setuptools
Requires: pybde Requires: pybde
Requires: pyewf Requires: pyewf
Requires: pyfsntfs Requires: pyfsntfs
Requires: pyfvde
Requires: pyfwnt Requires: pyfwnt
Requires: pyqcow Requires: pyqcow
Requires: pysigscan Requires: pysigscan
Requires: pysmdev Requires: pysmdev
Requires: pysmraw Requires: pysmraw
Requires: python-construct Requires: python-construct
Requires: python-dfdatetime
Requires: python-protobuf Requires: python-protobuf
Requires: python-six Requires: python-six
Requires: pytsk Requires: pytsk
@@ -69,6 +71,7 @@ python setup.py install --root=%{buildroot} --prefix=%{_prefix}
# force complie to resolve an rpmlint complaint # force complie to resolve an rpmlint complaint
pushd %{buildroot}%{python_sitelib}/dfvfs/ pushd %{buildroot}%{python_sitelib}/dfvfs/
%py_compile . %py_compile .
%py_compile serializer
popd popd
%fdupes -s %{buildroot} %fdupes -s %{buildroot}