Skip to content

Commit 8207943

Browse files
authored
Merge pull request #2865 from gaborigloi/update_version_number
Update version number in xapi.spec.in to 1.20.1
2 parents f1d06bc + 1994f2b commit 8207943

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)