Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #28 from upgrades-migrations/bump_to_0_7_50
Browse files Browse the repository at this point in the history
Bump version to 0.7.50
  • Loading branch information
bocekm authored Sep 25, 2017
2 parents 03bfd55 + 029ad41 commit 4248fd5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
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

Expand Down
15 changes: 14 additions & 1 deletion redhat-upgrade-tool.spec
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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def run(self):
os.rename(outfile, newfile)

setup(name="redhat-upgrade-tool",
version="0.7.48",
version="0.7.50",
description="Red Hat Upgrade",
long_description="",
author="Will Woods",
Expand Down

0 comments on commit 4248fd5

Please sign in to comment.