rpms/dhcp/devel dhcp-4.0.0-dhclient-usage.patch, 1.3, 1.4 dhcp.spec, 1.203, 1.204

David Cantrell (dcantrel) fedora-extras-commits at redhat.com
Thu Feb 14 02:38:26 UTC 2008


Author: dcantrel

Update of /cvs/pkgs/rpms/dhcp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4758

Modified Files:
	dhcp-4.0.0-dhclient-usage.patch dhcp.spec 
Log Message:
* Wed Feb 13 2008 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-11
- Add missing newline to usage() screen in dhclient


dhcp-4.0.0-dhclient-usage.patch:

Index: dhcp-4.0.0-dhclient-usage.patch
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/dhcp-4.0.0-dhclient-usage.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dhcp-4.0.0-dhclient-usage.patch	13 Jan 2008 21:02:47 -0000	1.3
+++ dhcp-4.0.0-dhclient-usage.patch	14 Feb 2008 02:38:19 -0000	1.4
@@ -1,7 +1,7 @@
 diff -up dhcp-4.0.0/client/dhclient.c.usage dhcp-4.0.0/client/dhclient.c
---- dhcp-4.0.0/client/dhclient.c.usage	2007-12-31 18:05:29.000000000 -1000
-+++ dhcp-4.0.0/client/dhclient.c	2007-12-31 18:05:43.000000000 -1000
-@@ -893,21 +893,30 @@ main(int argc, char **argv) {
+--- dhcp-4.0.0/client/dhclient.c.usage	2008-02-13 16:20:30.000000000 -1000
++++ dhcp-4.0.0/client/dhclient.c	2008-02-13 16:21:05.000000000 -1000
+@@ -882,21 +882,30 @@ main(int argc, char **argv) {
  
  static void usage ()
  {
@@ -9,7 +9,7 @@
 -	log_info (copyright);
 -	log_info (arr);
 -	log_info (url);
-+	printf ("%s %s", message, PACKAGE_VERSION);
++	printf ("%s %s\n", message, PACKAGE_VERSION);
 +	printf (copyright);
 +	printf ("\n");
 +	printf (arr);


Index: dhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/devel/dhcp.spec,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- dhcp.spec	8 Feb 2008 02:15:14 -0000	1.203
+++ dhcp.spec	14 Feb 2008 02:38:19 -0000	1.204
@@ -4,7 +4,7 @@
 Summary:  DHCP (Dynamic Host Configuration Protocol) server and relay agent
 Name:     dhcp
 Version:  4.0.0
-Release:  10%{?dist}
+Release:  11%{?dist}
 # NEVER CHANGE THE EPOCH on this package.  The previous maintainer (prior to
 # dcantrell maintaining the package) made incorrect use of the epoch and
 # that's why it is at 12 now.  It should have never been used, but it was.
@@ -401,6 +401,9 @@
 %{_libdir}/libdhcp4client.so
 
 %changelog
+* Wed Feb 13 2008 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-11
+- Add missing newline to usage() screen in dhclient
+
 * Thu Feb 07 2008 David Cantrell <dcantrell at redhat.com> - 12:4.0.0-10
 - Save conf files adding '.predhclient.$interface' to the name (#306381)
 - Only restore conf files on EXPIRE/FAIL/RELEASE/STOP if there are no other




More information about the fedora-extras-commits mailing list