- update to 0.54
This commit is contained in:
parent
9a783a4fa5
commit
4c76e12d1d
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user