- Add command for opening anaconda log file to history (mkolman@gmail.com)
- Do not install chrony and rdate explicitly (vpodzime@redhat.com)
This commit is contained in:
parent
c13c71a2aa
commit
f952f49efd
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/lorax-19.1.tar.gz
|
/lorax-19.1.tar.gz
|
||||||
/lorax-19.2.tar.gz
|
/lorax-19.2.tar.gz
|
||||||
/lorax-19.3.tar.gz
|
/lorax-19.3.tar.gz
|
||||||
|
/lorax-19.4.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 19.3
|
Version: 19.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -84,6 +84,10 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 21 2013 Brian C. Lane <bcl@redhat.com> 19.4-1
|
||||||
|
- Add command for opening anaconda log file to history (mkolman@gmail.com)
|
||||||
|
- Do not install chrony and rdate explicitly (vpodzime@redhat.com)
|
||||||
|
|
||||||
* Mon Apr 29 2013 Brian C. Lane <bcl@redhat.com> 19.3-1
|
* Mon Apr 29 2013 Brian C. Lane <bcl@redhat.com> 19.3-1
|
||||||
- Remove /var/log/journal so journald won't write to overlay
|
- Remove /var/log/journal so journald won't write to overlay
|
||||||
(wwoods@redhat.com)
|
(wwoods@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user