Resolves: #1365124 - fix SIGSEGV bug after dump start
This commit is contained in:
parent
b53fd4699b
commit
90f778bcb3
11
dump-openqfastate.patch
Normal file
11
dump-openqfastate.patch
Normal file
@ -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
|
||||
};
|
||||
@ -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 <jridky@redhat.com> - 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 <pbrobinson@fedoraproject.org> 1:0.4-0.28.b45
|
||||
- Restore higher Release so upgrade path works for pre-release
|
||||
|
||||
Loading…
Reference in New Issue
Block a user