Enable separate debuginfo back
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
a042788c8a
commit
6ec12398a3
@ -1,11 +1,7 @@
|
||||
# avoid build failure caused broken RPM code that produces debuginfo packages
|
||||
# reported at https://github.com/rpm-software-management/rpm/issues/280
|
||||
%undefine _debuginfo_subpackages
|
||||
|
||||
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
|
||||
Name: curl
|
||||
Version: 7.54.1
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/Internet
|
||||
Source: https://curl.haxx.se/download/%{name}-%{version}.tar.lzma
|
||||
@ -306,6 +302,9 @@ install -m 644 docs/libcurl/libcurl.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal
|
||||
%{_libdir}/libcurl.so.[0-9].[0-9].[0-9].minimal
|
||||
|
||||
%changelog
|
||||
* Fri Jul 28 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 7.54.1-6
|
||||
- Enable separate debuginfo back
|
||||
|
||||
* Thu Jul 27 2017 Kamil Dudka <kdudka@redhat.com> 7.54.1-5
|
||||
- rebuild to fix broken linkage of cmake on ppc64le
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user