- update to 0.54

This commit is contained in:
Nalin Dahyabhai 2012-02-15 02:27:13 -05:00
parent 9a783a4fa5
commit 4c76e12d1d
3 changed files with 23 additions and 7 deletions

2
.gitignore vendored
View File

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

View File

@ -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@lists.fedoraproject.org> - 0.52-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Feb 16 2012 Nalin Dahyabhai <nalin@redhat.com> 0.54-1
- fix setting the group ID when spawning the post-save command
* Tue Feb 15 2012 Nalin Dahyabhai <nalin@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@redhat.com> 0.52-1
- note that SELinux usually confines us to writing only to cert_t in

View File

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