Fix Bug 883618 - certwatch cron job library path - multilib

This commit is contained in:
Elio Maldonado 2013-01-17 11:33:11 -08:00
parent d72f964d4c
commit 34b4cdd610
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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@redhat.com> - 2.4.1-37
- Fix Bug 883618 - certwatch cron job library path - multilib
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild