diff --git a/certwatch.c b/certwatch.c index 5fa3b30..064a7ce 100644 --- a/certwatch.c +++ b/certwatch.c @@ -90,7 +90,7 @@ static int warning(FILE *out, const char *filename, const char *hostname, if (quiet) return 1; - fputs("To: root@localhost\n", out); + fputs("To: root\n", out); fprintf(out, "Subject: The certificate for %s %s\n", hostname, subj); fputs("\n", out); diff --git a/crypto-utils.spec b/crypto-utils.spec index ab8b37b..486ddb1 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.1 -Release: 2 +Release: 3 Source: crypto-rand-%{crver}.tar.gz Source1: genkey.pl Source2: certwatch.c @@ -95,6 +95,9 @@ sed -e "s|^\$bindir.*$|\$bindir = \"/usr/bin\";|" \ %{_mandir}/man1/certwatch.1* %changelog +* Wed Oct 13 2004 Joe Orton 2.1-3 +- send warnings To: root rather than root@localhost (#135533) + * Wed Oct 6 2004 Joe Orton 2.1-2 - add BuildRequire newt-devel, xmlto (#134695)