- Only cleanup libhistory from readline (dennis@ausil.us)
- Do not install rsh to anaconda chroot (gitDeveloper@bitthinker.com) - Fixed NameError on result_dir when calling with --image-only (yturgema@redhat.com)
This commit is contained in:
parent
2a1712aaac
commit
0922438a81
1
.gitignore
vendored
1
.gitignore
vendored
@ -99,3 +99,4 @@
|
||||
/lorax-26.1.tar.gz
|
||||
/lorax-26.2.tar.gz
|
||||
/lorax-26.3.tar.gz
|
||||
/lorax-26.4.tar.gz
|
||||
|
10
lorax.spec
10
lorax.spec
@ -3,8 +3,8 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 26.3
|
||||
Release: 2%{?dist}
|
||||
Version: 26.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
Group: Applications/System
|
||||
@ -152,8 +152,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 26.3-2
|
||||
- Rebuild for Python 3.6
|
||||
* Fri Jan 13 2017 Brian C. Lane <bcl@redhat.com> 26.4-1
|
||||
- Only cleanup libhistory from readline (dennis@ausil.us)
|
||||
- Do not install rsh to anaconda chroot (gitDeveloper@bitthinker.com)
|
||||
- Fixed NameError on result_dir when calling with --image-only (yturgema@redhat.com)
|
||||
|
||||
* Tue Dec 06 2016 Brian C. Lane <bcl@redhat.com> 26.3-1
|
||||
- New lorax documentation - 26.2 (bcl@redhat.com)
|
||||
|
Loading…
Reference in New Issue
Block a user