From b1721753f1d597c808f032ad17e28c2c909f25057afa393fb844b21be1143fa6 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Fri, 28 Feb 2020 09:07:15 +0000 Subject: [PATCH] Accepting request 779969 from home:fstrba:branches:mozilla:Factory Package missing header OBS-URL: https://build.opensuse.org/request/show/779969 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=306 --- mozilla-nss.changes | 5 +++++ mozilla-nss.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mozilla-nss.changes b/mozilla-nss.changes index 9d743ce..85dcf12 100644 --- a/mozilla-nss.changes +++ b/mozilla-nss.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 27 13:52:10 UTC 2020 - Fridrich Strba + +- Package also the cmac.h needed by blapi.h + ------------------------------------------------------------------- Tue Feb 25 13:20:51 UTC 2020 - Guillaume GARDET diff --git a/mozilla-nss.spec b/mozilla-nss.spec index 3632310..2575903 100644 --- a/mozilla-nss.spec +++ b/mozilla-nss.spec @@ -239,7 +239,7 @@ pushd ../dist/Linux* # copy headers cp -rL ../public/nss/*.h %{buildroot}%{_includedir}/nss3 # copy some freebl include files we also want -for file in blapi.h alghmac.h +for file in blapi.h alghmac.h cmac.h do cp -L ../private/nss/$file %{buildroot}/%{_includedir}/nss3 done