- 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:
parent
03dcc45b15
commit
9675a26e0d
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/lorax-19.4.tar.gz
|
/lorax-19.4.tar.gz
|
||||||
/lorax-19.5.tar.gz
|
/lorax-19.5.tar.gz
|
||||||
/lorax-19.6.tar.gz
|
/lorax-19.6.tar.gz
|
||||||
|
/lorax-19.7.tar.gz
|
||||||
|
10
lorax.spec
10
lorax.spec
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 19.6
|
Version: 19.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -34,6 +34,7 @@ Requires: util-linux
|
|||||||
Requires: xz
|
Requires: xz
|
||||||
Requires: yum
|
Requires: yum
|
||||||
Requires: pykickstart
|
Requires: pykickstart
|
||||||
|
Requires: dracut >= 030
|
||||||
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
# Fedora specific deps
|
# Fedora specific deps
|
||||||
@ -84,6 +85,13 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 26 2013 Brian C. Lane <bcl@redhat.com> 19.6-1
|
||||||
- Add manpage for lorax (bcl@redhat.com)
|
- Add manpage for lorax (bcl@redhat.com)
|
||||||
- Add manpage for livemedia-creator (bcl@redhat.com)
|
- Add manpage for livemedia-creator (bcl@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user