- Add patch to fix a segfault case

This commit is contained in:
Simo Sorce 2009-09-23 16:22:47 +00:00
parent 7bf54be7d9
commit d63a939081

View File

@ -1,6 +1,6 @@
Name: libtevent
Version: 0.9.8
Release: 2%{?dist}
Release: 3%{?dist}
Group: System Environment/Daemons
Summary: The tevent library
License: LGPLv3+
@ -10,6 +10,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Patch1: tevent-098-add_abi_scripts_and_fix_exports.patch
Patch2: tevent-098-abi-compat.patch
Patch3: 0001-lib-tevent-a-cleaner-fix-for-be4ac227842530d484659f.patch
BuildRequires: libtalloc-devel >= 2.0.0
@ -35,6 +36,7 @@ Header files needed to develop programs that link against the Tevent library.
%patch1 -p1 -b .abi_checks
%patch2 -p1 -b .abi_compat
%patch3 -p1 -b .tevent_signal_segv
%build
%configure
@ -68,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig
%changelog
* Wed Sep 23 2009 Simo Sorce <ssorce@redhat.com> - 0.9.8-3
- Add patch to fix a segfault case
* Wed Sep 16 2009 Simo Sorce <ssorce@redhat.com> - 0.9.8-2
- Fix abi compatibility with 0.9.3