commit hostname for openSUSE:Factory
Hello community, here is the log from the commit of package hostname for openSUSE:Factory checked in at 2018-11-05 22:49:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hostname (Old) and /work/SRC/openSUSE:Factory/.hostname.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "hostname" Mon Nov 5 22:49:15 2018 rev:7 rq:644713 version:3.21 Changes: -------- --- /work/SRC/openSUSE:Factory/hostname/hostname.changes 2018-04-10 09:48:19.965242950 +0200 +++ /work/SRC/openSUSE:Factory/.hostname.new/hostname.changes 2018-11-05 22:49:19.948515587 +0100 @@ -1,0 +2,6 @@ +Thu Oct 18 03:10:44 UTC 2018 - sean@suspend.net + +- Update to 3.21: + * Minor fixes to the manpage + +------------------------------------------------------------------- Old: ---- hostname-3.20.tar.gz New: ---- hostname-3.21.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hostname.spec ++++++ --- /var/tmp/diff_new_pack.v5Neam/_old 2018-11-05 22:49:20.396515020 +0100 +++ /var/tmp/diff_new_pack.v5Neam/_new 2018-11-05 22:49:20.400515015 +0100 @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: hostname -Version: 3.20 +Version: 3.21 Release: 0 Summary: Utility to Set/Show the Host Name or Domain Name License: GPL-2.0-or-later ++++++ hostname-3.20.tar.gz -> hostname-3.21.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hostname/debian/changelog new/hostname/debian/changelog --- old/hostname/debian/changelog 2018-01-31 13:08:15.000000000 +0100 +++ new/hostname/debian/changelog 2018-09-27 10:45:17.000000000 +0200 @@ -1,3 +1,11 @@ +hostname (3.21) unstable; urgency=medium + + * Minor fixes to the manpage. + Thanks to Bjarni Ingi Gislason <bjarniig@rhi.hi.is> (Closes: #900857) + * Bumped Standards-Version, no changes needed. + + -- Michael Meskes <meskes@debian.org> Thu, 27 Sep 2018 10:45:17 +0200 + hostname (3.20) unstable; urgency=medium * Removed old alioth list from maintainers field. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hostname/debian/control new/hostname/debian/control --- old/hostname/debian/control 2018-01-31 13:07:53.000000000 +0100 +++ new/hostname/debian/control 2018-09-27 10:45:17.000000000 +0200 @@ -2,7 +2,7 @@ Section: admin Priority: required Maintainer: Michael Meskes <meskes@debian.org> -Standards-Version: 4.1.3 +Standards-Version: 4.2.1.1 Build-Depends: debhelper (>= 11) Package: hostname diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hostname/hostname.1 new/hostname/hostname.1 --- old/hostname/hostname.1 2018-01-30 11:25:42.000000000 +0100 +++ new/hostname/hostname.1 2018-09-27 10:41:06.000000000 +0200 @@ -62,36 +62,36 @@ .LP .B domainname will print the NIS domainname of the system. -.BR domainname +.B domainname uses the .BR gethostname (2) function, while -.BR ypdomainname +.B ypdomainname and -.BR nisdomainname +.B nisdomainname use the .BR getdomainname (2). .LP .B dnsdomainname will print the domain part of the FQDN (Fully Qualified Domain Name). The complete FQDN of the system is returned with -.BR "hostname \-\-fqdn" +.B hostname \-\-fqdn (but see the warnings in section -.B "THE FQDN" +.B THE FQDN below). .SS "SET NAME" When called with one argument or with the .B \-\-file option, the commands set the host name or the NIS/YP domain name. -.BR hostname +.B hostname uses the .BR sethostname (2) function, while all of the three -.BR domainname, -.BR ypdomainname +.BR domainname , +.B ypdomainname and -.BR nisdomainname +.B nisdomainname use .BR setdomainname (2). Note, that this is effective only until the next reboot. @@ -102,7 +102,7 @@ It is not possible to set the FQDN or the DNS domain name with the .B dnsdomainname command (see -.B "THE FQDN" +.B THE FQDN below). .LP The host name is usually set once at system startup in @@ -118,7 +118,7 @@ .IR ursula.example.com . It is usually the hostname followed by the DNS domain name (the part after the first dot). You can check the FQDN using -.B "hostname \-\-fqdn" +.B hostname \-\-fqdn or the domain name using .BR "dnsdomainname" . .LP @@ -154,10 +154,10 @@ mobile environment, then it may either have multiple FQDNs/domain names or none at all. Therefore avoid using .BR "hostname \-\-fqdn" , -.BR "hostname \-\-domain" +.B hostname \-\-domain and .BR "dnsdomainname" . -.BR "hostname \-\-ip-address" +.B hostname \-\-ip-address is subject to the same limitations so it should be avoided as well. .SH OPTIONS @@ -176,8 +176,8 @@ output. .TP .I "\-b, \-\-boot" -Always set a hostname; this allows the file specified by \fI-F\fR to be -non-existant or empty, in which case the default hostname \fIlocalhost\fR +Always set a hostname; this allows the file specified by \fI\-F\fR to be +non-existent or empty, in which case the default hostname \fIlocalhost\fR will be used if none is yet set. .TP .I "\-d, \-\-domain" @@ -187,7 +187,7 @@ not the DNS domain name. Use .B dnsdomainname instead. See the warnings in section -.B "THE FQDN" +.B THE FQDN above, and avoid using this option. .TP .I "\-f, \-\-fqdn, \-\-long" @@ -195,9 +195,9 @@ short host name and the DNS domain name. Unless you are using bind or NIS for host lookups you can change the FQDN and the DNS domain name (which is part of the FQDN) in the \fI/etc/hosts\fR file. See the warnings in section -.B "THE FQDN" +.B THE FQDN above und use -.BR "hostname \-\-all-fqdns" +.B hostname \-\-all-fqdns instead wherever possible. .TP .I "\-F, \-\-file filename" @@ -207,13 +207,13 @@ .I "\-i, \-\-ip-address" Display the network address(es) of the host name. Note that this works only if the host name can be resolved. Avoid using this option; use -.BR "hostname \-\-all-ip-addresses" +.B hostname \-\-all-ip-addresses instead. .TP .I "\-I, \-\-all-ip-addresses" Display all network addresses of the host. This option enumerates all configured addresses on all network interfaces. The loopback interface and IPv6 -link-local addresses are omitted. Contrary to option \fI-i\fR, this option +link-local addresses are omitted. Contrary to option \fI\-i\fR, this option does not depend on name resolution. Do not make any assumptions about the order of the output. .TP diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hostname/hostname.c new/hostname/hostname.c --- old/hostname/hostname.c 2018-01-31 13:08:15.000000000 +0100 +++ new/hostname/hostname.c 2018-09-27 10:45:03.000000000 +0200 @@ -43,7 +43,7 @@ #include <ctype.h> #include <err.h> -#define VERSION "3.20" +#define VERSION "3.21" enum type_t { DEFAULT, DNS, FQDN, SHORT, ALIAS, IP, NIS, NIS_DEF, ALL_FQDNS, ALL_IPS };
participants (1)
-
root