From bac647fbd1e8de1466bebdf35ed4dc27810c5e3f Mon Sep 17 00:00:00 2001 From: songnannan Date: Fri, 20 Mar 2020 12:01:46 +0800 Subject: [PATCH 1/2] add gdb in buildrequires --- libserf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libserf.spec b/libserf.spec index ddb93dd..3e5b3c1 100644 --- a/libserf.spec +++ b/libserf.spec @@ -3,12 +3,12 @@ Name: libserf Version: 1.3.9 -Release: 11 +Release: 12 Summary: High-Performance Asynchronous HTTP Client Library License: ASL 2.0 URL: https://serf.apache.org/ Source0: https://archive.apache.org/dist/serf/serf-%{version}.tar.bz2 -BuildRequires: gcc, %{scons_pkg}, pkgconfig, zlib-devel +BuildRequires: gcc, %{scons_pkg}, pkgconfig, zlib-devel gdb BuildRequires: apr-devel, apr-util-devel, krb5-devel, openssl-devel Patch0: %{name}-norpath.patch @@ -69,5 +69,8 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %changelog +* Fri Mon 20 2020 songnannan - 1.3.9-12 +- add gdb in buildrequires + * Mon Sep 16 2019 openEuler Buildteam - 1.3.9-11 - Package init From 10fd9915b3c2573f601c26b118d4d7e0c6d47b5c Mon Sep 17 00:00:00 2001 From: songnannan Date: Fri, 20 Mar 2020 14:38:19 +0800 Subject: [PATCH 2/2] add gdb in buildrequires --- libserf.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/libserf.spec b/libserf.spec index 3e5b3c1..0a3aa92 100644 --- a/libserf.spec +++ b/libserf.spec @@ -67,7 +67,6 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %defattr(-,root,root) %doc README CHANGES design-guide.txt - %changelog * Fri Mon 20 2020 songnannan - 1.3.9-12 - add gdb in buildrequires