diff --git a/hmaccalc.changes b/hmaccalc.changes index fbf5b4b..791e82e 100644 --- a/hmaccalc.changes +++ b/hmaccalc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Aug 14 06:17:57 UTC 2019 - Wolfgang Rosenauer + +- hmac signatures were split from NSS core libs for SLE packaging + compatibility but recommended and therefore not installed by + the build process; now a build requirement (boo#1145414) + ------------------------------------------------------------------- Sun Jan 18 18:33:15 UTC 2015 - p.drouand@gmail.com @@ -8,7 +15,7 @@ Sun Jan 18 18:33:15 UTC 2015 - p.drouand@gmail.com Wed May 7 12:21:21 UTC 2014 - coolo@suse.com - remove prelink buildrequire - completely unneeded and unnecessarily - increases core ring + increases core ring ------------------------------------------------------------------- Mon Apr 14 09:16:33 UTC 2014 - meissner@suse.com diff --git a/hmaccalc.spec b/hmaccalc.spec index d606a2e..2252007 100644 --- a/hmaccalc.spec +++ b/hmaccalc.spec @@ -1,7 +1,7 @@ # # spec file for package hmaccalc # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -40,6 +40,8 @@ Source2: %name.keyring Patch1: hmaccalc-susekey.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: libfreebl3-hmac +BuildRequires: libsoftokn3-hmac BuildRequires: mozilla-nss-devel BuildRequires: pkg-config