[packages/ntp] ntpd requires libgcc_s.so.1

glen glen at pld-linux.org
Thu May 4 14:22:08 CEST 2017


commit 3183d93f790de4c3d29a8a73080bc3056c5cbc61
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu May 4 15:21:15 2017 +0300

    ntpd requires libgcc_s.so.1
    
    STDOUT: Starting ntpd service
    STDERR: libgcc_s.so.1 must be installed for pthread_cancel to work
    Aborted
    
    libgcc install fixes that

 ntp.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/ntp.spec b/ntp.spec
index 5c178cc..a017303 100644
--- a/ntp.spec
+++ b/ntp.spec
@@ -15,7 +15,7 @@ Summary(pl.UTF-8):	Narzędzia do synchronizacji czasu (Network Time Protocol)
 Summary(pt_BR.UTF-8):	Network Time Protocol versão 4
 Name:		ntp
 Version:	4.2.8p8
-Release:	7
+Release:	8
 License:	distributable
 Group:		Networking/Daemons
 Source0:	https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/%{name}-%{version}.tar.gz
@@ -104,9 +104,10 @@ Requires(pre):	/usr/bin/getgid
 Requires(pre):	/usr/sbin/groupadd
 Requires(pre):	/usr/sbin/useradd
 Requires(post,preun,postun):	systemd-units >= 38
+Requires:	autogen-libs >= 5.18.12
+Requires:	libgcc
 Requires:	rc-scripts >= 0.4.3.0
 Requires:	systemd-units >= 38
-Requires:	autogen-libs >= 5.18.12
 Provides:	group(ntp)
 Provides:	ntp = %{version}-%{release}
 Provides:	ntpdaemon
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ntp.git/commitdiff/3183d93f790de4c3d29a8a73080bc3056c5cbc61



More information about the pld-cvs-commit mailing list