Fixed FTBFS by adding gcc requirement
Resolves: rhbz#1605498
This commit is contained in:
parent
b12a859b07
commit
85daa5f2ad
@ -1,6 +1,6 @@
|
||||
Name: pptp
|
||||
Version: 1.10.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Point-to-Point Tunneling Protocol (PPTP) Client
|
||||
Group: Applications/Internet
|
||||
License: GPLv2+
|
||||
@ -8,7 +8,7 @@ URL: http://pptpclient.sourceforge.net/
|
||||
Source0: http://downloads.sf.net/pptpclient/pptp-%{version}.tar.gz
|
||||
Source1: pptp-tmpfs.conf
|
||||
BuildRequires: /usr/bin/pod2man
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: gcc, perl-generators
|
||||
Requires: ppp >= 2.4.2, /sbin/ip
|
||||
Requires: systemd-units
|
||||
|
||||
@ -59,6 +59,10 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_prefix}/lib/tmpfiles.d/pptp.conf
|
||||
%{_mandir}/man8/pptpsetup.8*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 20 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 1.10.0-5
|
||||
- Fixed FTBFS by adding gcc requirement
|
||||
Resolves: rhbz#1605498
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user