[nss/f18] Remove references t SOURCE22 and above which we don't have.

Elio Maldonado emaldonado at fedoraproject.org
Tue Dec 10 00:46:40 UTC 2013


commit 4e3700a9df15a720a5c31dd2fa374500df0a1c20
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Mon Dec 9 16:25:29 2013 -0800

    Remove references t SOURCE22 and above which we don't have.

 nss.spec |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)
---
diff --git a/nss.spec b/nss.spec
index 03d60b3..e2d6a26 100644
--- a/nss.spec
+++ b/nss.spec
@@ -340,22 +340,13 @@ date +"%e %B %Y" | tr -d '\n' > date.xml
 echo -n %{version} > version.xml
 
 # configuration files and setup script
-for m in %{SOURCE20} %{SOURCE21} %{SOURCE22}; do
+for m in %{SOURCE20} %{SOURCE21}; do
   cp ${m} .
 done
-for m in nss-config.xml setup-nsssysinit.xml pkcs11.txt.xml; do
+for m in nss-config.xml setup-nsssysinit.xml; do
   xmlto man ${m}
 done
 
-# nss databases considered to be configuration files
-for m in %{SOURCE23} %{SOURCE24} %{SOURCE25} %{SOURCE26} %{SOURCE27}; do
-  cp ${m} .
-done
-for m in cert8.db.xml cert9.db.xml key3.db.xml key4.db.xml secmod.db.xml; do
-  xmlto man ${m}
-done
- 
-
 %check
 if [ $DISABLETEST -eq 1 ]; then
   echo "testing disabled"


More information about the scm-commits mailing list