rpms/crypto-utils/devel certwatch.c, 1.8, 1.9 crypto-utils.spec, 1.28, 1.29

Joe Orton (jorton) fedora-extras-commits at redhat.com
Wed Aug 22 08:14:02 UTC 2007


Author: jorton

Update of /cvs/extras/rpms/crypto-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28180

Modified Files:
	certwatch.c crypto-utils.spec 
Log Message:
* Wed Aug 22 2007 Joe Orton <jorton at redhat.com> 2.3-3
- fix certwatch -a (Tuomo Soini, #253819)



Index: certwatch.c
===================================================================
RCS file: /cvs/extras/rpms/crypto-utils/devel/certwatch.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- certwatch.c	26 May 2005 08:08:46 -0000	1.8
+++ certwatch.c	22 Aug 2007 08:13:29 -0000	1.9
@@ -199,7 +199,7 @@
      * mktime() back to UTC: */
     tzset();
     
-    while ((optc = getopt_long(argc, argv, "qhvp:", options, NULL)) != -1) {
+    while ((optc = getopt_long(argc, argv, "qpa:", options, NULL)) != -1) {
         switch (optc) {
         case 'q':
             quiet = 1;


Index: crypto-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/crypto-utils/devel/crypto-utils.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- crypto-utils.spec	1 Mar 2007 09:41:15 -0000	1.28
+++ crypto-utils.spec	22 Aug 2007 08:13:29 -0000	1.29
@@ -4,7 +4,7 @@
 Summary: SSL certificate and key management utilities
 Name: crypto-utils
 Version: 2.3
-Release: 2
+Release: 3
 Source: crypto-rand-%{crver}.tar.gz
 Source1: genkey.pl
 Source2: certwatch.c
@@ -100,6 +100,9 @@
 %{perl_vendorarch}/auto/Crypt
 
 %changelog
+* Wed Aug 22 2007 Joe Orton <jorton at redhat.com> 2.3-3
+- fix certwatch -a (Tuomo Soini, #253819)
+
 * Thu Mar  1 2007 Joe Orton <jorton at redhat.com> 2.3-2
 - various cleanups; require perl(Newt) throughout not newt-perl
 




More information about the fedora-extras-commits mailing list