Skip to content

Commit feaf06e

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

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
@@ -142,7 +142,7 @@ xapi.spec: xapi.spec.in
142142
srpm: xapi.spec
143143
mkdir -p $(RPM_SOURCESDIR) $(RPM_SPECSDIR) $(RPM_SRPMSDIR)
144144
while ! [ -d .git ]; do cd ..; done; \
145-
git archive --prefix=xapi-1.14.1/ --format=tar HEAD | bzip2 -z > $(RPM_SOURCESDIR)/xapi-1.14.1.tar.bz2 # xen-api/Makefile
145+
git archive --prefix=xapi-1.14.2/ --format=tar HEAD | bzip2 -z > $(RPM_SOURCESDIR)/xapi-1.14.2.tar.bz2 # xen-api/Makefile
146146
cp $(JQUERY) $(JQUERY_TREEVIEW) $(RPM_SOURCESDIR)
147147
make -C $(REPO) version
148148
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.14.1
5+
Version: 1.14.2
66
Release: @RPM_RELEASE@
77
Group: System/Hypervisor
88
License: LGPL+linking exception

0 commit comments

Comments
 (0)