[lorax/f19] - Add manpage for lorax (bcl at redhat.com) - Add manpage for livemedia-creator (bcl at redhat.com) - live

Brian C. Lane bcl at fedoraproject.org
Tue Aug 13 16:47:21 UTC 2013


commit 88eb24f20a0733473112c292d6a5bb5deb181309
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Aug 13 09:46:47 2013 -0700

    - Add manpage for lorax (bcl at redhat.com)
    - Add manpage for livemedia-creator (bcl at redhat.com)
    - livemedia-creator: pass inst.cmdline for headless installs (#985487)
      (bcl at redhat.com)
    - Stop using /usr/bin/env (#987028) (bcl at redhat.com)
    - livemedia-creator: clarify required package errors (#985340) (bcl at redhat.com)
    - Include device-mapper-persistent-data in images for thinp support.
      (dlehman at redhat.com)

 .gitignore |    1 +
 lorax.spec |   16 +++++++++++++---
 sources    |    2 +-
 3 files changed, 15 insertions(+), 4 deletions(-)
---
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 <bcl at redhat.com> 19.6-1
+- Add manpage for lorax (bcl at redhat.com)
+- Add manpage for livemedia-creator (bcl at redhat.com)
+- livemedia-creator: pass inst.cmdline for headless installs (#985487)
+  (bcl at redhat.com)
+- Stop using /usr/bin/env (#987028) (bcl at redhat.com)
+- livemedia-creator: clarify required package errors (#985340) (bcl at redhat.com)
+- Include device-mapper-persistent-data in images for thinp support.
+  (dlehman at redhat.com)
+
 * Thu Jun 13 2013 Brian C. Lane <bcl at redhat.com> 19.5-1
 - Let sshd decide which keys to create (#971856) (bcl at redhat.com)
 - Don't remove thbrk.tri (#886250) (bcl at 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


More information about the scm-commits mailing list