- 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:
parent
7461c1f7a5
commit
03dcc45b15
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/lorax-19.3.tar.gz
|
||||
/lorax-19.4.tar.gz
|
||||
/lorax-19.5.tar.gz
|
||||
/lorax-19.6.tar.gz
|
||||
|
16
lorax.spec
16
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@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)
|
||||
|
Loading…
Reference in New Issue
Block a user