From: Richard Jones Date: Mon, 30 Mar 2009 18:07:37 +0000 (+0100) Subject: Small fix to specfile. X-Git-Tag: 1.5~7 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=3e414162fbe617a565c53e153a5595de1c174ab9;p=febootstrap.git Small fix to specfile. --- diff --git a/febootstrap.spec.in b/febootstrap.spec.in index 05292f6..b432e09 100644 --- a/febootstrap.spec.in +++ b/febootstrap.spec.in @@ -68,13 +68,15 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc COPYING README examples %{_bindir}/febootstrap -%{_bindir}/febootstrap-to-initramfs +%{_bindir}/febootstrap-run %{_bindir}/febootstrap-minimize +%{_bindir}/febootstrap-to-initramfs %{_mandir}/man8/febootstrap.8* -%{_mandir}/man8/febootstrap-to-initramfs.8* +%{_mandir}/man8/febootstrap-run.8* %{_mandir}/man8/febootstrap-minimize.8* +%{_mandir}/man8/febootstrap-to-initramfs.8* %changelog -* Mon Mar 23 2009 Richard Jones - 1.1-1 +* Mon Mar 23 2009 Richard Jones - @VERSION@-1 - Initial build.