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 #36 from upgrades-migrations/bump_to_0_7_51
Browse files Browse the repository at this point in the history
Bump to version 0.7.51
  • Loading branch information
bocekm authored Nov 8, 2017
2 parents 16597d4 + bea9413 commit b6299f1
Show file tree
Hide file tree
Showing 3 changed files with 10 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.50
VERSION=0.7.51

all: build

Expand Down
9 changes: 8 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.50
Version: 0.7.51
Release: 1%{?dist}
Summary: The Red Hat Enterprise Linux Upgrade tool
Epoch: 1
Expand Down Expand Up @@ -73,6 +73,13 @@ mkdir -p $RPM_BUILD_ROOT/etc/redhat-upgrade-tool/update.img.d
#{_datadir}/redhat-upgrade-tool/ui

%changelog
* Mon Nov 08 2017 Michal Bocek <mbocek@redhat.com> - 1:0.7.51-1
- Remove dependency on preupgrade-assistant-el6toel7 package
- Fail with proper error message when .treeinfo is not available
Related: rhbz#1486439
- Check if upgrading to the RHEL version allowed by the Preupgrade Assistant
Resolves: rhbz#1436310

* Mon Sep 25 2017 Michal Bocek <mbocek@redhat.com> - 1:0.7.50-1
- Decompress kernel modules (applies to RHEL 7.4+)
Resolves: rhbz#1486962
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.50",
version="0.7.51",
description="Red Hat Upgrade",
long_description="",
author="Will Woods",
Expand Down

0 comments on commit b6299f1

Please sign in to comment.