Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 653311 Details for
Bug 879978
Install nssck.api template in a place where mod_revocator can access it
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
spec file changes to install nsscki.pai in /usr/includes/nss3
specfile-changes.patch (text/plain), 1.78 KB, created by
Elio Maldonado Batiz
on 2012-11-28 06:39:23 UTC
(
hide
)
Description:
spec file changes to install nsscki.pai in /usr/includes/nss3
Filename:
MIME Type:
Creator:
Elio Maldonado Batiz
Created:
2012-11-28 06:39:23 UTC
Size:
1.78 KB
patch
obsolete
>diff --git a/nss.spec b/nss.spec >index 37a4484..61e52ff 100644 >--- a/nss.spec >+++ b/nss.spec >@@ -7,7 +7,7 @@ > Summary: Network Security Services > Name: nss > Version: 3.14 >-Release: 10%{?dist} >+Release: 11%{?dist} > License: MPLv2.0 > URL: http://www.mozilla.org/projects/security/pki/nss/ > Group: System Environment/Libraries >@@ -282,6 +282,8 @@ chmod 755 ./mozilla/dist/pkgconfig/nss-config > %{__cat} %{SOURCE9} > ./mozilla/dist/pkgconfig/setup-nsssysinit.sh > chmod 755 ./mozilla/dist/pkgconfig/setup-nsssysinit.sh > >+%{__cp} ./mozilla/security/nss/lib/ckfw/nssck.api ./mozilla/dist/private/nss/ >+ > %check > > # Begin -- copied from the build section >@@ -416,6 +418,12 @@ do > %{__install} -p -m 644 $file $RPM_BUILD_ROOT/%{_includedir}/nss3 > done > >+# Copy the template files we want >+for file in mozilla/dist/private/nss/nssck.api >+do >+ %{__install} -p -m 644 $file $RPM_BUILD_ROOT/%{_includedir}/nss3 >+done >+ > # Copy the package configuration files > %{__install} -p -m 644 ./mozilla/dist/pkgconfig/nss.pc $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/nss.pc > %{__install} -p -m 755 ./mozilla/dist/pkgconfig/nss-config $RPM_BUILD_ROOT/%{_bindir}/nss-config >@@ -588,11 +596,16 @@ rm -f $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h > %{_includedir}/nss3/nssckg.h > %{_includedir}/nss3/nssckmdt.h > %{_includedir}/nss3/nssckt.h >+%{_includedir}/nss3/nssck.api > %{_libdir}/libnssb.a > %{_libdir}/libnssckfw.a > > > %changelog >+* Tue Nov 27 2012 Elio Maldonado <emaldona@redhat.com> - 3.14-11 >+- Bug 879978 - Install the nssck.api header template in a place where mod_revocator can access it >+- Install nssck.api in /usr/includes/nss3 >+ > * Mon Nov 19 2012 Elio Maldonado <emaldona@redhat.com> - 3.14-10 > - Bug 870864 - Add support in NSS for Secure Boot >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 879978
:
651733
| 653311