- Add a dist target that copies the archive to fedorahosted (bcl@redhat.com)

- dracut-nohostonly and dracut-norescue got renamed for dracut >= 030
  (harald@redhat.com)
- EFI and related packages are only for x86_64 (pjones@redhat.com)
- Don't remove xkeyboard-config message files (#972236) (dshea@redhat.com)
This commit is contained in:
Brian C. Lane 2013-08-01 10:03:24 -07:00
parent 03dcc45b15
commit 9675a26e0d
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/lorax-19.4.tar.gz
/lorax-19.5.tar.gz
/lorax-19.6.tar.gz
/lorax-19.7.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
Version: 19.6
Version: 19.7
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -34,6 +34,7 @@ Requires: util-linux
Requires: xz
Requires: yum
Requires: pykickstart
Requires: dracut >= 030
%if 0%{?fedora}
# Fedora specific deps
@ -84,6 +85,13 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/*.1*
%changelog
* Thu Aug 01 2013 Brian C. Lane <bcl@redhat.com> 19.7-1
- Add a dist target that copies the archive to fedorahosted (bcl@redhat.com)
- dracut-nohostonly and dracut-norescue got renamed for dracut >= 030
(harald@redhat.com)
- EFI and related packages are only for x86_64 (pjones@redhat.com)
- Don't remove xkeyboard-config message files (#972236) (dshea@redhat.com)
* 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)

View File

@ -1 +1 @@
ad662c48765bd66f4effbf7f2afb1574 lorax-19.6.tar.gz
fa37b2ee17c3f6259f5abf74e511be34 lorax-19.7.tar.gz