- 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:
parent
7341104b06
commit
56ed860804
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@
|
|||||||
/lorax-21.24.tar.gz
|
/lorax-21.24.tar.gz
|
||||||
/lorax-21.25.tar.gz
|
/lorax-21.25.tar.gz
|
||||||
/lorax-21.26.tar.gz
|
/lorax-21.26.tar.gz
|
||||||
|
/lorax-21.27.tar.gz
|
||||||
|
12
lorax.spec
12
lorax.spec
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 21.26
|
Version: 21.27
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -86,7 +86,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING AUTHORS README.livemedia-creator
|
%doc COPYING AUTHORS README.livemedia-creator README.product
|
||||||
%doc docs/*ks
|
%doc docs/*ks
|
||||||
%{python_sitelib}/pylorax
|
%{python_sitelib}/pylorax
|
||||||
%{python_sitelib}/*.egg-info
|
%{python_sitelib}/*.egg-info
|
||||||
@ -101,6 +101,14 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- Use all upper case for shim in live/efi.tmpl (bcl@redhat.com)
|
||||||
- livemedia-creator: Add nfs support for no-virt mode (#1121255)
|
- livemedia-creator: Add nfs support for no-virt mode (#1121255)
|
||||||
|
Loading…
Reference in New Issue
Block a user