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.13.tar.gz
|
||||
/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
|
||||
|
||||
Name: certmonger
|
||||
Version: 0.75.13
|
||||
Release: 2%{?dist}
|
||||
Version: 0.75.14
|
||||
Release: 1%{?dist}
|
||||
Summary: Certificate status monitor and PKI enrollment client
|
||||
|
||||
Group: System Environment/Daemons
|
||||
@ -68,6 +68,8 @@ BuildRequires: /usr/bin/dos2unix
|
||||
BuildRequires: /usr/bin/unix2dos
|
||||
# for which
|
||||
BuildRequires: /usr/bin/which
|
||||
# for dbus tests
|
||||
BuildRequires: dbus-python
|
||||
|
||||
# we need a running system bus
|
||||
Requires: dbus
|
||||
@ -234,6 +236,11 @@ exit 0
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Rebuild for rpm bug 1131960
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user