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
This commit is contained in:
Wolfgang Rosenauer 2020-02-28 09:07:15 +00:00 committed by Git OBS Bridge
parent 478511aedc
commit b1721753f1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 27 13:52:10 UTC 2020 - Fridrich Strba <fstrba@suse.com>
- Package also the cmac.h needed by blapi.h
-------------------------------------------------------------------
Tue Feb 25 13:20:51 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -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