- drop dracut args from config files (#1008054) (bcl@redhat.com)

- livemedia-creator: Update example kickstart (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2013-09-25 09:54:44 -07:00
parent 6435e0aba7
commit 577e9cc524
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/lorax-19.8.tar.gz
/lorax-20.0.tar.gz
/lorax-20.1.tar.gz
/lorax-20.2.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
Version: 20.1
Version: 20.2
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -78,6 +78,8 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS README.livemedia-creator
%doc docs/fedora-livemedia.ks
%doc docs/fedora-livemedia-ec2.ks
%{python_sitelib}/pylorax
%{python_sitelib}/*.egg-info
%{_sbindir}/lorax
@ -90,6 +92,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/*.1*
%changelog
* Wed Sep 25 2013 Brian C. Lane <bcl@redhat.com> 20.2-1
- drop dracut args from config files (#1008054) (bcl@redhat.com)
- livemedia-creator: Update example kickstart (bcl@redhat.com)
* Mon Sep 09 2013 Brian C. Lane <bcl@redhat.com> 20.1-1
- Yaboot to grub2 conversion cleanup. (dwa@redhat.com)
- Firstboot is not an anaconda dependency (vpodzime@redhat.com)

View File

@ -1 +1 @@
b0905fe49c8eab9485237f42d04b0971 lorax-20.1.tar.gz
0e145ad1c6311ec60e722eca02be35dd lorax-20.2.tar.gz