From e4051680e709a4af297c11fffb5f8811cd194514 Mon Sep 17 00:00:00 2001 From: hht8 Date: Wed, 2 Jun 2021 15:30:10 +0800 Subject: [PATCH] Completing build dependencies to fix gcc compiler missing error --- rdate.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rdate.spec b/rdate.spec index 9b64e26..06076bd 100644 --- a/rdate.spec +++ b/rdate.spec @@ -2,11 +2,11 @@ Summary: Tool for getting the date/time from a remote machine Name: rdate Version: 1.5 -Release: 1 +Release: 2 License: GPLv2+ Source: https://www.aelius.com/njh/rdate/%{name}-%{version}.tar.gz URL: https://www.aelius.com/njh/rdate/ - +BuildRequires: gcc %description rdate connects to an RFC 868 time server over a TCP/IP network, printing the returned time and/or setting the system clock. @@ -30,6 +30,9 @@ rdate connects to an RFC 868 time server over a TCP/IP network, printing the ret %{_mandir}/man1/rdate.1* %changelog +* Mon May 31 2021 huanghaitao - 1.5-2 +- Completing build dependencies to fix gcc compiler missing error + * Mon Mar 15 2021 huanghaitao - 1.5-1 - Add fPIC parameters to prevent symbol redirection failure