Hide Forgot
Description of problem: As per https://fedoraproject.org/wiki/Packaging:SourceURL , the "Source0" field in the spec file must either give the full URL or have a comment stating how to obtain or generate the tarball. Version-Release number of selected component (if applicable): https://pkgs.fedoraproject.org/gitweb/?p=nss.git;a=blob;f=nss.spec;h=a92f5956228da948642f80196cd73fb0e031ce50;hb=HEAD
Based on the guidelines and having seen what Openssl does, I think the following changes to the spec file Source0: %{name}-%{version}-stripped.tar.bz2 # The stripped tar ball is a subset of the upstream sources with # patent-encumbered cryptographic algorithms removed. # Use this script to remove them and create the stripped archive. # 1. Download the sources nss-{version}.tar.gz found within # http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/ # in a subdirectory named NSS_${major}_${minor}_${maint}_RTM/src # 2. In the download directory execute # ./mozilla-crypto-strip.sh ${name}-${version}.tar.gz # to produce ${name}-${version}-stripped.tar.bz2 # for uploading to the lookaside cache. Source100: mozilla-crypto-strip.sh should take care of it.