From 1a3bbf601ac895b2155452f439ba4995516d5ede33635f65a1c778d18ce8bd0b Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 7 Dec 2020 11:45:06 +0000 Subject: [PATCH] Accepting request 853546 from home:darix:playground - drop buildrequires on NSS. We need gnutls for NTS anyway and we can do all the other required crypto via nettle+gnutls. no need for another crypto library. OBS-URL: https://build.opensuse.org/request/show/853546 OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=95 --- chrony.changes | 7 +++++++ chrony.spec | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/chrony.changes b/chrony.changes index 41df90d..1cf3aa0 100644 --- a/chrony.changes +++ b/chrony.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Dec 7 09:53:22 UTC 2020 - Marcus Rueckert + +- drop buildrequires on NSS. We need gnutls for NTS anyway and we + can do all the other required crypto via nettle+gnutls. no need + for another crypto library. + ------------------------------------------------------------------- Sun Nov 1 22:26:48 UTC 2020 - Marcus Rueckert diff --git a/chrony.spec b/chrony.spec index 7363df4..f97035e 100644 --- a/chrony.spec +++ b/chrony.spec @@ -57,7 +57,6 @@ BuildRequires: gcc-c++ BuildRequires: gnutls-devel BuildRequires: libcap-devel BuildRequires: libedit-devel -BuildRequires: mozilla-nss-devel BuildRequires: pkgconfig BuildRequires: pps-tools-devel # The timezone package is needed for the "make check" tests. It can be