- Update pykickstart requirement (bcl@redhat.com)

- Explicitly install notification-daemon (dshea@redhat.com)
This commit is contained in:
Brian C. Lane 2015-02-27 17:29:24 -08:00
parent ff3cdc2e04
commit 0314751530
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -51,3 +51,4 @@
/lorax-22.4.tar.gz
/lorax-23.0.tar.gz
/lorax-23.1.tar.gz
/lorax-23.2.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
Version: 23.1
Version: 23.2
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -37,7 +37,7 @@ Requires: squashfs-tools >= 4.2
Requires: util-linux
Requires: xz
Requires: pigz
Requires: pykickstart
Requires: python-kickstart
Requires: dracut >= 030
Requires: dnf
@ -106,6 +106,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/*.1*
%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
- Skip using srpm repos (bcl@redhat.com)
- Drop the dnf Base object deletion code and use reset (bcl@redhat.com)

View File

@ -1 +1 @@
4fb10f72aff3ca927fd685a6b8aa1bd2 lorax-23.1.tar.gz
a23ab7fb085d9cd88b647c6a737725b7 lorax-23.2.tar.gz