Skip to content

Commit 1994f2b

Browse files
committed
Update version number in xapi.spec.in to 1.20.1
To keep it in sync with the actual version of xapi. The version tag v1.20.1 should be at this commit. Signed-off-by: Gabor Igloi <[email protected]>
1 parent f1d06bc commit 1994f2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ xapi.spec: xapi.spec.in
138138
srpm: xapi.spec
139139
mkdir -p $(RPM_SOURCESDIR) $(RPM_SPECSDIR) $(RPM_SRPMSDIR)
140140
while ! [ -d .git ]; do cd ..; done; \
141-
git archive --prefix=xapi-1.20.0/ --format=tar HEAD | bzip2 -z > $(RPM_SOURCESDIR)/xapi-1.20.0.tar.bz2 # xen-api/Makefile
141+
git archive --prefix=xapi-1.20.1/ --format=tar HEAD | bzip2 -z > $(RPM_SOURCESDIR)/xapi-1.20.1.tar.bz2 # xen-api/Makefile
142142
cp $(JQUERY) $(JQUERY_TREEVIEW) $(RPM_SOURCESDIR)
143143
make -C $(REPO) version
144144
rm -f $(RPM_SOURCESDIR)/xapi-version.patch

xapi.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Summary: xapi - xen toolstack for XCP
44
Name: xapi
5-
Version: 1.20.0
5+
Version: 1.20.1
66
Release: @RPM_RELEASE@
77
Group: System/Hypervisor
88
License: LGPL+linking exception

0 commit comments

Comments
 (0)