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 #41 from upgrades-migrations/bump_to_0_7_52
Browse files Browse the repository at this point in the history
Bump version to 0.7.52
  • Loading branch information
bocekm committed Jun 12, 2018
2 parents 7180b94 + 3e92efa commit 448678d
Show file tree
Hide file tree
Showing 3 changed files with 7 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.51
VERSION=0.7.52

all: build

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

%changelog
* Tue Jun 12 2018 Michal Bocek <[email protected]> - 1:0.7.52-1
- Add option to disable /boot size check
Resolves: rhbz#1518317

* Mon Nov 08 2017 Michal Bocek <[email protected]> - 1:0.7.51-1
- Remove dependency on preupgrade-assistant-el6toel7 package
- Fail with proper error message when .treeinfo is not available
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.51",
version="0.7.52",
description="Red Hat Upgrade",
long_description="",
author="Will Woods",
Expand Down

0 comments on commit 448678d

Please sign in to comment.