From 03dcc45b15166ddf4471dc8457911856ba9ce3ba Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Jul 26 2013 22:59:36 +0000 Subject: - 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) --- diff --git a/.gitignore b/.gitignore index 0c0e44a..ffd904a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /lorax-19.3.tar.gz /lorax-19.4.tar.gz /lorax-19.5.tar.gz +/lorax-19.6.tar.gz diff --git a/lorax.spec b/lorax.spec index af2d42c..5dfd2b4 100644 --- a/lorax.spec +++ b/lorax.spec @@ -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 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 19.5-1 - Let sshd decide which keys to create (#971856) (bcl@redhat.com) - Don't remove thbrk.tri (#886250) (bcl@redhat.com) diff --git a/sources b/sources index defb0e3..0749851 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e38c1db691e4aa2529b25bd4a477c80e lorax-19.5.tar.gz +ad662c48765bd66f4effbf7f2afb1574 lorax-19.6.tar.gz