- drop dracut args from config files (#1008054) (bcl@redhat.com)
- livemedia-creator: Update example kickstart (bcl@redhat.com)
This commit is contained in:
parent
6435e0aba7
commit
577e9cc524
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/lorax-19.8.tar.gz
|
||||
/lorax-20.0.tar.gz
|
||||
/lorax-20.1.tar.gz
|
||||
/lorax-20.2.tar.gz
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user