Skip to content

Commit f229855

Browse files
authored
Merge pull request xapi-project#258 from gaborigloi/update_version_number
Update version number in xapi.spec.in to 1.14.2
2 parents f7d3a23 + feaf06e commit f229855

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)