- Add manpage for lorax (bcl@redhat.com)

- Add manpage for livemedia-creator (bcl@redhat.com)
- livemedia-creator: pass inst.cmdline for headless installs (#985487)
  (bcl@redhat.com)
- Stop using /usr/bin/env (#987028) (bcl@redhat.com)
- livemedia-creator: clarify required package errors (#985340) (bcl@redhat.com)
- Include device-mapper-persistent-data in images for thinp support.
  (dlehman@redhat.com)
This commit is contained in:
Brian C. Lane 2013-07-26 15:59:36 -07:00
parent 7461c1f7a5
commit 03dcc45b15
3 changed files with 15 additions and 4 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/lorax-19.3.tar.gz
/lorax-19.4.tar.gz
/lorax-19.5.tar.gz
/lorax-19.6.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
Version: 19.5
Version: 19.6
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -67,7 +67,7 @@ Anaconda's image install feature.
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%files
%defattr(-,root,root,-)
@ -81,9 +81,19 @@ make DESTDIR=$RPM_BUILD_ROOT install
%config(noreplace) %{_sysconfdir}/lorax/lorax.conf
%dir %{_datadir}/lorax
%{_datadir}/lorax/*
%{_mandir}/man1/*.1*
%changelog
* Fri Jul 26 2013 Brian C. Lane <bcl@redhat.com> 19.6-1
- Add manpage for lorax (bcl@redhat.com)
- Add manpage for livemedia-creator (bcl@redhat.com)
- livemedia-creator: pass inst.cmdline for headless installs (#985487)
(bcl@redhat.com)
- Stop using /usr/bin/env (#987028) (bcl@redhat.com)
- livemedia-creator: clarify required package errors (#985340) (bcl@redhat.com)
- Include device-mapper-persistent-data in images for thinp support.
(dlehman@redhat.com)
* Thu Jun 13 2013 Brian C. Lane <bcl@redhat.com> 19.5-1
- Let sshd decide which keys to create (#971856) (bcl@redhat.com)
- Don't remove thbrk.tri (#886250) (bcl@redhat.com)

View File

@ -1 +1 @@
e38c1db691e4aa2529b25bd4a477c80e lorax-19.5.tar.gz
ad662c48765bd66f4effbf7f2afb1574 lorax-19.6.tar.gz