- Remove the ppc magic file (1134566) (bcl@redhat.com)

- Update templates to use installimg for product and updates (bcl@redhat.com)
- Add installimg command for use in the templates (bcl@redhat.com)
- Setup mdadm to turn off homehost (#1156614) (bcl@redhat.com)
- Don't include the stock lvm.conf. (#1157864) (dlehman@redhat.com)
- Write list of packages to /root/lorax-packages.log (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2014-11-05 16:39:41 -08:00
parent 7341104b06
commit 56ed860804
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -39,3 +39,4 @@
/lorax-21.24.tar.gz
/lorax-21.25.tar.gz
/lorax-21.26.tar.gz
/lorax-21.27.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
Version: 21.26
Version: 21.27
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -86,7 +86,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS README.livemedia-creator
%doc COPYING AUTHORS README.livemedia-creator README.product
%doc docs/*ks
%{python_sitelib}/pylorax
%{python_sitelib}/*.egg-info
@ -101,6 +101,14 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/*.1*
%changelog
* Wed Nov 05 2014 Brian C. Lane <bcl@redhat.com> 21.27-1
- Remove the ppc magic file (bcl@redhat.com)
- Update templates to use installimg for product and updates (bcl@redhat.com)
- Add installimg command for use in the templates (bcl@redhat.com)
- Setup mdadm to turn off homehost (#1156614) (bcl@redhat.com)
- Don't include the stock lvm.conf. (#1157864) (dlehman@redhat.com)
- Write list of packages to /root/lorax-packages.log (bcl@redhat.com)
* Mon Oct 20 2014 Brian C. Lane <bcl@redhat.com> 21.26-1
- Use all upper case for shim in live/efi.tmpl (bcl@redhat.com)
- livemedia-creator: Add nfs support for no-virt mode (#1121255)

View File

@ -1 +1 @@
16a481c59952d3c5ba8e05f0eaaef322 lorax-21.26.tar.gz
f8ad5ceebc8639c6934dd5a23b6c9d4b lorax-21.27.tar.gz