[certmonger] - update to 0.54

Nalin Dahyabhai nalin at fedoraproject.org
Wed Feb 15 07:27:20 UTC 2012


commit 4c76e12d1df8dda9e9ffdaf90652b70ec01df930
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Feb 15 02:27:13 2012 -0500

    - update to 0.54

 .gitignore      |    2 ++
 certmonger.spec |   24 +++++++++++++++++++-----
 sources         |    4 ++--
 3 files changed, 23 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d7ac458..98d4eeb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,5 @@ certmonger-0.28.tar.gz
 /certmonger-0.51.tar.gz.sig
 /certmonger-0.52.tar.gz
 /certmonger-0.52.tar.gz.sig
+/certmonger-0.54.tar.gz
+/certmonger-0.54.tar.gz.sig
diff --git a/certmonger.spec b/certmonger.spec
index bf388be..b9ceb8b 100644
--- a/certmonger.spec
+++ b/certmonger.spec
@@ -19,8 +19,8 @@
 %endif
 
 Name:		certmonger
-Version:	0.52
-Release:	2%{?dist}
+Version:	0.54
+Release:	1%{?dist}
 Summary:	Certificate status monitor and PKI enrollment client
 
 Group:		System Environment/Daemons
@@ -82,6 +82,11 @@ system enrolled with a certificate authority (CA) and keeping it enrolled.
 
 %prep
 %setup -q
+%if 0%{?rhel} > 0
+# Enabled by default for RHEL for bug #765600, still disabled by default for
+# Fedora pending a similar bug report there.
+sed -i 's,^# chkconfig: - ,# chkconfig: 345 ,g' sysvinit/certmonger.in
+%endif
 
 %build
 %configure \
@@ -185,12 +190,21 @@ exit 0
 %attr(0644,root,root) %config(noreplace) /etc/tmpfiles.d/certmonger.conf
 %endif
 %if %{systemd}
-%config(noreplace) /lib/systemd/system/*
+%config(noreplace) %{_unitdir}/*
 %endif
 
 %changelog
-* Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.52-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Wed Feb 16 2012 Nalin Dahyabhai <nalin at redhat.com> 0.54-1
+- fix setting the group ID when spawning the post-save command
+
+* Tue Feb 15 2012 Nalin Dahyabhai <nalin at redhat.com> 0.53-1
+- large changes to the D-Bus glue, exposing a lot of data which we were
+  providing via D-Bus getter methods as properties, and providing more
+  accurate introspection data
+- emit a signal when the daemon saves a certificate to the destination
+  location, and provide an option to have the daemon spawn an arbitrary
+  command at that point, too (#766167)
+- enable starting the service by default on RHEL (#765600)
 
 * Fri Dec 16 2011 Nalin Dahyabhai <nalin at redhat.com> 0.52-1
 - note that SELinux usually confines us to writing only to cert_t in
diff --git a/sources b/sources
index e4d1df3..0c22cf9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-374701da80ef3e164dafead58ace278b  certmonger-0.52.tar.gz
-061afbcd785094fc7d3a73d85bcd11c9  certmonger-0.52.tar.gz.sig
+0ae4958cefdfc87dd44b3c36dedea4eb  certmonger-0.54.tar.gz
+9027ef6bbc74d52afb35e09ad1f30864  certmonger-0.54.tar.gz.sig


More information about the scm-commits mailing list