diff --git a/livecd-tools.spec b/livecd-tools.spec index a5edada..e25925e 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -5,7 +5,7 @@ Summary: Tools for building live CDs Name: livecd-tools Version: 18.16 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 License: GPLv2 Group: System Environment/Base @@ -29,6 +29,7 @@ Requires: dosfstools Requires: e2fsprogs Requires: lorax >= 18.3 Requires: hfsplus-tools +Requires: rsync %ifarch %{ix86} x86_64 Requires: syslinux Requires: /sbin/extlinux @@ -102,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/imgcreate/*.pyc %changelog +* Wed May 29 2013 Brian C. Lane 18.16-2 +- Add requirement on rsync (#967948) + * Thu May 23 2013 Brian C. Lane 18.16-1 - Version 18.16 (bcl) - Avoid setting empty root password (#964299) (thoger)