Hello community, here is the log from the commit of package crash for openSUSE:Factory checked in at 2017-06-12 15:33:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crash (Old) and /work/SRC/openSUSE:Factory/.crash.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crash" Mon Jun 12 15:33:43 2017 rev:141 rq:502644 version:7.1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/crash/crash.changes 2017-05-31 12:20:28.558185396 +0200 +++ /work/SRC/openSUSE:Factory/.crash.new/crash.changes 2017-06-12 15:33:45.545128248 +0200 @@ -1,0 +2,5 @@ +Fri Jun 2 12:03:45 UTC 2017 - [email protected] + +- Merge SLE changes into Factory (bsc#1041638) + +------------------------------------------------------------------- @@ -7,0 +13 @@ + - add crash-stop_read_error_when_intent_is_retry.patch @@ -194,0 +201,16 @@ +Thu Oct 1 17:03:34 UTC 2015 - [email protected] + +- For 7.1.3 ppc64le the following patches are obsoleted by mainline + crash-gdb-7.6-add-powerpc64le-linux.patch + crash-gdb-7.6-bound_minimal_symbol.patch + crash-gdb-7.6-floatformat.patch + crash-gdb-7.6-ppc64-ELFv2-trampoline-match.patch + crash-gdb-7.6-ppc64_sysv_abi_push_float.patch + crash-gdb-7.6-ppc64le.patch + crash-gdb-7.6-ppc_insns_match_pattern.patch + crash-gdb-7.6-update-autoconf-2013-04-24.patch + crash-gdb-7.6-update-autoconf-2013-06-10.patch + crash-gdb-7.6.series + crash-patch-gdb.patch + +------------------------------------------------------------------- @@ -660,0 +683,6 @@ +Sat Apr 12 20:48:21 UTC 2014 - [email protected] + +- Add # needssslcertforbuild to use the project's certificate when + building in a home project. + +------------------------------------------------------------------- @@ -752,0 +781,6 @@ + +------------------------------------------------------------------- +Wed Jan 29 13:19:18 CET 2014 - [email protected] + +- disable build_kmp on i586 and s390, SLE-12 does not build a + runnable kernel there New: ---- Module.supported ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crash.spec ++++++ --- /var/tmp/diff_new_pack.Z4c1uh/_old 2017-06-12 15:33:47.516850156 +0200 +++ /var/tmp/diff_new_pack.Z4c1uh/_new 2017-06-12 15:33:47.516850156 +0200 @@ -14,6 +14,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +# needssslcertforbuild %define whitepaper_version 2003 @@ -41,7 +42,14 @@ %else %define build_gcore 0 %endif +%ifnarch %ix86 s390 %define build_kmp 1 +%if ! 0%{?is_opensuse} +%ifarch x86_64 +%define buildrt 1 +%endif +%endif +%endif Url: http://people.redhat.com/anderson/ Summary: Crash utility for live systems; netdump, diskdump, LKCD or mcore dumpfiles License: GPL-3.0+ and GFDL-1.2 @@ -53,6 +61,7 @@ Source3: README.SUSE Source4: sial-scripts-%{scripts_version}.tar.bz2 Source5: gcore-%{gcore_version}.tar.bz2 +Source6: Module.supported Source95: get-kernel-flavors.sh Source96: depmod.sh Source97: mkinitrd.sh @@ -91,6 +100,9 @@ %if 0%{?build_kmp} BuildRequires: kernel-syms BuildRequires: module-init-tools +%if 0%{?buildrt} +BuildRequires: kernel-syms-rt +%endif %if 0%{?suse_version} >= 1130 BuildRequires: kernel-devel %endif @@ -284,6 +296,9 @@ %patch16 -p1 cp %{S:3} . mkdir kbuild +%if ! 0%{?is_opensuse} +cp %{S:6} memory_driver +%endif %build export CFLAGS="$RPM_OPT_FLAGS -fno-builtin-memset -fno-strict-aliasing" ++++++ Module.supported ++++++ crash.ko
