Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2018-12-10 12:21:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/util-linux (Old)
 and      /work/SRC/openSUSE:Factory/.util-linux.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "util-linux"

Mon Dec 10 12:21:36 2018 rev:233 rq:652216 version:2.33

Changes:
--------
--- /work/SRC/openSUSE:Factory/util-linux/python3-libmount.changes      
2018-11-14 14:29:07.699573816 +0100
+++ /work/SRC/openSUSE:Factory/.util-linux.new.19453/python3-libmount.changes   
2018-12-10 12:21:39.454926870 +0100
@@ -1,0 +2,36 @@
+Wed Nov 21 17:55:03 CET 2018 - sbra...@suse.com
+
+- Update to version 2.33:
+  * choom: new command to adjust and display the current OOM-killer
+    score.
+  * libsmartcols has been improved to differentiate between
+    numbers, booleans and strings in JSON output.
+  * fstrim(8): trim all mounted filesystems from /etc/fstab
+    (-A|--fstab), new command line option --dry-run.
+  * hwclock(8) new command line option --delay.
+  * mount umount, libmount allow to mount and umount filesystem in
+    another namespace.
+  * rename(1) new command line option --interactive.
+  * setarch(8) does not require architecture when modify
+    personality like ADDR_NO_RANDOMIZE. The architecture argument
+    is optional now.
+  * command su(1) new command line option --whitelist-environment.
+  * setpriv(1) new command line option --reset-env and --pdeathsig.
+  * fdisk(8), sfdisk(8): print disk model name to simplify device
+    identification.
+  * column --table-empty-lines" allows to use empty lines in
+    formatted output.
+  * wipefs improved to postpone BLKRRPART ioctl until all magic
+    strings are wiped.
+  * script(1) extended to store more information about terminal
+    size and type to the typescript header. New command line
+    option --output-limit.
+  * libblkid provides BitLocker and basic APFS detection now.
+  * lsblk is possible to execute against /sys and /proc dumps with
+    --sysroot is specified.
+  * agetty(8) reload issue only if it is really needed
+    (bsc#1085196).
+- Drop klogconsole in favor of dmesg --console-level plus
+  setlogcons (kbd) (boo#1116277).
+
+-------------------------------------------------------------------
util-linux-systemd.changes: same change
util-linux.changes: same change

Old:
----
  klogconsole.tar.xz
  util-linux-2.32.1.tar.sign
  util-linux-2.32.1.tar.xz

New:
----
  util-linux-2.33.tar.sign
  util-linux-2.33.tar.xz

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

Other differences:
------------------
++++++ python3-libmount.spec ++++++
--- /var/tmp/diff_new_pack.ldPX7E/_old  2018-12-10 12:21:44.370921975 +0100
+++ /var/tmp/diff_new_pack.ldPX7E/_new  2018-12-10 12:21:44.370921975 +0100
@@ -116,7 +116,7 @@
 %endif
 %endif
 #END SECOND STAGE DEPENDENCIES
-Version:        2.32.1
+Version:        2.33
 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
@@ -125,7 +125,7 @@
 # these tools as well
 #!BuildIgnore:  pwdutils
 Url:            https://www.kernel.org/pub/linux/utils/util-linux/
-Source:         
https://www.kernel.org/pub/linux/utils/util-linux/v2.32/util-linux-%{version}.tar.xz
+Source:         
https://www.kernel.org/pub/linux/utils/util-linux/v2.33/util-linux-%{version}.tar.xz
 Source1:        util-linux-rpmlintrc
 Source4:        raw.service
 Source5:        etc.raw
@@ -135,14 +135,11 @@
 Source9:        remote.pamd
 Source10:       su.pamd
 Source11:       su.default
-Source12:       
https://www.kernel.org/pub/linux/utils/util-linux/v2.32/util-linux-%{version}.tar.sign
+Source12:       
https://www.kernel.org/pub/linux/utils/util-linux/v2.33/util-linux-%{version}.tar.sign
 Source13:       %{_name}.keyring
 Source14:       runuser.pamd
 Source15:       runuser-l.pamd
 Source16:       su-l.pamd
-# klogconsole, http://opensuse.github.com/kiwi, 7.02.25, git 859dc050
-# TODO: split to separate package
-Source40:       klogconsole.tar.xz
 Source41:       rfkill-block@.service
 Source42:       rfkill-unblock@.service
 #
@@ -386,16 +383,12 @@
 
 %endif
 %prep
-%setup -q -n %{_name}-%{version} -b 40
+%setup -q -n %{_name}-%{version}
 %patch0 -p1
 #
 
 %build
 %if %build_util_linux
-pushd ../klogconsole
-# klogconsole build
-make %{?_smp_mflags} CFLAGS="%{optflags}" CC="%{__cc}"
-popd
 #
 #BEGIN SYSTEMD SAFETY CHECK
 # With systemd, some utilities are built differently. Keep track of these
@@ -606,10 +599,6 @@
 install -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/pam.d/su
 install -m 644 %{SOURCE16} %{buildroot}%{_sysconfdir}/pam.d/su-l
 install -m 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/default/su
-pushd ../klogconsole
-# klogconsole install
-make install DEST=%{buildroot}
-popd
 install -Dm644 %{SOURCE41} %{buildroot}%{_unitdir}/rfkill-block@.service
 install -Dm644 %{SOURCE42} %{buildroot}%{_unitdir}/rfkill-unblock@.service
 %endif
@@ -680,12 +669,10 @@
 #UsrMerge
 rm -f %{buildroot}/sbin/hwclock
 #EndUsrMerge
-rm -f %{buildroot}%{_sbindir}/klogconsole
 rm -f %{buildroot}%{_bindir}/setterm
 rm -f %{buildroot}%{_sbindir}/tunelp
 rm -f %{buildroot}%{_mandir}/man8/fdformat.8*
 rm -f %{buildroot}%{_mandir}/man8/hwclock.8*
-rm -f %{buildroot}%{_mandir}/man8/klogconsole.8*
 rm -f %{buildroot}%{_mandir}/man8/tunelp.8*
 %endif
 %ifarch ia64 %sparc m68k
@@ -860,11 +847,10 @@
 # Common files for all archs
 %defattr(-,root,root)
 # util-linux documentation files
+%doc AUTHORS ChangeLog README NEWS
 %license README.licensing
 %license COPYING
-%license Documentation/licenses/COPYING.BSD-3
-%license Documentation/licenses/COPYING.LGPLv2.1
-%license Documentation/licenses/COPYING.UCB
+%license Documentation/licenses/*
 %doc Documentation/blkid.txt
 %doc Documentation/cal.txt
 %doc Documentation/col.txt
@@ -930,6 +916,7 @@
 %{_bindir}/eject
 %{_bindir}/cal
 %{_bindir}/chmem
+%{_bindir}/choom
 %{_bindir}/chrt
 %{_bindir}/col
 %{_bindir}/colcrt
@@ -1031,6 +1018,7 @@
 %{_mandir}/man1/kill.1.gz
 %{_mandir}/man1/su.1.gz
 %{_mandir}/man1/cal.1.gz
+%{_mandir}/man1/choom.1.gz
 %{_mandir}/man1/chrt.1.gz
 %{_mandir}/man1/col.1.gz
 %{_mandir}/man1/colcrt.1.gz
@@ -1082,6 +1070,7 @@
 %{_mandir}/man1/runuser.1.gz
 %{_mandir}/man1/uuidgen.1.gz
 %{_mandir}/man1/uuidparse.1.gz
+%{_mandir}/man5/adjtime_config.5.gz
 %{_mandir}/man5/fstab.5.gz
 %{_mandir}/man5/terminal-colors.d.5.gz
 %{_mandir}/man8/addpart.8.gz
@@ -1174,12 +1163,10 @@
 /sbin/hwclock
 #EndUsrMerge
 %{_sbindir}/hwclock
-%attr(744,root,root) %{_sbindir}/klogconsole
 %{_bindir}/setterm
 %{_sbindir}/tunelp
 %{_mandir}/man8/fdformat.8.gz
 %{_mandir}/man8/hwclock.8.gz
-%{_mandir}/man8/klogconsole.8.gz
 %{_mandir}/man8/tunelp.8.gz
 %endif
 

util-linux-systemd.spec: same change
++++++ util-linux.spec ++++++
--- /var/tmp/diff_new_pack.ldPX7E/_old  2018-12-10 12:21:44.406921939 +0100
+++ /var/tmp/diff_new_pack.ldPX7E/_new  2018-12-10 12:21:44.410921934 +0100
@@ -116,7 +116,7 @@
 %endif
 %endif
 #END SECOND STAGE DEPENDENCIES
-Version:        2.32.1
+Version:        2.33
 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
@@ -125,7 +125,7 @@
 # these tools as well
 #!BuildIgnore:  pwdutils
 Url:            https://www.kernel.org/pub/linux/utils/util-linux/
-Source:         
https://www.kernel.org/pub/linux/utils/util-linux/v2.32/util-linux-%{version}.tar.xz
+Source:         
https://www.kernel.org/pub/linux/utils/util-linux/v2.33/util-linux-%{version}.tar.xz
 Source1:        util-linux-rpmlintrc
 Source4:        raw.service
 Source5:        etc.raw
@@ -135,14 +135,11 @@
 Source9:        remote.pamd
 Source10:       su.pamd
 Source11:       su.default
-Source12:       
https://www.kernel.org/pub/linux/utils/util-linux/v2.32/util-linux-%{version}.tar.sign
+Source12:       
https://www.kernel.org/pub/linux/utils/util-linux/v2.33/util-linux-%{version}.tar.sign
 Source13:       %{_name}.keyring
 Source14:       runuser.pamd
 Source15:       runuser-l.pamd
 Source16:       su-l.pamd
-# klogconsole, http://opensuse.github.com/kiwi, 7.02.25, git 859dc050
-# TODO: split to separate package
-Source40:       klogconsole.tar.xz
 Source41:       rfkill-block@.service
 Source42:       rfkill-unblock@.service
 #
@@ -386,16 +383,12 @@
 
 %endif
 %prep
-%setup -q -n %{_name}-%{version} -b 40
+%setup -q -n %{_name}-%{version}
 %patch0 -p1
 #
 
 %build
 %if %build_util_linux
-pushd ../klogconsole
-# klogconsole build
-make %{?_smp_mflags} CFLAGS="%{optflags}" CC="%{__cc}"
-popd
 #
 #BEGIN SYSTEMD SAFETY CHECK
 # With systemd, some utilities are built differently. Keep track of these
@@ -606,10 +599,6 @@
 install -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/pam.d/su
 install -m 644 %{SOURCE16} %{buildroot}%{_sysconfdir}/pam.d/su-l
 install -m 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/default/su
-pushd ../klogconsole
-# klogconsole install
-make install DEST=%{buildroot}
-popd
 install -Dm644 %{SOURCE41} %{buildroot}%{_unitdir}/rfkill-block@.service
 install -Dm644 %{SOURCE42} %{buildroot}%{_unitdir}/rfkill-unblock@.service
 %endif
@@ -680,12 +669,10 @@
 #UsrMerge
 rm -f %{buildroot}/sbin/hwclock
 #EndUsrMerge
-rm -f %{buildroot}%{_sbindir}/klogconsole
 rm -f %{buildroot}%{_bindir}/setterm
 rm -f %{buildroot}%{_sbindir}/tunelp
 rm -f %{buildroot}%{_mandir}/man8/fdformat.8*
 rm -f %{buildroot}%{_mandir}/man8/hwclock.8*
-rm -f %{buildroot}%{_mandir}/man8/klogconsole.8*
 rm -f %{buildroot}%{_mandir}/man8/tunelp.8*
 %endif
 %ifarch ia64 %sparc m68k
@@ -860,11 +847,10 @@
 # Common files for all archs
 %defattr(-,root,root)
 # util-linux documentation files
+%doc AUTHORS ChangeLog README NEWS
 %license README.licensing
 %license COPYING
-%license Documentation/licenses/COPYING.BSD-3
-%license Documentation/licenses/COPYING.LGPLv2.1
-%license Documentation/licenses/COPYING.UCB
+%license Documentation/licenses/*
 %doc Documentation/blkid.txt
 %doc Documentation/cal.txt
 %doc Documentation/col.txt
@@ -930,6 +916,7 @@
 %{_bindir}/eject
 %{_bindir}/cal
 %{_bindir}/chmem
+%{_bindir}/choom
 %{_bindir}/chrt
 %{_bindir}/col
 %{_bindir}/colcrt
@@ -1031,6 +1018,7 @@
 %{_mandir}/man1/kill.1.gz
 %{_mandir}/man1/su.1.gz
 %{_mandir}/man1/cal.1.gz
+%{_mandir}/man1/choom.1.gz
 %{_mandir}/man1/chrt.1.gz
 %{_mandir}/man1/col.1.gz
 %{_mandir}/man1/colcrt.1.gz
@@ -1082,6 +1070,7 @@
 %{_mandir}/man1/runuser.1.gz
 %{_mandir}/man1/uuidgen.1.gz
 %{_mandir}/man1/uuidparse.1.gz
+%{_mandir}/man5/adjtime_config.5.gz
 %{_mandir}/man5/fstab.5.gz
 %{_mandir}/man5/terminal-colors.d.5.gz
 %{_mandir}/man8/addpart.8.gz
@@ -1174,12 +1163,10 @@
 /sbin/hwclock
 #EndUsrMerge
 %{_sbindir}/hwclock
-%attr(744,root,root) %{_sbindir}/klogconsole
 %{_bindir}/setterm
 %{_sbindir}/tunelp
 %{_mandir}/man8/fdformat.8.gz
 %{_mandir}/man8/hwclock.8.gz
-%{_mandir}/man8/klogconsole.8.gz
 %{_mandir}/man8/tunelp.8.gz
 %endif
 

++++++ util-linux-2.32.1.tar.xz -> util-linux-2.33.tar.xz ++++++
++++ 347515 lines of diff (skipped)


Reply via email to