Update to 0.75.14
- make pathname canonicalization slightly smarter, to handle ".." in locations - updates to self-tests
This commit is contained in:
parent
dae5f838b3
commit
b6fcbbc5a0
2
.gitignore
vendored
2
.gitignore
vendored
@ -84,3 +84,5 @@ certmonger-0.28.tar.gz
|
|||||||
/certmonger-0.75.10.tar.gz.sig
|
/certmonger-0.75.10.tar.gz.sig
|
||||||
/certmonger-0.75.13.tar.gz
|
/certmonger-0.75.13.tar.gz
|
||||||
/certmonger-0.75.13.tar.gz.sig
|
/certmonger-0.75.13.tar.gz.sig
|
||||||
|
/certmonger-0.75.14.tar.gz
|
||||||
|
/certmonger-0.75.14.tar.gz.sig
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: certmonger
|
Name: certmonger
|
||||||
Version: 0.75.13
|
Version: 0.75.14
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Certificate status monitor and PKI enrollment client
|
Summary: Certificate status monitor and PKI enrollment client
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -68,6 +68,8 @@ BuildRequires: /usr/bin/dos2unix
|
|||||||
BuildRequires: /usr/bin/unix2dos
|
BuildRequires: /usr/bin/unix2dos
|
||||||
# for which
|
# for which
|
||||||
BuildRequires: /usr/bin/which
|
BuildRequires: /usr/bin/which
|
||||||
|
# for dbus tests
|
||||||
|
BuildRequires: dbus-python
|
||||||
|
|
||||||
# we need a running system bus
|
# we need a running system bus
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
@ -234,6 +236,11 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 28 2014 Nalin Dahyabhai <nalin@redhat.com> 0.75.14-1
|
||||||
|
- make pathname canonicalization slightly smarter, to handle ".." in
|
||||||
|
locations
|
||||||
|
- updates to self-tests
|
||||||
|
|
||||||
* Thu Aug 21 2014 Kevin Fenzi <kevin@scrye.com> - 0.75.13-2
|
* Thu Aug 21 2014 Kevin Fenzi <kevin@scrye.com> - 0.75.13-2
|
||||||
- Rebuild for rpm bug 1131960
|
- Rebuild for rpm bug 1131960
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user