diff --git a/dfvfs-20150108.tar.gz b/dfvfs-20150108.tar.gz deleted file mode 100644 index 4b2e0f7..0000000 --- a/dfvfs-20150108.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fb8cad99195aa23190fc585bf41623700ad1c8bd0d5b8adac4b81e903e775ac -size 62429013 diff --git a/dfvfs-20150303.tar.gz b/dfvfs-20150303.tar.gz new file mode 100644 index 0000000..aaa6cbe --- /dev/null +++ b/dfvfs-20150303.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42596221c9110ffcbedf97e39ed0f6af35a95701976bb6b44b594c11978de99a +size 62435458 diff --git a/python-dfVFS.changes b/python-dfVFS.changes index 4052741..ddc9c55 100644 --- a/python-dfVFS.changes +++ b/python-dfVFS.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Mar 25 14:59:26 UTC 2015 - Greg.Freemyer@gmail.com + +- update to v0~20150303 + * dfVFS is in a rapid state of development and Changelog entries have not been implemented by upstream +- add Requires: pysigscan, it is a new dependency +- add a new %exclude in %files due to doubly included %doc files +- remove spec file entry deleting installed examples. Resolved upstream. + * see https://github.com/log2timeline/dfvfs/issues/4 +- chmod run_tests.py to remove the executable bits. Was causing a rmplint warning. + ------------------------------------------------------------------- Wed Jan 21 15:22:54 UTC 2015 - Greg.Freemyer@gmail.com diff --git a/python-dfVFS.spec b/python-dfVFS.spec index fb8fbf3..3634121 100644 --- a/python-dfVFS.spec +++ b/python-dfVFS.spec @@ -1,7 +1,7 @@ # # spec file for package python-dfVFS # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -16,7 +16,7 @@ # -%define timestamp 20150108 +%define timestamp 20150303 Name: python-dfVFS Version: 0~%{timestamp} Release: 0 @@ -32,6 +32,7 @@ BuildRequires: python-setuptools Requires: pybde Requires: pyewf Requires: pyqcow +Requires: pysigscan Requires: pysmdev Requires: pysmraw Requires: python-construct @@ -55,15 +56,13 @@ dfVFS is currently implemented as a Python module. %setup -q -n dfvfs-%{timestamp} find dfvfs -name \*.py | xargs sed -i "/#!\/usr\/bin\/python/d" chmod -x utils/check_dependencies.py +chmod -x run_tests.py %build python setup.py build %install python setup.py install --root=%{buildroot} --prefix=%{_prefix} -# examples should not be installed -# see https://github.com/log2timeline/dfvfs/issues/4 -rm -rf %{buildroot}/%{python_sitelib}/examples # force complie to resolve an rpmlint complaint pushd %{buildroot}%{python_sitelib}/dfvfs/ %py_compile . @@ -72,11 +71,13 @@ popd %files %defattr(-,root,root) -%doc ACKNOWLEDGEMENTS AUTHORS LICENSE +%doc ACKNOWLEDGEMENTS AUTHORS LICENSE README %doc utils/check_dependencies.py %doc run_tests.py %doc examples %{python_sitelib}/dfvfs-%{timestamp}-py2.7.egg-info %{python_sitelib}/dfvfs +# these are installed into the wrong place +%exclude %{_datadir}/doc/dfvfs/ %changelog