File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ xapi.spec: xapi.spec.in
142142srpm : 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
Original file line number Diff line number Diff line change 22
33Summary: xapi - xen toolstack for XCP
44Name: xapi
5- Version: 1.14.1
5+ Version: 1.14.2
66Release: @RPM_RELEASE@
77Group: System/Hypervisor
88License: LGPL+linking exception
You can’t perform that action at this time.
0 commit comments