Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory
checked in at Fri Apr 1 16:48:45 CEST 2011.



--------
--- coreutils/coreutils.changes 2011-02-10 17:07:27.000000000 +0100
+++ /mounts/work_src_done/STABLE/coreutils/coreutils.changes    2011-04-01 
15:36:03.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Apr  1 15:34:49 CEST 2011 - [email protected]
+
+- Readd documentation of hostname and hostid to texinfo
+  documentation.
+- Remove obsolete and unused german translation.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  coreutils-8.9.de.po

New:
----
  _service:set_version:coreutils-testsuite.spec
  coreutils-readd_documentation.patch
  coreutils-testsuite.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ _service:set_version:coreutils-testsuite.spec ++++++
#
# spec file for package coreutils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#



Name:           coreutils
Summary:        GNU Core Utilities
BuildRequires:  help2man libacl-devel libcap-devel libselinux-devel pam-devel xz
Url:            http://www.gnu.org/software/coreutils/
License:        GFDLv1.2 ; GPLv2+ ; GPLv3+
Group:          System/Base
Version:        8.10
Release:        2
Provides:       fileutils = %{version}, sh-utils = %{version}, stat = 
%version}, textutils = %{version}, mktemp = %{version}
Obsoletes:      fileutils < %{version}, sh-utils < %{version}, stat < 
%version}, textutils < %{version}, mktemp < %{version}
Obsoletes:      libselinux <= 1.23.11-3 libselinux-32bit = 9 libselinux-64bit = 
9 libselinux-x86 = 9
AutoReqProv:    on
PreReq:         %{install_info_prereq}
Recommends:     %{name}-lang = %version
Requires:       pam >= 1.1.1.90
Source:         coreutils-%{version}.tar.xz
Source1:        su.pamd
Source2:        su.default
Source3:        baselibs.conf
Patch0:         coreutils-misc.patch
Patch1:         coreutils-no_hostname_and_hostid.patch
Patch2:         coreutils-gl_printf_safe.patch
Patch4:         coreutils-8.6-i18n.patch
Patch5:         coreutils-i18n-uninit.patch
Patch6:         coreutils-i18n-infloop.patch
Patch8:         coreutils-sysinfo.patch
Patch16:        coreutils-invalid-ids.patch
Patch20:        coreutils-8.6-pam-support-for-su.diff
Patch21:        coreutils-8.6-update-man-page-for-pam.diff
Patch22:        coreutils-8.6-log-all-su-attempts.diff
Patch23:        coreutils-8.6-set-sane-default-path.diff
Patch24:        
coreutils-8.6-honor-settings-in-etc-default-su-resp-etc-login.defs.diff
Patch25:        coreutils-8.6-make-sure-sbin-resp-usr-sbin-are-in-PATH.diff
#
Patch30:        coreutils-8.6-compile-su-with-fpie.diff
Patch31:        coreutils-getaddrinfo.patch
Patch32:        coreutils-ptr_int_casts.patch
Patch33:        coreutils-8.9-singlethreaded-sort.patch
#Next two patches added after 8.10 release so should be obsolete with next 
release
Patch34:        coreutils-compute_range_endpoint.patch
Patch35:        coreutils-fix_sparse_fiemap_test.patch

BuildRoot:      %{_tmppath}/%{name}-%{version}-build
# this will create a cycle, broken up randomly - coreutils is just too core to 
have other
# prerequires
#PreReq:         permissions

%description
Basic file, shell, and text manipulation utilities.  The package
contains the following programs:

[ arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp
csplit cut date dd df dir dircolors dirname du echo env expand expr
factor false fmt fold groups head id install join kill link ln logname
ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup od paste pathchk
pinky pr printenv printf ptx pwd readlink rm rmdir runcon seq sha1sum
sha224sum sha256sum sha384sum sha512sum shred shuf sleep sort split
stat stty su sum sync tac tail tee test timeout touch tr true tsort tty
uname unexpand uniq unlink uptime users vdir wc who whoami yes

%lang_package
%prep
%setup -q
%patch4
%patch5
%patch6
%patch0
%patch1
%patch2
%patch8
%patch16
%patch20
%patch21
%patch22 -p1
%patch23 -p1
%patch24 -p1
%patch25 -p1
#
%patch30 -p1
%patch31
%patch32
%patch33
%patch34 -p1
%patch35 -p1

%build
AUTOPOINT=true autoreconf -fi
export CFLAGS="%optflags -Wall"
%configure --without-included-regex \
            --enable-install-program=arch,su \
            gl_cv_func_printf_directive_n=yes \
            gl_cv_func_isnanl_works=yes \
            DEFAULT_POSIX2_VERSION=199209
make -C po update-po
make %{?_smp_mflags} V=1

%install
%makeinstall
test -f %{buildroot}%{_bindir}/su || \
  install src/su %{buildroot}%{_bindir}/su
install -d %{buildroot}/bin
for i in arch basename cat chgrp chmod chown cp date dd df echo false kill ln 
ls mkdir mknod mktemp mv pwd rm rmdir sleep sort stat stty su sync touch true 
uname readlink md5sum
do
        mv %{buildroot}%{_bindir}/$i %{buildroot}/bin/$i
        test $i = su && echo -n '%%attr(4755,root,root) '
        echo /bin/$i
done > bin.files
ln -sf ../../bin/{basename,sort,stat,touch,readlink,md5sum} 
%{buildroot}%{_bindir}
install -d -m 755 %{buildroot}/etc/pam.d
install -m 644 %{S:1} %{buildroot}/etc/pam.d/su
install -m 644 %{S:1} %{buildroot}/etc/pam.d/su-l
install -d -m 755 %{buildroot}/etc/default
install -m 644 %{S:2} %{buildroot}/etc/default/su
echo '.so man1/test.1' > %{buildroot}/%{_mandir}/man1/\[.1
%find_lang %name

%post
%install_info --info-dir=%{_infodir} %{_infodir}/coreutils.info.gz
# may fail if permissions is not there, but there is no way around that
%set_permissions %{_bindir}/su

%postun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/coreutils.info.gz

%verifyscript
%verify_permissions -e /bin/su

%clean
rm -rf %{buildroot}

%files -f bin.files
%defattr(-,root,root)
%doc README NEWS
%config %{_sysconfdir}/pam.d/su
%config %{_sysconfdir}/pam.d/su-l
%config(noreplace) %{_sysconfdir}/default/su
%{_bindir}/*
%{_libdir}/%{name}
%doc %{_infodir}/coreutils.info*.gz
%doc %{_mandir}/man1/*.1.gz
%dir %{_prefix}/share/locale/*/LC_TIME

%files lang -f %name.lang
%defattr(-,root,root)

%changelog
++++++ _service:set_version:coreutils.spec ++++++
--- /var/tmp/diff_new_pack.IfDiSZ/_old  2011-04-01 16:45:25.000000000 +0200
+++ /var/tmp/diff_new_pack.IfDiSZ/_new  2011-04-01 16:45:25.000000000 +0200
@@ -24,7 +24,7 @@
 License:        GFDLv1.2 ; GPLv2+ ; GPLv3+
 Group:          System/Base
 Version:        8.10
-Release:        1
+Release:        2
 Provides:       fileutils = %{version}, sh-utils = %{version}, stat = 
%version}, textutils = %{version}, mktemp = %{version}
 Obsoletes:      fileutils < %{version}, sh-utils < %{version}, stat < 
%version}, textutils < %{version}, mktemp < %{version}
 Obsoletes:      libselinux <= 1.23.11-3 libselinux-32bit = 9 libselinux-64bit 
= 9 libselinux-x86 = 9
@@ -50,6 +50,7 @@
 Patch23:        coreutils-8.6-set-sane-default-path.diff
 Patch24:        
coreutils-8.6-honor-settings-in-etc-default-su-resp-etc-login.defs.diff
 Patch25:        coreutils-8.6-make-sure-sbin-resp-usr-sbin-are-in-PATH.diff
+Patch26:        coreutils-readd_documentation.patch
 #
 Patch30:        coreutils-8.6-compile-su-with-fpie.diff
 Patch31:        coreutils-getaddrinfo.patch
@@ -94,6 +95,7 @@
 %patch23 -p1
 %patch24 -p1
 %patch25 -p1
+%patch26
 #
 %patch30 -p1
 %patch31

++++++ coreutils-testsuite.spec ++++++
#
# spec file for package coreutils
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#



Name:           coreutils
Summary:        GNU Core Utilities
BuildRequires:  help2man libacl-devel libcap-devel libselinux-devel pam-devel xz
Url:            http://www.gnu.org/software/coreutils/
License:        GFDLv1.2 ; GPLv2+ ; GPLv3+
Group:          System/Base
Version:        8.10
Release:        2
Provides:       fileutils = %{version}, sh-utils = %{version}, stat = 
%version}, textutils = %{version}, mktemp = %{version}
Obsoletes:      fileutils < %{version}, sh-utils < %{version}, stat < 
%version}, textutils < %{version}, mktemp < %{version}
Obsoletes:      libselinux <= 1.23.11-3 libselinux-32bit = 9 libselinux-64bit = 
9 libselinux-x86 = 9
AutoReqProv:    on
PreReq:         %{install_info_prereq}
Recommends:     %{name}-lang = %version
Requires:       pam >= 1.1.1.90
Source:         coreutils-%{version}.tar.xz
Source1:        su.pamd
Source2:        su.default
Source3:        baselibs.conf
Patch0:         coreutils-misc.patch
Patch1:         coreutils-no_hostname_and_hostid.patch
Patch2:         coreutils-gl_printf_safe.patch
Patch4:         coreutils-8.6-i18n.patch
Patch5:         coreutils-i18n-uninit.patch
Patch6:         coreutils-i18n-infloop.patch
Patch8:         coreutils-sysinfo.patch
Patch16:        coreutils-invalid-ids.patch
Patch20:        coreutils-8.6-pam-support-for-su.diff
Patch21:        coreutils-8.6-update-man-page-for-pam.diff
Patch22:        coreutils-8.6-log-all-su-attempts.diff
Patch23:        coreutils-8.6-set-sane-default-path.diff
Patch24:        
coreutils-8.6-honor-settings-in-etc-default-su-resp-etc-login.defs.diff
Patch25:        coreutils-8.6-make-sure-sbin-resp-usr-sbin-are-in-PATH.diff
#
Patch30:        coreutils-8.6-compile-su-with-fpie.diff
Patch31:        coreutils-getaddrinfo.patch
Patch32:        coreutils-ptr_int_casts.patch
Patch33:        coreutils-8.9-singlethreaded-sort.patch
#Next two patches added after 8.10 release so should be obsolete with next 
release
Patch34:        coreutils-compute_range_endpoint.patch
Patch35:        coreutils-fix_sparse_fiemap_test.patch

BuildRoot:      %{_tmppath}/%{name}-%{version}-build
# this will create a cycle, broken up randomly - coreutils is just too core to 
have other
# prerequires
#PreReq:         permissions

%description
Basic file, shell, and text manipulation utilities.  The package
contains the following programs:

[ arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp
csplit cut date dd df dir dircolors dirname du echo env expand expr
factor false fmt fold groups head id install join kill link ln logname
ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup od paste pathchk
pinky pr printenv printf ptx pwd readlink rm rmdir runcon seq sha1sum
sha224sum sha256sum sha384sum sha512sum shred shuf sleep sort split
stat stty su sum sync tac tail tee test timeout touch tr true tsort tty
uname unexpand uniq unlink uptime users vdir wc who whoami yes

%lang_package
%prep
%setup -q
%patch4
%patch5
%patch6
%patch0
%patch1
%patch2
%patch8
%patch16
%patch20
%patch21
%patch22 -p1
%patch23 -p1
%patch24 -p1
%patch25 -p1
#
%patch30 -p1
%patch31
%patch32
%patch33
%patch34 -p1
%patch35 -p1

%build
AUTOPOINT=true autoreconf -fi
export CFLAGS="%optflags -Wall"
%configure --without-included-regex \
            --enable-install-program=arch,su \
            gl_cv_func_printf_directive_n=yes \
            gl_cv_func_isnanl_works=yes \
            DEFAULT_POSIX2_VERSION=199209
make -C po update-po
make %{?_smp_mflags} V=1

%install
%makeinstall
test -f %{buildroot}%{_bindir}/su || \
  install src/su %{buildroot}%{_bindir}/su
install -d %{buildroot}/bin
for i in arch basename cat chgrp chmod chown cp date dd df echo false kill ln 
ls mkdir mknod mktemp mv pwd rm rmdir sleep sort stat stty su sync touch true 
uname readlink md5sum
do
        mv %{buildroot}%{_bindir}/$i %{buildroot}/bin/$i
        test $i = su && echo -n '%%attr(4755,root,root) '
        echo /bin/$i
done > bin.files
ln -sf ../../bin/{basename,sort,stat,touch,readlink,md5sum} 
%{buildroot}%{_bindir}
install -d -m 755 %{buildroot}/etc/pam.d
install -m 644 %{S:1} %{buildroot}/etc/pam.d/su
install -m 644 %{S:1} %{buildroot}/etc/pam.d/su-l
install -d -m 755 %{buildroot}/etc/default
install -m 644 %{S:2} %{buildroot}/etc/default/su
echo '.so man1/test.1' > %{buildroot}/%{_mandir}/man1/\[.1
%find_lang %name

%post
%install_info --info-dir=%{_infodir} %{_infodir}/coreutils.info.gz
# may fail if permissions is not there, but there is no way around that
%set_permissions %{_bindir}/su

%postun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/coreutils.info.gz

%verifyscript
%verify_permissions -e /bin/su

%clean
rm -rf %{buildroot}

%files -f bin.files
%defattr(-,root,root)
%doc README NEWS
%config %{_sysconfdir}/pam.d/su
%config %{_sysconfdir}/pam.d/su-l
%config(noreplace) %{_sysconfdir}/default/su
%{_bindir}/*
%{_libdir}/%{name}
%doc %{_infodir}/coreutils.info*.gz
%doc %{_mandir}/man1/*.1.gz
%dir %{_prefix}/share/locale/*/LC_TIME

%files lang -f %name.lang
%defattr(-,root,root)

%changelog
++++++ coreutils.spec ++++++
--- /var/tmp/diff_new_pack.IfDiSZ/_old  2011-04-01 16:45:25.000000000 +0200
+++ /var/tmp/diff_new_pack.IfDiSZ/_new  2011-04-01 16:45:25.000000000 +0200
@@ -24,7 +24,7 @@
 License:        GFDLv1.2 ; GPLv2+ ; GPLv3+
 Group:          System/Base
 Version:        8.10
-Release:        1
+Release:        2
 Provides:       fileutils = %{version}, sh-utils = %{version}, stat = 
%version}, textutils = %{version}, mktemp = %{version}
 Obsoletes:      fileutils < %{version}, sh-utils < %{version}, stat < 
%version}, textutils < %{version}, mktemp < %{version}
 Obsoletes:      libselinux <= 1.23.11-3 libselinux-32bit = 9 libselinux-64bit 
= 9 libselinux-x86 = 9
@@ -50,6 +50,7 @@
 Patch23:        coreutils-8.6-set-sane-default-path.diff
 Patch24:        
coreutils-8.6-honor-settings-in-etc-default-su-resp-etc-login.defs.diff
 Patch25:        coreutils-8.6-make-sure-sbin-resp-usr-sbin-are-in-PATH.diff
+Patch26:        coreutils-readd_documentation.patch
 #
 Patch30:        coreutils-8.6-compile-su-with-fpie.diff
 Patch31:        coreutils-getaddrinfo.patch
@@ -94,6 +95,7 @@
 %patch23 -p1
 %patch24 -p1
 %patch25 -p1
+%patch26
 #
 %patch30 -p1
 %patch31


++++++ coreutils-readd_documentation.patch ++++++
The documentation for hostname and hostid was missing from
coreutils 8.10 texinfo documentation. While not documenting hostname
could be argued, the man page of hostid directly refers to the
non-existing texinfo documentation.

Index: doc/coreutils.texi
===================================================================
--- doc/coreutils.texi.orig     2011-04-01 13:46:18.000000000 +0200
+++ doc/coreutils.texi  2011-04-01 14:08:23.423850965 +0200
@@ -65,6 +65,7 @@
 * fold: (coreutils)fold invocation.             Wrap long input lines.
 * groups: (coreutils)groups invocation.         Print group names a user is in.
 * head: (coreutils)head invocation.             Output the first part of files.
+* hostid: (coreutils)hostid invocation.         Print numeric host identifier.
 * id: (coreutils)id invocation.                 Print user identity.
 * install: (coreutils)install invocation.       Copy and change attributes.
 * join: (coreutils)join invocation.             Join lines on a common field.
@@ -195,7 +196,7 @@ Free Documentation License''.
 * File name manipulation::       dirname basename pathchk mktemp
 * Working context::              pwd stty printenv tty
 * User information::             id logname whoami groups users who
-* System context::               date arch nproc uname uptime
+* System context::               date arch nproc uname uptime hostname hostid
 * SELinux context::              chcon runcon
 * Modified command invocation::  chroot env nice nohup stdbuf su timeout
 * Process control::              kill
@@ -413,6 +414,8 @@ System context
 * nproc invocation::             Print the number of processors
 * uname invocation::             Print system information
 * uptime invocation::            Print system uptime and load
+* hostname invocation::          Print or set system name
+* hostid invocation::            Print numeric host identifier.
 
 @command{date}: Print or set system date and time
 
@@ -13758,6 +13761,8 @@ information.
 * nproc invocation::            Print the number of processors.
 * uname invocation::            Print system information.
 * uptime invocation::           Print system uptime and load.
+* hostname invocation::         Print or set system name.
+* hostid invocation::           Print numeric host identifier.
 @end menu
 
 @node date invocation
@@ -14610,6 +14615,55 @@ also include processes in the uninterrup
 those processes which are waiting for disk I/O).  The Linux kernel
 includes uninterruptible processes.
 
+@node hostname invocation
+@section @command{hostname}: Print or set system name
+
+@pindex hostname
+@cindex setting the hostname
+@cindex printing the hostname
+@cindex system name, printing
+@cindex appropriate privileges
+
+With no arguments, @command{hostname} prints the name of the current host
+system.  With one argument, it sets the current host name to the
+specified string.  You must have appropriate privileges to set the host
+name.  Synopsis:
+
+@example
+hostname [@var{name}]
+@end example
+
+The only options are @option{--help} and @option{--version}.  @xref{Common
+options}.
+
+@exitstatus
+
+
+@node hostid invocation
+@section @command{hostid}: Print numeric host identifier.
+
+@pindex hostid
+@cindex printing the host identifier
+
+@command{hostid} prints the numeric identifier of the current host
+in hexadecimal.  This command accepts no arguments.
+The only options are @option{--help} and @option{--version}.
+@xref{Common options}.
+
+For example, here's what it prints on one system I use:
+
+@example
+$ hostid
+1bac013d
+@end example
+
+On that system, the 32-bit quantity happens to be closely
+related to the system's Internet address, but that isn't always
+the case.
+
+@exitstatus
+
+
 @node SELinux context
 @chapter SELinux context
 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to