- modify the systemd .service file to be a proper 'dbus' service (more of #718172)
This commit is contained in:
parent
c5c48c7ba2
commit
b81a31a3da
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ certmonger-0.28.tar.gz
|
|||||||
/certmonger-0.42.tar.gz
|
/certmonger-0.42.tar.gz
|
||||||
/certmonger-0.43.tar.gz
|
/certmonger-0.43.tar.gz
|
||||||
/certmonger-0.44.tar.gz
|
/certmonger-0.44.tar.gz
|
||||||
|
/certmonger-0.45.tar.gz
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: certmonger
|
Name: certmonger
|
||||||
Version: 0.44
|
Version: 0.45
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Certificate status monitor and PKI enrollment client
|
Summary: Certificate status monitor and PKI enrollment client
|
||||||
|
|
||||||
@ -182,6 +182,10 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 11 2011 Nalin Dahyabhai <nalin@redhat.com> 0.44-1
|
||||||
- check specifically for cases where a specified token that we need to
|
- check specifically for cases where a specified token that we need to
|
||||||
use just isn't present for whatever reason (#697058)
|
use just isn't present for whatever reason (#697058)
|
||||||
|
Loading…
Reference in New Issue
Block a user