diff --git python-volatility/python-volatility.spec python-volatility/python-volatility.spec.tmp index c997942a8f..98acb4c63c 100644 --- python-volatility/python-volatility.spec +++ python-volatility/python-volatility.spec.tmp @@ -5,7 +5,7 @@ Name: python-volatility Version: 2.6.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Volatile memory extraction utility framework License: GPLv2+ @@ -17,22 +17,30 @@ Source2: volatility.1 BuildArch: noarch BuildRequires: python2-devel python-setuptools -Requires: pycrypto #Tool dwarfdump used in script vol_genprofile for generation of linux profile #Requires: /usr/bin/dwarfdump -Requires: libdwarf-tools -%description -The Volatility Framework is a completely open collection of tools, implemented -in Python under the GNU General Public License, for the extraction of digital -artifacts from volatile memory (RAM) samples. The extraction techniques are -performed completely independent of the system being investigated but offer -unprecedented visibility into the run time state of the system. The framework is -intended to introduce people to the techniques and complexities associated with -extracting digital artifacts from volatile memory samples and provide a -platform for further work into this exciting area of research. +%global _description\ +The Volatility Framework is a completely open collection of tools, implemented\ +in Python under the GNU General Public License, for the extraction of digital\ +artifacts from volatile memory (RAM) samples. The extraction techniques are\ +performed completely independent of the system being investigated but offer\ +unprecedented visibility into the run time state of the system. The framework is\ +intended to introduce people to the techniques and complexities associated with\ +extracting digital artifacts from volatile memory samples and provide a\ +platform for further work into this exciting area of research.\ + + +%description %_description +%package -n python2-volatility +Summary: %summary +Requires: pycrypto +Requires: libdwarf-tools +%{?python_provide:%python_provide python2-volatility} + +%description -n python2-volatility %_description %prep %setup -qn %{gitname}-%{commit} @@ -69,7 +77,7 @@ ln -s volatility.1.gz %{buildroot}/%{_mandir}/man1/vol_genprofile.1.gz -%files +%files -n python2-volatility %{!?_licensedir:%global license %%doc} %license LICENSE.txt LEGAL.txt %doc AUTHORS.txt CHANGELOG.txt CREDITS.txt README.txt @@ -85,6 +93,10 @@ ln -s volatility.1.gz %{buildroot}/%{_mandir}/man1/vol_genprofile.1.gz %{_mandir}/man1/vol_genprofile.* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.6.0-4 +- Python 2 binary package renamed to python2-volatility + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild