- Update pykickstart requirement (bcl@redhat.com)
- Explicitly install notification-daemon (dshea@redhat.com)
This commit is contained in:
parent
ff3cdc2e04
commit
0314751530
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@
|
|||||||
/lorax-22.4.tar.gz
|
/lorax-22.4.tar.gz
|
||||||
/lorax-23.0.tar.gz
|
/lorax-23.0.tar.gz
|
||||||
/lorax-23.1.tar.gz
|
/lorax-23.1.tar.gz
|
||||||
|
/lorax-23.2.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 23.1
|
Version: 23.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ Requires: squashfs-tools >= 4.2
|
|||||||
Requires: util-linux
|
Requires: util-linux
|
||||||
Requires: xz
|
Requires: xz
|
||||||
Requires: pigz
|
Requires: pigz
|
||||||
Requires: pykickstart
|
Requires: python-kickstart
|
||||||
Requires: dracut >= 030
|
Requires: dracut >= 030
|
||||||
Requires: dnf
|
Requires: dnf
|
||||||
|
|
||||||
@ -106,6 +106,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 27 2015 Brian C. Lane <bcl@redhat.com> 23.2-1
|
||||||
|
- Update pykickstart requirement (bcl@redhat.com)
|
||||||
|
- Explicitly install notification-daemon (dshea@redhat.com)
|
||||||
|
|
||||||
* Tue Feb 17 2015 Brian C. Lane <bcl@redhat.com> 23.1-1
|
* Tue Feb 17 2015 Brian C. Lane <bcl@redhat.com> 23.1-1
|
||||||
- Skip using srpm repos (bcl@redhat.com)
|
- Skip using srpm repos (bcl@redhat.com)
|
||||||
- Drop the dnf Base object deletion code and use reset (bcl@redhat.com)
|
- Drop the dnf Base object deletion code and use reset (bcl@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user