projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d73ead
)
pygrub: fix package version
author
Simon Rowe
<simon.rowe@eu.citrix.com>
Wed, 15 Aug 2018 08:08:07 +0000
(09:08 +0100)
committer
Wei Liu
<wei.liu2@citrix.com>
Wed, 15 Aug 2018 09:24:06 +0000
(10:24 +0100)
Make the version in setup.py agree with PYGRUB_VER.
Signed-off-by: Simon Rowe <simon.rowe@eu.citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/pygrub/setup.py
patch
|
blob
|
history
diff --git
a/tools/pygrub/setup.py
b/tools/pygrub/setup.py
index 52dcf5737393c6aee10d9bfce0d69db856f96a40..711bbbd499a020d522403ff6119b4a7dac6b07af 100644
(file)
--- a/
tools/pygrub/setup.py
+++ b/
tools/pygrub/setup.py
@@
-17,7
+17,7
@@
fsimage = Extension("fsimage",
pkgs = [ 'grub' ]
setup(name='pygrub',
- version='0.
3
',
+ version='0.
6
',
description='Boot loader that looks a lot like grub for Xen',
author='Jeremy Katz',
author_email='katzj@redhat.com',