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

Commit

Permalink
Fixed tool failure with AttributeError due to check_inplace_risk().
Browse files Browse the repository at this point in the history
- Resolves: rhbz#1356806
  • Loading branch information
bocekm committed Jul 25, 2016
1 parent 2b9a423 commit 23ca5b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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.43
Version: 0.7.44
Release: 1%{?dist}
Summary: The Red Hat Enterprise Linux Upgrade tool
Epoch: 1
Expand Down Expand Up @@ -75,6 +75,10 @@ mkdir -p $RPM_BUILD_ROOT/etc/redhat-upgrade-tool/update.img.d
#{_datadir}/redhat-upgrade-tool/ui

%changelog
* Mon Jul 25 2016 Michal Bocek <[email protected]> 0.7.44-1
- Fixed tool failure with AttributeError due to check_inplace_risk().
Resolves: rhbz#1356806

* Wed Oct 14 2015 David Shea <[email protected]> 0.7.43-1
- Fix the iteration over failed preupgrade scripts (mganisin)
Related: rhbz#1252850
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.43",
version="0.7.44",
description="Red Hat Upgrade",
long_description="",
author="Will Woods",
Expand Down

0 comments on commit 23ca5b8

Please sign in to comment.