This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from upgrades-migrations/bump_to_0_7_50
Bump version to 0.7.50
- Loading branch information
Showing
3 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PYTHON=python | ||
VERSION=0.7.43 | ||
VERSION=0.7.50 | ||
|
||
all: build | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: redhat-upgrade-tool | ||
Version: 0.7.48 | ||
Version: 0.7.50 | ||
Release: 1%{?dist} | ||
Summary: The Red Hat Enterprise Linux Upgrade tool | ||
Epoch: 1 | ||
|
@@ -74,6 +74,19 @@ mkdir -p $RPM_BUILD_ROOT/etc/redhat-upgrade-tool/update.img.d | |
#{_datadir}/redhat-upgrade-tool/ui | ||
|
||
%changelog | ||
* Mon Sep 25 2017 Michal Bocek <[email protected]> - 1:0.7.50-1 | ||
- Decompress kernel modules (applies to RHEL 7.4+) | ||
Resolves: rhbz#1486962 | ||
- Add rpm dependency of preupgrade-assistant-el6toel7 | ||
|
||
* Fri Jun 16 2017 Michal Bocek <[email protected]> - 1:0.7.49-1 | ||
- Check for sufficient space in /boot | ||
Resolves: rhbz#1361219 | ||
- Downloading treeinfo if .treeinfo not in repo | ||
Resolves: rhbz#1410949 | ||
- Support for new treeinfo format of RHEL 7.4 repos | ||
Resolves: rhbz#1456809 | ||
|
||
* Mon Dec 5 2016 Michal Bocek <[email protected]> - 1:0.7.48-1 | ||
- Support Preupgrade Assistant version 2.2.0 | ||
Resolves: rhbz#1398401 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters