From 90f778bcb39f88af573f4395a7abc837f08b630a Mon Sep 17 00:00:00 2001 From: Josef Ridky Date: Aug 11 2016 08:59:54 +0000 Subject: Resolves: #1365124 - fix SIGSEGV bug after dump start --- diff --git a/dump-openqfastate.patch b/dump-openqfastate.patch new file mode 100644 index 0000000..f06af8f --- /dev/null +++ b/dump-openqfastate.patch @@ -0,0 +1,11 @@ +diff -urNp origin-dump-0.4b45/common/legacy_indexer.c new-dump-0.4b45/common/legacy_indexer.c +--- origin-dump-0.4b45/common/legacy_indexer.c 2016-05-09 07:49:56.000000000 +0200 ++++ new-dump-0.4b45/common/legacy_indexer.c 2016-08-11 10:49:00.476005501 +0200 +@@ -356,6 +356,7 @@ Indexer indexer_legacy = { + &legacy_addDirEntry, + &legacy_openQfa, + &legacy_closeQfa, ++ &legacy_openQfaState, + &legacy_updateQfa, + &legacy_updateQfaState + }; diff --git a/dump.spec b/dump.spec index afb9a2a..49180d9 100644 --- a/dump.spec +++ b/dump.spec @@ -27,6 +27,7 @@ Patch0: dump-buildfix.patch Patch1: dump-remove-lzo.patch Patch2: dump-baduuid.patch Patch3: dump-q-option.patch +Patch4: dump-openqfastate.patch %description The dump package contains both dump and restore. Dump examines files @@ -47,6 +48,7 @@ restoring filesystems after backups. %patch1 -p1 -b .remove-lzo %patch2 -p1 -b .baduuid %patch3 -p1 -b .qoption +%patch4 -p1 -b .openqfastate for i in MAINTAINERS COPYING ChangeLog; do iconv -f iso-8859-1 -t utf-8 $i -o $i.new @@ -115,6 +117,7 @@ rm -rf %{buildroot} %changelog * Thu Aug 11 2016 Josef Ridky - 1:0.4-0.29.b45 - Fix issue with ignoring -Q flag (#1366133) +- Fix issue with SIGSEGV alert (#1365124) * Sat Jul 30 2016 Peter Robinson 1:0.4-0.28.b45 - Restore higher Release so upgrade path works for pre-release