Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2016-08-25 09:49:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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/python-libmount.changes       
2016-07-18 21:16:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.util-linux.new/python-libmount.changes  
2016-08-25 09:49:42.000000000 +0200
@@ -1,0 +2,14 @@
+Thu Aug 11 13:24:34 UTC 2016 - [email protected]
+
+- Update to version 2.28.1, bugfix release, see
+  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28.1-ReleaseNotes
+- Remove util-linux-libblkid-wipe-offset.patch (upstream)
+- use the new configure option --enable-libuuid-force-uuidd
+  instead of sed'ing configure.ac
+
+-------------------------------------------------------------------
+Thu Aug 11 10:21:35 UTC 2016 - [email protected]
+
+- Install klogconsole with read permissions (bnc#990837)
+
+-------------------------------------------------------------------
util-linux-systemd.changes: same change
util-linux.changes: same change

Old:
----
  util-linux-2.28.tar.sign
  util-linux-2.28.tar.xz
  util-linux-libblkid-wipe-offset.patch

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

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

Other differences:
------------------
++++++ python-libmount.spec ++++++
--- /var/tmp/diff_new_pack.wNYEFB/_old  2016-08-25 09:49:45.000000000 +0200
+++ /var/tmp/diff_new_pack.wNYEFB/_new  2016-08-25 09:49:45.000000000 +0200
@@ -69,7 +69,7 @@
 %endif
 Summary:        %main_summary
 License:        GPL-2.0+
-Group:          %group_pl
+Group:          %main_group
 BuildRequires:  audit-devel
 BuildRequires:  bc
 BuildRequires:  binutils-devel
@@ -113,7 +113,7 @@
 %endif
 %endif
 #END SECOND STAGE DEPENDENCIES
-Version:        2.28
+Version:        2.28.1
 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
@@ -150,8 +150,6 @@
 ##
 ## util-linux patches
 ##
-# PATCH-FIX-UPSTREAM util-linux-libblkid-wipe-offset.patch bsc976141 
[email protected] -- blkid: Wipe corect area for probes with offset
-Patch:          util-linux-libblkid-wipe-offset.patch
 # PATCH-EXTEND-UPSTREAM: Let `su' handle /sbin and /usr/sbin in path
 Patch4:         make-sure-sbin-resp-usr-sbin-are-in-PATH.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -374,7 +372,6 @@
 %if %build_util_linux
 %package -n python-libmount
 Summary:        %summary_pl
-License:        GPL-2.0+
 Group:          %group_pl
 
 %description -n python-libmount
@@ -387,20 +384,12 @@
 %endif
 %prep
 %setup -q -n %{_name}-%{version} -b 40
-%patch -p1
 %patch4 -p1
 #
 # setctsid
 cp -p %{S:22} %{S:23} .
 
 %build
-#BEGIN CONFIG ALTER
-%if !%build_util_linux_systemd
-# We are not building util_linux_systemd => we are not building uuidd
-# But we want libuuid with support of uuidd. The default configure disables it 
as well.
-sed -i '/^AM_CONDITIONAL.*BUILD_UUIDD/a AC_DEFINE([HAVE_UUIDD], [1], [Define 
to 1 if you want to use uuid daemon.])' configure.ac
-%endif
-#END CONFIG ALTER
 %if %build_util_linux
 pushd ../klogconsole
 # klogconsole build
@@ -536,6 +525,7 @@
   --with-bashcompletiondir=%{_datadir}/bash-completion/completions \
   --with-systemdsystemunitdir=%{_unitdir} \
   --enable-libmount-force-mountinfo \
+  --enable-libuuid-force-uuidd \
   --enable-sulogin-emergency-mount \
   --disable-use-tty-group \
   --enable-static \
@@ -1166,7 +1156,7 @@
 /sbin/hwclock
 #EndUsrMerge
 %{_sbindir}/hwclock
-%{_sbindir}/klogconsole
+%attr(744,root,root) %{_sbindir}/klogconsole
 %{_bindir}/setterm
 %{_sbindir}/tunelp
 %{_mandir}/man8/fdformat.8.gz

++++++ util-linux-systemd.spec ++++++
--- /var/tmp/diff_new_pack.wNYEFB/_old  2016-08-25 09:49:45.000000000 +0200
+++ /var/tmp/diff_new_pack.wNYEFB/_new  2016-08-25 09:49:45.000000000 +0200
@@ -113,7 +113,7 @@
 %endif
 %endif
 #END SECOND STAGE DEPENDENCIES
-Version:        2.28
+Version:        2.28.1
 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
@@ -150,8 +150,6 @@
 ##
 ## util-linux patches
 ##
-# PATCH-FIX-UPSTREAM util-linux-libblkid-wipe-offset.patch bsc976141 
[email protected] -- blkid: Wipe corect area for probes with offset
-Patch:          util-linux-libblkid-wipe-offset.patch
 # PATCH-EXTEND-UPSTREAM: Let `su' handle /sbin and /usr/sbin in path
 Patch4:         make-sure-sbin-resp-usr-sbin-are-in-PATH.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -386,20 +384,12 @@
 %endif
 %prep
 %setup -q -n %{_name}-%{version} -b 40
-%patch -p1
 %patch4 -p1
 #
 # setctsid
 cp -p %{S:22} %{S:23} .
 
 %build
-#BEGIN CONFIG ALTER
-%if !%build_util_linux_systemd
-# We are not building util_linux_systemd => we are not building uuidd
-# But we want libuuid with support of uuidd. The default configure disables it 
as well.
-sed -i '/^AM_CONDITIONAL.*BUILD_UUIDD/a AC_DEFINE([HAVE_UUIDD], [1], [Define 
to 1 if you want to use uuid daemon.])' configure.ac
-%endif
-#END CONFIG ALTER
 %if %build_util_linux
 pushd ../klogconsole
 # klogconsole build
@@ -535,6 +525,7 @@
   --with-bashcompletiondir=%{_datadir}/bash-completion/completions \
   --with-systemdsystemunitdir=%{_unitdir} \
   --enable-libmount-force-mountinfo \
+  --enable-libuuid-force-uuidd \
   --enable-sulogin-emergency-mount \
   --disable-use-tty-group \
   --enable-static \
@@ -1165,7 +1156,7 @@
 /sbin/hwclock
 #EndUsrMerge
 %{_sbindir}/hwclock
-%{_sbindir}/klogconsole
+%attr(744,root,root) %{_sbindir}/klogconsole
 %{_bindir}/setterm
 %{_sbindir}/tunelp
 %{_mandir}/man8/fdformat.8.gz

++++++ util-linux.spec ++++++
--- /var/tmp/diff_new_pack.wNYEFB/_old  2016-08-25 09:49:45.000000000 +0200
+++ /var/tmp/diff_new_pack.wNYEFB/_new  2016-08-25 09:49:45.000000000 +0200
@@ -113,7 +113,7 @@
 %endif
 %endif
 #END SECOND STAGE DEPENDENCIES
-Version:        2.28
+Version:        2.28.1
 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
@@ -150,8 +150,6 @@
 ##
 ## util-linux patches
 ##
-# PATCH-FIX-UPSTREAM util-linux-libblkid-wipe-offset.patch bsc976141 
[email protected] -- blkid: Wipe corect area for probes with offset
-Patch:          util-linux-libblkid-wipe-offset.patch
 # PATCH-EXTEND-UPSTREAM: Let `su' handle /sbin and /usr/sbin in path
 Patch4:         make-sure-sbin-resp-usr-sbin-are-in-PATH.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -386,20 +384,12 @@
 %endif
 %prep
 %setup -q -n %{_name}-%{version} -b 40
-%patch -p1
 %patch4 -p1
 #
 # setctsid
 cp -p %{S:22} %{S:23} .
 
 %build
-#BEGIN CONFIG ALTER
-%if !%build_util_linux_systemd
-# We are not building util_linux_systemd => we are not building uuidd
-# But we want libuuid with support of uuidd. The default configure disables it 
as well.
-sed -i '/^AM_CONDITIONAL.*BUILD_UUIDD/a AC_DEFINE([HAVE_UUIDD], [1], [Define 
to 1 if you want to use uuid daemon.])' configure.ac
-%endif
-#END CONFIG ALTER
 %if %build_util_linux
 pushd ../klogconsole
 # klogconsole build
@@ -535,6 +525,7 @@
   --with-bashcompletiondir=%{_datadir}/bash-completion/completions \
   --with-systemdsystemunitdir=%{_unitdir} \
   --enable-libmount-force-mountinfo \
+  --enable-libuuid-force-uuidd \
   --enable-sulogin-emergency-mount \
   --disable-use-tty-group \
   --enable-static \
@@ -1165,7 +1156,7 @@
 /sbin/hwclock
 #EndUsrMerge
 %{_sbindir}/hwclock
-%{_sbindir}/klogconsole
+%attr(744,root,root) %{_sbindir}/klogconsole
 %{_bindir}/setterm
 %{_sbindir}/tunelp
 %{_mandir}/man8/fdformat.8.gz

++++++ util-linux-2.28.tar.xz -> util-linux-2.28.1.tar.xz ++++++
++++ 113410 lines of diff (skipped)


Reply via email to