common Makefile.common,1.106,1.107

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Mon Jul 28 22:36:58 UTC 2008


Author: toshio

Update of /cvs/pkgs/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17175/common

Modified Files:
	Makefile.common 
Log Message:

* Mon Jul 28 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.4-1
- Small fix to proxyclient.send_request() for sequence types.



Index: Makefile.common
===================================================================
RCS file: /cvs/pkgs/common/Makefile.common,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- Makefile.common	21 Jul 2008 19:01:59 -0000	1.106
+++ Makefile.common	28 Jul 2008 22:36:27 -0000	1.107
@@ -461,7 +461,7 @@
 	@sed -e '/^#/d' < bodhi.template > bodhi.template.orig
 	@if [ -z "$$EDITOR" ]; then vi bodhi.template; else $$EDITOR bodhi.template; fi
 	@if [ -n "`sed -e '/^#/d' < bodhi.template | diff bodhi.template.orig -`" ]; then \
-		$(BODHI_CLIENT) --new --release $(subst -,,$(BRANCH)) \
+		$(BODHI_CLIENT) -v --new --release $(subst -,,$(BRANCH)) \
 			--file bodhi.template $(NAME)-$(VERSION)-$(RELEASE) -u $(BODHI_USER); \
 	else \
 		echo "Bodhi update aborted!"; \




More information about the fedora-extras-commits mailing list