Fix the spec file so sechash.h gets installed
- Resolves: rhbz#871882 - missing header: sechash.h in nss 3.14
This commit is contained in:
parent
192d1d33fb
commit
c2e20984e1
8
nss.spec
8
nss.spec
@ -7,7 +7,7 @@
|
|||||||
Summary: Network Security Services
|
Summary: Network Security Services
|
||||||
Name: nss
|
Name: nss
|
||||||
Version: 3.14
|
Version: 3.14
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
URL: http://www.mozilla.org/projects/security/pki/nss/
|
URL: http://www.mozilla.org/projects/security/pki/nss/
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -449,7 +449,6 @@ rm -f $RPM_BUILD_ROOT/%{_includedir}/nss3/alghmac.h
|
|||||||
rm -f $RPM_BUILD_ROOT/%{_includedir}/nss3/blapit.h
|
rm -f $RPM_BUILD_ROOT/%{_includedir}/nss3/blapit.h
|
||||||
rm -f $RPM_BUILD_ROOT/%{_includedir}/nss3/ecl-exp.h
|
rm -f $RPM_BUILD_ROOT/%{_includedir}/nss3/ecl-exp.h
|
||||||
rm -f $RPM_BUILD_ROOT/%{_includedir}/nss3/hasht.h
|
rm -f $RPM_BUILD_ROOT/%{_includedir}/nss3/hasht.h
|
||||||
rm -f $RPM_BUILD_ROOT/%{_includedir}/nss3/sechash.h
|
|
||||||
rm -f $RPM_BUILD_ROOT/%{_includedir}/nss3/shsign.h
|
rm -f $RPM_BUILD_ROOT/%{_includedir}/nss3/shsign.h
|
||||||
rm -f $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h
|
rm -f $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h
|
||||||
|
|
||||||
@ -527,6 +526,7 @@ rm -f $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h
|
|||||||
%{_includedir}/nss3/crmft.h
|
%{_includedir}/nss3/crmft.h
|
||||||
%{_includedir}/nss3/cryptohi.h
|
%{_includedir}/nss3/cryptohi.h
|
||||||
%{_includedir}/nss3/cryptoht.h
|
%{_includedir}/nss3/cryptoht.h
|
||||||
|
%{_includedir}/nss3/sechash.h
|
||||||
%{_includedir}/nss3/jar-ds.h
|
%{_includedir}/nss3/jar-ds.h
|
||||||
%{_includedir}/nss3/jar.h
|
%{_includedir}/nss3/jar.h
|
||||||
%{_includedir}/nss3/jarfile.h
|
%{_includedir}/nss3/jarfile.h
|
||||||
@ -580,6 +580,10 @@ rm -f $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 31 2012 Elio Maldonado <emaldona@redhat.com> - 3.14-2
|
||||||
|
- Fix the spec file so sechash.h gets installed
|
||||||
|
- Resolves: rhbz#871882 - missing header: sechash.h in nss 3.14
|
||||||
|
|
||||||
* Sat Oct 27 2012 Elio Maldonado <emaldona@redhat.com> - 3.14-4
|
* Sat Oct 27 2012 Elio Maldonado <emaldona@redhat.com> - 3.14-4
|
||||||
- Update the license to MPLv2.0
|
- Update the license to MPLv2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user