diff --git a/dar.spec b/dar.spec index 37e7ae8..8172d63 100644 --- a/dar.spec +++ b/dar.spec @@ -14,7 +14,7 @@ # Name: dar Version: 2.4.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Software for making/restoring incremental CD/DVD backups Group: Applications/Archiving @@ -35,7 +35,8 @@ BuildRequires: bzip2-devel BuildRequires: openssl-devel BuildRequires: libattr-devel BuildRequires: e2fsprogs-devel - +BuildRequires: lzo-devel +BuildRequires: libgcrypt-devel Requires: par2cmdline ################################################################################ @@ -164,6 +165,7 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/dar_manager %{_bindir}/dar_slave %{_bindir}/dar_xform +%{_sysconfdir}/darrc %{_mandir}/man1/* ################################################################################ @@ -197,6 +199,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu May 30 2013 Luis Bazan - 2.4.10-2 +- thanks echevemaster for help in this packages +- add requires needed to compile + * Wed May 22 2013 Luis Bazan - 2.4.10-1 - New Upstream version