- modify the systemd .service file to be a proper 'dbus' service (more of #718172)

This commit is contained in:
Nalin Dahyabhai 2011-08-11 13:56:57 -04:00
parent c5c48c7ba2
commit b81a31a3da
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ certmonger-0.28.tar.gz
/certmonger-0.42.tar.gz
/certmonger-0.43.tar.gz
/certmonger-0.44.tar.gz
/certmonger-0.45.tar.gz

View File

@ -19,7 +19,7 @@
%endif
Name: certmonger
Version: 0.44
Version: 0.45
Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client
@ -182,6 +182,10 @@ exit 0
%endif
%changelog
* Thu Aug 11 2011 Nalin Dahyabhai <nalin@redhat.com> 0.45-1
- modify the systemd .service file to be a proper 'dbus' service (more
of #718172)
* Thu Aug 11 2011 Nalin Dahyabhai <nalin@redhat.com> 0.44-1
- check specifically for cases where a specified token that we need to
use just isn't present for whatever reason (#697058)

View File

@ -1 +1 @@
5357b75bfdf598cc1e2587b6e08fea03 certmonger-0.44.tar.gz
656d58e89b08d0a942dbcc916ead3e22 certmonger-0.45.tar.gz