diff --git a/dfvfs-20140727.tar.gz b/dfvfs-20140727.tar.gz deleted file mode 100644 index 59eed08..0000000 --- a/dfvfs-20140727.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e14a0b6b359b2a30737e9b16f43e05ec6c1c4e979bcffae7d87dd472c326742 -size 62373727 diff --git a/dfvfs-20141220.tar.gz b/dfvfs-20141220.tar.gz new file mode 100644 index 0000000..13fed4f --- /dev/null +++ b/dfvfs-20141220.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c0675d17fcf2786e16710881e5f57d6e7e4cbf9a1eb73ffd6c020e7b556c7c +size 62428793 diff --git a/python-dfVFS.changes b/python-dfVFS.changes index f81be8d..dc47f2c 100644 --- a/python-dfVFS.changes +++ b/python-dfVFS.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Dec 22 22:59:29 UTC 2014 - Greg.Freemyer@gmail.com + +- upgrade to v0~20141220 + * dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream +- v0~20141220 required by latest plaso release +- update Url field to point to the new github site +- update source to be complete URL +- delete DL_URL field +- add an exclude for the "examples" that are provided. They need a better namespace. +- add check_dependencies.py to %doc so that users can verify they have usable dependencies + ------------------------------------------------------------------- Thu Aug 21 17:47:47 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/python-dfVFS.spec b/python-dfVFS.spec index d46d9b1..848b889 100644 --- a/python-dfVFS.spec +++ b/python-dfVFS.spec @@ -15,16 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define timestamp 20140727 + +%define timestamp 20141220 Name: python-dfVFS Version: 0~%{timestamp} Release: 0 Summary: Digital Forensics Virtual File System License: Apache-2.0 Group: Productivity/File utilities -Url: http://code.google.com/p/libpff/ -#DL-URL: https://8cc686ffe05394af72c9b3d507f0b2bcff74f031.googledrive.com/host/0B3fBvzttpiiSZTI3MWV6di1fRDg/dfvfs-20140727.tar.gz -Source: dfvfs-%{timestamp}.tar.gz +Url: https://github.com/log2timeline/dfvfs/wiki +Source: https://github.com/log2timeline/dfvfs/releases/download/20141220/dfvfs-20141220.tar.gz BuildRequires: fdupes BuildRequires: pkg-config BuildRequires: python-devel @@ -33,14 +33,14 @@ Requires: pybde Requires: pyewf Requires: pyqcow Requires: pysmdev -Requires: pytsk -Requires: pyvshadow Requires: pysmraw -Requires: pyvmdk -Requires: pyvhdi Requires: python-construct Requires: python-protobuf Requires: python-six +Requires: pytsk +Requires: pyvhdi +Requires: pyvmdk +Requires: pyvshadow BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -54,6 +54,7 @@ dfVFS is currently implemented as a Python module. %prep %setup -q -n dfvfs-%{timestamp} find dfvfs -name \*.py | xargs sed -i "/#!\/usr\/bin\/python/d" +chmod -x utils/check_dependencies.py %build python setup.py build @@ -64,8 +65,10 @@ python setup.py install --root=%{buildroot} --prefix=%{_prefix} %files %defattr(-,root,root) -%doc ACKNOWLEDGEMENTS AUTHORS LICENSE.TXT +%doc ACKNOWLEDGEMENTS AUTHORS LICENSE +%doc utils/check_dependencies.py %{python_sitelib}/dfvfs-%{timestamp}-py2.7.egg-info %{python_sitelib}/dfvfs +%exclude %{python_sitelib}/examples %changelog