Hello community,

here is the log from the commit of package kdump for openSUSE:Factory checked 
in at 2014-03-31 20:43:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdump (Old)
 and      /work/SRC/openSUSE:Factory/.kdump.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdump"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdump/kdump.changes      2014-03-18 
14:14:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdump.new/kdump.changes 2014-03-31 
20:43:28.000000000 +0200
@@ -1,0 +2,31 @@
+Fri Mar 28 13:15:08 UTC 2014 - ptesa...@suse.cz
+
+- specfile cleanup: remove blocks for pre-openSUSE11.0
+- fix location of the udev files (see sr 227790).
+
+-------------------------------------------------------------------
+Thu Mar 27 15:51:34 UTC 2014 - ptesa...@suse.cz
+
+- Update to 0.8.10
+  o Support snappy compression algorithm (FATE#315726)
+  o Improved algorithm for "calibrate"
+  o Network support for dracut
+  o Filter out DomU pages, when dumping a Xen virtualization host
+    (bnc#864910)
+  o Do not try to copy separate debuginfo files (bnc#869971)
+  o Unit test for FilePath::listDir() (SUSE Test Initiative)
+  o delete_dumps: ignore non-kdump directories (FATE#313185)
+  o fixed the testsuite on non-x86
+
+- include and run the test suite
+- kdump-ledblink-background.patch: Dropped.
+- kdump-initrd-network.patch: Dropped.
+- kdump-0.8.10-detect-xen-dumps.patch: Dropped.
+
+-------------------------------------------------------------------
+Tue Mar 18 16:55:26 UTC 2014 - ptesa...@suse.cz
+
+- kdump-0.8.9-detect-xen-dumps.patch: fix uninitialized variable;
+  without the fix, '-X' is (almost) always added.
+
+-------------------------------------------------------------------

Old:
----
  kdump-0.8.9-detect-xen-dumps.patch
  kdump-0.8.9-rpmlintrc
  kdump-0.8.9.tar.bz2
  kdump-initrd-network.patch
  kdump-ledblink-background.patch

New:
----
  kdump-0.8.10-rpmlintrc
  kdump-0.8.10.tar.bz2

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

Other differences:
------------------
++++++ kdump.spec ++++++
--- /var/tmp/diff_new_pack.Tjd8et/_old  2014-03-31 20:43:29.000000000 +0200
+++ /var/tmp/diff_new_pack.Tjd8et/_new  2014-03-31 20:43:29.000000000 +0200
@@ -18,10 +18,20 @@
 
 %define dracutlibdir %{_prefix}/lib/dracut
 
+%{!?_udevdir: %global _udevdir %(pkg-config --variable=udevdir udev)}
+%if "%{_udevdir}" == ""
+%if 0%{?suse_version} >= 1230
+%global _udevdir /usr/lib/udev
+%else
+%global _udevdir /lib/udev
+%endif
+%endif
+%define _udevrulesdir %{_udevdir}/rules.d
+
 Url:            http://freehg.org/u/bwalle/kdump/
 
 Name:           kdump
-Version:        0.8.9
+Version:        0.8.10
 Release:        0
 Requires:       curl
 Requires:       makedumpfile
@@ -36,12 +46,12 @@
 BuildRequires:  libelf-devel
 BuildRequires:  libesmtp-devel
 BuildRequires:  libopenssl-devel
+BuildRequires:  libssh2-devel
 BuildRequires:  libxslt
+BuildRequires:  pkg-config
+BuildRequires:  udev
 BuildRequires:  zlib-devel
 #!BuildIgnore:  fop
-%if %suse_version > 1100
-BuildRequires:  libssh2-devel
-%endif
 %if %suse_version > 1220
 BuildRequires:  systemd
 %endif
@@ -49,9 +59,6 @@
 Source:         %{name}-%{version}.tar.bz2
 Source2:        %{name}-%{version}-rpmlintrc
 Source3:        kdump.service
-Patch1:         %{name}-ledblink-background.patch
-Patch2:         %{name}-initrd-network.patch
-Patch3:         %{name}-%{version}-detect-xen-dumps.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # rename "kdump-helpers" (10.3) -> "kdump" (11.0/SP2)
 Provides:       kdump-helpers = %{version}
@@ -89,9 +96,6 @@
 
 %prep
 %setup
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 export CFLAGS="%optflags"
@@ -102,10 +106,19 @@
 make
 cd -
 
+%check
+cd build
+make test
+
 %install
 cd build
 make DESTDIR=$RPM_BUILD_ROOT install
 cd -
+# move udev rules
+mkdir -p $RPM_BUILD_ROOT/%{_udevrulesdir}
+mv $RPM_BUILD_ROOT/%{_sysconfdir}/udev/rules.d/* 
$RPM_BUILD_ROOT/%{_udevrulesdir}/
+# remove executable bit from non-binaries
+chmod -x $RPM_BUILD_ROOT/lib/kdump/setup-kdump.functions
 # symlink for init script
 mkdir -p $RPM_BUILD_ROOT/sbin
 ln -s /etc/init.d/boot.kdump $RPM_BUILD_ROOT/sbin/rckdump
@@ -186,7 +199,7 @@
 %{dracutlibdir}/modules.d/99kdump/
 %dir /lib/kdump
 /lib/kdump/*
-%config %{_sysconfdir}/udev/rules.d/70-kdump.rules
+%{_udevrulesdir}/70-kdump.rules
 %if %suse_version > 1220
 %{_unitdir}/kdump.service
 %endif

++++++ kdump-0.8.9-rpmlintrc -> kdump-0.8.10-rpmlintrc ++++++

++++++ kdump-0.8.9.tar.bz2 -> kdump-0.8.10.tar.bz2 ++++++
++++ 13670 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to