Hello community, here is the log from the commit of package procps for openSUSE:12.3 checked in at 2013-02-12 22:33:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3/procps (Old) and /work/SRC/openSUSE:12.3/.procps.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "procps", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:12.3/procps/procps.changes 2013-01-31 01:34:02.000000000 +0100 +++ /work/SRC/openSUSE:12.3/.procps.new/procps.changes 2013-02-12 22:33:20.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Feb 10 21:24:36 UTC 2013 - [email protected] + +- boot.sysctl is not suitable for distros with systemd, this + task is performed by systemd-sysctl(8) now. + - the "ad-hoc" test for pmap does not work in all systems, remove it. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ procps.spec ++++++ --- /var/tmp/diff_new_pack.avTRe5/_old 2013-02-12 22:33:20.000000000 +0100 +++ /var/tmp/diff_new_pack.avTRe5/_new 2013-02-12 22:33:20.000000000 +0100 @@ -33,7 +33,7 @@ Version: 3.3.5 Release: 0 Summary: The ps utilities for /proc -License: GPL-2.0+ ; LGPL-2.1+ +License: GPL-2.0+ and LGPL-2.1+ Group: System/Monitoring #Git-Clone: git://gitorious.org/procps/procps @@ -90,7 +90,7 @@ %package devel Summary: Include Files and Libraries mandatory for Development -License: GPL-2.0+ ; LGPL-2.1+ +License: GPL-2.0+ and LGPL-2.1+ Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} @@ -156,23 +156,18 @@ --with-pic=yes \ --with-gnu-ld make %{?_smp_mflags} -hz="$(ps/ps aux 2>&1 | grep -E '^Unknown HZ value')" || true -test -z "$hz" || exit 1 -./pmap -d $$ || { - cat /proc/$$/smaps - uname -a - exit 1 -} %install make DESTDIR=%{buildroot} install -install -d %{buildroot}/etc/init.d install -d %{buildroot}/etc/xinetd.d install -d %{buildroot}/lib/sysctl.d install -d %{buildroot}/etc/sysctl.d install -d %{buildroot}/bin install -d %{buildroot}/sbin +%if 0%{?suse_version} < 1230 +install -d %{buildroot}/etc/init.d install -m 755 %{S:2} %{buildroot}/etc/init.d +%endif install -m 644 %{S:3} %{buildroot}/etc/xinetd.d/systat install -m 644 %{S:4} %{buildroot}/lib/sysctl.d/sysctl.conf case "$RPM_ARCH" in @@ -204,7 +199,9 @@ %endif %post +%if 0%{?suse_version} < 1230 %{fillup_and_insserv -ny boot.sysctl boot.sysctl} +%endif # test -e /etc/sysctl.conf || cat <<EOF >/etc/sysctl.conf #### @@ -235,10 +232,15 @@ %postun -n %{libname} -p /sbin/ldconfig +%check +make check + %files %defattr (-,root,root,755) %doc NEWS README COPYING Documentation/BUGS Documentation/FAQ top/README.top +%if 0%{?suse_version} < 1230 %config /etc/init.d/boot.sysctl +%endif %config(noreplace) %ghost %attr(0644,root,root) /etc/sysctl.conf %config(noreplace) /etc/xinetd.d/systat %if %{with bin2usr} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
