Resolves: #1741342 - Do not call autoconf at build time
This commit is contained in:
parent
fe7ff71e56
commit
5caa9c3f2f
@ -2,7 +2,7 @@
|
||||
|
||||
Name: squid
|
||||
Version: 4.8
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: The Squid proxy caching server
|
||||
Epoch: 7
|
||||
# See CREDITS for breakdown of non GPLv2+ code
|
||||
@ -62,7 +62,6 @@ BuildRequires: libtool libtool-ltdl-devel
|
||||
BuildRequires: perl-generators
|
||||
# For test suite
|
||||
BuildRequires: pkgconfig(cppunit)
|
||||
BuildRequires: autoconf
|
||||
|
||||
# Old NetworkManager expects the dispatcher scripts in a different place
|
||||
Conflicts: NetworkManager < 1.20
|
||||
@ -98,8 +97,6 @@ lookup program (dnsserver), a program for retrieving FTP data
|
||||
sed -i 's|@SYSCONFDIR@/squid.conf.documented|%{_pkgdocdir}/squid.conf.documented|' src/squid.8.in
|
||||
|
||||
%build
|
||||
# cppunit-config patch changes configure.ac
|
||||
autoconf
|
||||
|
||||
# NIS helper has been removed because of the following bug
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1531540
|
||||
@ -289,6 +286,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 08 2019 Lubos Uhliarik <luhliari@redhat.com> - 7:4.8-6
|
||||
- Resolves: #1741342 - Do not call autoconf at build time
|
||||
|
||||
* Tue Oct 08 2019 Lubos Uhliarik <luhliari@redhat.com> - 7:4.8-5
|
||||
- Resolves: #1716950 - Drop "sleep 1" from logrotate fragment
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user