Hello community,

here is the log from the commit of package oprofile for openSUSE:Factory 
checked in at 2020-10-13 15:47:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/oprofile (Old)
 and      /work/SRC/openSUSE:Factory/.oprofile.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "oprofile"

Tue Oct 13 15:47:37 2020 rev:54 rq:841544 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/oprofile/oprofile.changes        2020-04-08 
19:57:44.325169640 +0200
+++ /work/SRC/openSUSE:Factory/.oprofile.new.3486/oprofile.changes      
2020-10-13 15:48:25.261521585 +0200
@@ -1,0 +2,5 @@
+Tue Oct 13 10:06:24 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Do not suppress error text output from useradd.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ oprofile.spec ++++++
--- /var/tmp/diff_new_pack.OjGZd8/_old  2020-10-13 15:48:33.441525115 +0200
+++ /var/tmp/diff_new_pack.OjGZd8/_new  2020-10-13 15:48:33.441525115 +0200
@@ -124,7 +124,7 @@
 %make_build
 
 %install
-make DESTDIR=%{buildroot} htmldir=%{_docdir}/oprofile install
+%make_install htmldir=%{_docdir}/oprofile
 rm -f %{buildroot}%{_libdir}/oprofile/libopagent.*a
 # Hardlink duplicate files automatically (from package fdupes):
 # It doesn't save much, but it keeps rpmlint from breaking the package build.
@@ -132,11 +132,11 @@
 
 %pre
 getent group oprofile >/dev/null || \
-       %{_sbindir}/groupadd -r oprofile 2>/dev/null
+       %{_sbindir}/groupadd -r oprofile
 getent passwd oprofile >/dev/null || \
        %{_sbindir}/useradd -r -g oprofile -d %{_localstatedir}/lib/empty \
        -s /bin/false -c "Special user account to be used by OProfile" \
-       oprofile 2>/dev/null
+       oprofile
 
 %post -n libopagent1 -p /sbin/ldconfig
 %postun -n libopagent1 -p /sbin/ldconfig


Reply via email to