[crypto-utils] Fix Bug 883618 - certwatch cron job library path - multilib

Elio Maldonado emaldonado at fedoraproject.org
Thu Jan 17 19:33:36 UTC 2013


commit 34b4cdd610b03b10709117803055e2e1ddd40d6b
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Thu Jan 17 11:33:11 2013 -0800

    Fix Bug 883618 - certwatch cron job library path - multilib

 certwatch.cron    |    2 +-
 crypto-utils.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/certwatch.cron b/certwatch.cron
index 574d81a..38c80c7 100644
--- a/certwatch.cron
+++ b/certwatch.cron
@@ -29,7 +29,7 @@ watch_files_certs()
 watch_database_certs() 
 {
     test -x /usr/bin/certutil || return 0
-    test -x /usr/lib/httpd/modules/libmodnss.so || return 0
+    test -x /etc/httpd/modules/libmodnss.so || return 0
     test -r /etc/httpd/conf.d/nss.conf || return 0
         
     # find path to mod_nss' database
diff --git a/crypto-utils.spec b/crypto-utils.spec
index a1abedd..93ce35d 100644
--- a/crypto-utils.spec
+++ b/crypto-utils.spec
@@ -4,7 +4,7 @@
 Summary: SSL certificate and key management utilities
 Name: crypto-utils
 Version: 2.4.1
-Release: 36%{?dist}
+Release: 37%{?dist}
 
 Group: Applications/System
 License: MIT and GPLv2+
@@ -125,6 +125,9 @@ chmod -R u+w $RPM_BUILD_ROOT
 %{perl_vendorarch}/auto/Crypt
 
 %changelog
+* Thu Jan 17 2013 Elio Maldonado <emaldona at redhat.com> - 2.4.1-37
+- Fix Bug 883618 - certwatch cron job library path - multilib
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.1-36
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list