- Bump version to 27.0 (bcl@redhat.com)
- Try all packages when installpkg --optional is used. (bcl@redhat.com) - Add support for aarch64 live images (bcl@redhat.com) - pylint: Ignore different argument lengths for dnf callback. (bcl@redhat.com) - Adds additional callbacks keyword for start() (jmracek@redhat.com) - Add ppc64-diag for Power64 platforms (pbrobinson@gmail.com) - livemedia-creator: Add release license files to / of the iso (bcl@redhat.com) - lorax: Add release license files to / of the iso (bcl@redhat.com) - INSTALL_ROOT and LIVE_ROOT are not available during %post (bcl@redhat.com) - Add --noverifyssl to lorax (#1430483) (bcl@redhat.com)
This commit is contained in:
parent
9f8f21e9dc
commit
645b9ede47
1
.gitignore
vendored
1
.gitignore
vendored
@ -103,3 +103,4 @@
|
||||
/lorax-26.5.tar.gz
|
||||
/lorax-26.6.tar.gz
|
||||
/lorax-26.7.tar.gz
|
||||
/lorax-27.0.tar.gz
|
||||
|
14
lorax.spec
14
lorax.spec
@ -3,7 +3,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 26.7
|
||||
Version: 27.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -152,6 +152,18 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 30 2017 Brian C. Lane <bcl@redhat.com> 27.0-1
|
||||
- Bump version to 27.0 (bcl@redhat.com)
|
||||
- Try all packages when installpkg --optional is used. (bcl@redhat.com)
|
||||
- Add support for aarch64 live images (bcl@redhat.com)
|
||||
- pylint: Ignore different argument lengths for dnf callback. (bcl@redhat.com)
|
||||
- Adds additional callbacks keyword for start() (jmracek@redhat.com)
|
||||
- Add ppc64-diag for Power64 platforms (pbrobinson@gmail.com)
|
||||
- livemedia-creator: Add release license files to / of the iso (bcl@redhat.com)
|
||||
- lorax: Add release license files to / of the iso (bcl@redhat.com)
|
||||
- INSTALL_ROOT and LIVE_ROOT are not available during %%post (bcl@redhat.com)
|
||||
- Add --noverifyssl to lorax (#1430483) (bcl@redhat.com)
|
||||
|
||||
* Mon Mar 06 2017 Brian C. Lane <bcl@redhat.com> 26.7-1
|
||||
- add ostree to get installed in anaconda environment (dusty@dustymabe.com)
|
||||
- Add dependency for lvmdump -l command (#1255659) (jkonecny@redhat.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-26.7.tar.gz) = df046f89f6fcbd01bebc152994b21fb235208df302499832deaed14ca91279c44209c9d999413dc3f259ba8b783f8266c9fb47df4a1f75a50d9393258b9452ef
|
||||
SHA512 (lorax-27.0.tar.gz) = 07d794de18be4670293cf432af1a6bbb959b6d6361daf8ada44bde926169f426adf3ee3ada9406c767dc57ae23203d3d528cd8bdcf8d38ddcda4940cbff412e1
|
||||
|
Loading…
Reference in New Issue
Block a user