Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2013-09-23 11:16:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/util-linux (Old)
 and      /work/SRC/openSUSE:Factory/.util-linux.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "util-linux"

Changes:
--------
--- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes    2013-07-02 
14:30:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.util-linux.new/util-linux.changes       
2013-09-23 11:18:31.000000000 +0200
@@ -1,0 +2,89 @@
+Fri Sep 13 07:06:19 UTC 2013 - wer...@suse.de
+
+- Avoid build require gpg-offline twice 
+
+-------------------------------------------------------------------
+Wed Sep 11 20:54:24 CEST 2013 - sbra...@suse.cz
+
+- Update to version 2.23.2:
+  nsenter(1):
+  * this NEW COMMAND provides command line interface to setns()
+    Linux syscall and allows to run program with namespaces of
+    other processes
+  unshare(1):
+  * supports new PID and USER namespaces
+  fdisk(8):
+  * provides experimental support for GUID Partition Table (GPT),
+    the implementation is still not complete and some (unimportant)
+    features are missing.
+  * ~50% of fdisk code has been refactored, this task is going to
+    be complete in the next release. The goal is to have libfdisk
+    shared between all fdisks.
+  partx(8):
+  * supports new "update" command (implemented by
+    BLKPG_RESIZE_PARTITION ioctl)
+  mount(8):
+  * supports new userspace mount option x-mount.mkdir[=<mode>] to
+    create mountpoints on demand
+  * the support for propagation flags has been improved, now the
+    flags could be specified in /etc/fstab and used together with
+    regular mount options. It's also possible to specify more
+    propagation flags together. This EXPERIMENTAL feature is
+    implemented by additional mount(2) syscalls, because Linux does
+    not allow to use propagation flags with another options or more
+    flags together.
+  umount(8):
+  * supports new command line option --recursive to recursively
+    unmount all sub-mounts for the specified mountpoint * supports
+    new command line option --all-targets to unmount all
+    mountpoints in the current namespace for the specified
+    filesystem * the options --recursive and --all-targets could be
+    used together
+  dmesg(1):
+  * supports new command line options --color, --human and
+  --nopager, the --human option enables relative times, colors and
+  pager support.
+  su(1):
+  * supports new command line options --group and --supp-group to
+    specify primary and supplementary groups
+  chfn(1) and chsh(1):
+  * the commands could be linked with libuser to support non-local
+    accounts modification (e.g. LDAP, etc).
+  kill(1):
+  * the command has been improved to be compatible with procps
+    version, the procps version is deprecated now, the util-linux
+    version is enabled by default.
+  blkdiscard(8):
+  * this NEW COMMAND discard sectors on a device (for example on
+    SSD disks)
+  sulogin(8):
+  * provides multi-console feature from SysVinit
+  findmnt(8):
+  * provides new columns FREQ, PASSNO, ID, OPT-FIELDS, PROPAGATION
+  lslocks(8):
+  * provides new column BLOCKER and detects blocked locks
+  lsblk(8):
+  * supports new command line option --scsi and new columns HCTL,
+    TRANsport VENDOR and REVision
+  swapon(8) and losetup(8):
+  * the commands prints basic overview by default if no option
+    specified
+  column(1):
+  * supports new command line option --output-separator to specify
+    table output delimiter
+  rename(1):
+  * supports new command line option --symlink to rename symlink
+    target
+  hwclock(8):
+  * supports new command line option --compare to periodically
+    compare the Hardware Clock to the System Time (based on
+    adjtimex -c)
+  ipcs(1):
+  * supports new command line options --bytes and --human
+  wipefs(1):
+  * supports new command line option --force to force erase on used
+    devices
+- Removed upstreamed patches (mkfs.bfs_cleanup_64bit.patch-Patch,
+  mkfs.bfs_cleanup_endian.patch)
+
+-------------------------------------------------------------------

Old:
----
  mkfs.bfs_cleanup_64bit.patch
  mkfs.bfs_cleanup_endian.patch
  util-linux-2.23.1.tar.bz2

New:
----
  util-linux-2.23.2.tar.sign
  util-linux-2.23.2.tar.xz
  util-linux.keyring

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

Other differences:
------------------
++++++ util-linux.spec ++++++
--- /var/tmp/diff_new_pack.jBbwKe/_old  2013-09-23 11:18:32.000000000 +0200
+++ /var/tmp/diff_new_pack.jBbwKe/_new  2013-09-23 11:18:32.000000000 +0200
@@ -25,6 +25,13 @@
 BuildRequires:  binutils-devel
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
+# Use rpmbuild -D 'VERIFY_SIG 1' to verify signature during build or run
+# one-shot check by
+# xzcat util-linux-*.tar.xz | \
+# sh -x gpg-offline --verify --package=util-linux *.tar.sign -
+%if 0%{?VERIFY_SIG}
+BuildRequires:  gpg-offline
+%endif
 BuildRequires:  libselinux-devel
 BuildRequires:  libsepol-devel
 BuildRequires:  libtool
@@ -35,7 +42,7 @@
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  utempter-devel
 BuildRequires:  zlib-devel
-Version:        2.23.1
+Version:        2.23.2
 Release:        0
 # util-linux is a base package and uuidd pre-requiring pwdutils pulls
 # that into the core build cycle.  pwdutils also pulls in the whole
@@ -53,7 +60,7 @@
 Summary:        A collection of basic system utilities
 License:        GPL-2.0+
 Group:          System/Base
-Source:         
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.23/%{name}-%{version}.tar.bz2
+Source:         
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.23/%{name}-%{version}.tar.xz
 Source1:        util-linux-rpmlintrc
 # XXX: make nologin part of util-linux upstream
 Source2:        nologin.c
@@ -66,6 +73,8 @@
 Source9:        remote.pamd
 Source10:       su.pamd
 Source11:       su.default
+Source12:       
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.23/%{name}-%{version}.tar.sign
+Source13:       %{name}.keyring
 # TODO: split to separate package
 Source40:       klogconsole.tar.bz2
 # XXX: Run a program in a new session and with controlling tty
@@ -103,10 +112,6 @@
 Patch55:        klogconsole-quiet.patch
 Patch56:        klogconsole.diff
 
-## fix mkfs.bfs
-Patch60:        mkfs.bfs_cleanup_64bit.patch
-Patch61:        mkfs.bfs_cleanup_endian.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %insserv_prereq %fillup_prereq /bin/sed
 #
@@ -205,6 +210,9 @@
 
 %lang_package
 %prep
+%if 0%{?VERIFY_SIG}
+xzcat %{S:0} | %gpg_verify %{S:12} -
+%endif
 %setup -q -n %{name}-%{version} -b 40
 %patch1 -p1
 %patch2 -p1
@@ -220,9 +228,6 @@
 # nologin
 cp -p %{S:2} %{S:3} %{S:26} %{S:30} .
 
-%patch60 -p1
-%patch61 -p1
-
 pushd ../klogconsole
 %patch55 -p1
 %patch56 -p1

++++++ util-linux.keyring ++++++
pub   4096R/EC39C284 2011-10-10 [expires: 2016-10-08]
uid                  Karel Zak <k...@redhat.com>
sub   4096R/7BA16CAC 2011-10-10 [expires: 2016-10-08]

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2.0.20 (GNU/Linux)

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
VeljfCzq
=8wc5
-----END PGP PUBLIC KEY BLOCK-----
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to