rpms/certmonger/F-13 certmonger.spec,1.3,1.4 sources,1.4,1.5

Nalin Dahyabhai nalin at fedoraproject.org
Wed Apr 21 22:03:10 UTC 2010


Author: nalin

Update of /cvs/pkgs/rpms/certmonger/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25217

Modified Files:
	certmonger.spec sources 
Log Message:
* Wed Apr 21 2010 Nalin Dahyabhai <nalin at redhat.com> 0.20-1
- update to 0.20
  - correctly parse certificate validity periods given in years (spotted by
    Stephen Gallagher)
  - setup for translation
    - es by Héctor Daniel Cabrera!
    - ru by Yulia Poyarkova!
    - uk by Yuri Chornoivan!
  - fix unpreprocessed defaults in certmonger.conf's man page
  - tweak the IPA-specific message that indicates a principal name also needs
    to be specified if we're not using the default subject name (#579542)
  - make the validity period of self-signed certificates into a configuration
    setting and not a piece of the state information we track about the signer
  - init script: exit with status 2 instead of 1 when invoked with an
    unrecognized argument (#584517)



Index: certmonger.spec
===================================================================
RCS file: /cvs/pkgs/rpms/certmonger/F-13/certmonger.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- certmonger.spec	24 Mar 2010 00:08:27 -0000	1.3
+++ certmonger.spec	21 Apr 2010 22:03:10 -0000	1.4
@@ -2,7 +2,7 @@
 %{?_with_check: %global pcheck 1}
 
 Name:		certmonger
-Version:	0.19
+Version:	0.20
 Release:	1%{?dist}
 Summary:	Certificate status monitor and PKI enrollment client
 
@@ -56,6 +56,8 @@ mkdir -p $RPM_BUILD_ROOT/%{_initddir}
 install -m755 src/certmonger.init $RPM_BUILD_ROOT/%{_initddir}/certmonger
 %endif
 
+%{find_lang} %{name}
+
 %check
 %if 0%{?pcheck}
 make check
@@ -80,7 +82,7 @@ if test $1 -eq 0 ; then
 fi
 exit 0
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc README LICENSE STATUS doc/*.txt
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/*
@@ -98,6 +100,22 @@ exit 0
 %{_localstatedir}/lib/certmonger
 
 %changelog
+* Wed Apr 21 2010 Nalin Dahyabhai <nalin at redhat.com> 0.20-1
+- update to 0.20
+  - correctly parse certificate validity periods given in years (spotted by
+    Stephen Gallagher)
+  - setup for translation
+    - es by Héctor Daniel Cabrera!
+    - ru by Yulia Poyarkova!
+    - uk by Yuri Chornoivan!
+  - fix unpreprocessed defaults in certmonger.conf's man page
+  - tweak the IPA-specific message that indicates a principal name also needs
+    to be specified if we're not using the default subject name (#579542)
+  - make the validity period of self-signed certificates into a configuration
+    setting and not a piece of the state information we track about the signer
+  - init script: exit with status 2 instead of 1 when invoked with an
+    unrecognized argument (#584517)
+
 * Tue Mar 23 2010 Nalin Dahyabhai <nalin at redhat.com> 0.19-1
 - update to 0.19
   - correctly initialize NSS databases that need to be using a PIN


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/certmonger/F-13/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	24 Mar 2010 00:08:27 -0000	1.4
+++ sources	21 Apr 2010 22:03:10 -0000	1.5
@@ -1 +1 @@
-3ed20f248482ddf534cf9adf9a89c4b4  certmonger-0.19.tar.gz
+a7d0d3e82dc25b5500677e5ced5e82c1  certmonger-0.20.tar.gz



More information about the scm-commits mailing list