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 @@ -138,7 +138,7 @@ xapi.spec: xapi.spec.in
138138srpm : 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
Original file line number Diff line number Diff line change 22
33Summary: xapi - xen toolstack for XCP
44Name: xapi
5- Version: 1.20.0
5+ Version: 1.20.1
66Release: @RPM_RELEASE@
77Group: System/Hypervisor
88License: LGPL+linking exception
You can’t perform that action at this time.
0 commit comments