diff --git a/cfv.spec b/cfv.spec index 194f773..41648ef 100644 --- a/cfv.spec +++ b/cfv.spec @@ -1,6 +1,6 @@ Name: cfv Version: 1.18.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A utility to test and create data verification files Group: Applications/Archiving @@ -11,7 +11,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python -Requires: bittorrent %description cfv is a utility to both test and create .sfv, .csv, .crc, .md5(sfv-like), @@ -19,6 +18,8 @@ md5sum, bsd md5, sha1sum, and .torrent files. These files are commonly used to ensure the correct retrieval or storage of data. It also has test-only support for PAR and PAR2 files +The bittorent package must be separately installed for .torrent support. + %prep %setup -q @@ -48,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Feb 11 2010 Manuel "lonely wolf" Wolfshant - 1.18.3-2 +- Drop "Requires:" for bittorrent (bz #564046) + * Sun Sep 20 2009 Manuel Wolfshant - 1.18.3-1 - new upstream version, fixing md5 and sha module deprecation warnings.