Skip to content

Commit

Permalink
update spec and makefile for fedup-0.9.1
Browse files Browse the repository at this point in the history
Hooray, it's time for a new release!
  • Loading branch information
wgwoods committed Dec 8, 2014
1 parent ef2606a commit 974b6a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PYTHON=python
VERSION=0.9.0
RELEASE_TAG=0.9.0
VERSION=0.9.1
RELEASE_TAG=0.9.1

all: build

Expand Down
10 changes: 9 additions & 1 deletion fedup.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: fedup
Version: 0.9.0
Version: 0.9.1
Release: 1%{?dist}
Summary: The Fedora Upgrade tool

Expand Down Expand Up @@ -74,6 +74,14 @@ done
#{_datadir}/fedup/ui

%changelog
* Mon Dec 08 2014 Will Woods <wwoods@redhat.com> 0.9.1-1
- Fix traceback if --product/--add-install is misspelled/missing (#1167971)
- Make sure fedup --clean doesn't require --product (#1158766)
- Give clearer error messages about invalid '--network' values

* Mon Nov 03 2014 Will Woods <wwoods@redhat.com> 0.9.0-2
- Make systemd consider startup finished before starting upgrade (#1159292)

* Wed Oct 29 2014 Will Woods <wwoods@redhat.com> 0.9.0-1
- Add --product=PRODUCT flag for upgrades to F21
- Use host's config files in upgrade.img
Expand Down

0 comments on commit 974b6a1

Please sign in to comment.