summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-03-30 19:07:37 +0100
committerRichard Jones <rjones@redhat.com>2009-03-30 19:07:37 +0100
commit3e414162fbe617a565c53e153a5595de1c174ab9 (patch)
tree231d1ea97cfffe9ab41dd627fffffa63b017144f
parent68f63f58f0999b126c14d127e6ece499bffa51db (diff)
downloadfebootstrap-3e414162fbe617a565c53e153a5595de1c174ab9.tar.gz
febootstrap-3e414162fbe617a565c53e153a5595de1c174ab9.tar.xz
febootstrap-3e414162fbe617a565c53e153a5595de1c174ab9.zip
Small fix to specfile.
-rw-r--r--febootstrap.spec.in8
1 files changed, 5 insertions, 3 deletions
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 <rjones@redhat.com> - 1.1-1
+* Mon Mar 23 2009 Richard Jones <rjones@redhat.com> - @VERSION@-1
- Initial build.