| |
@@ -3,7 +3,7 @@
|
| |
%endif
|
| |
|
| |
Name: fedora-packager
|
| |
- Version: 0.5.10.6
|
| |
+ Version: 0.5.10.7
|
| |
Release: 1%{?dist}
|
| |
Summary: Tools for setting up a fedora maintainer environment
|
| |
|
| |
@@ -22,6 +22,8 @@
|
| |
Requires: fedpkg >= 1.0
|
| |
Requires: fedora-cert = %{version}-%{release}
|
| |
Requires: python-yubico
|
| |
+ # This is the version in which SNI was fixed
|
| |
+ Requires: krb5-workstation >= 1.14.3-4
|
| |
|
| |
BuildArch: noarch
|
| |
|
| |
@@ -68,6 +70,7 @@
|
| |
%{_sbindir}/*
|
| |
%dir %{_sysconfdir}/koji
|
| |
%config(noreplace) %{_sysconfdir}/koji/*
|
| |
+ %config %{_sysconfdir}/krb5.conf.d/*
|
| |
%exclude %{_bindir}/fedora-cert
|
| |
|
| |
%files -n fedora-cert
|
| |
@@ -78,6 +81,9 @@
|
| |
|
| |
|
| |
%changelog
|
| |
+ * Wed Aug 10 2016 Patrick Uiterwijk <puiterwijk@redhat.com> - 0.5.10.7-1
|
| |
+ - Add kerberos configuration
|
| |
+
|
| |
* Tue Aug 11 2015 Patrick Uiterwijk <puiterwijk@redhat.com> - 0.5.10.6-1
|
| |
- Reworked yubikey code to use python-yubico rather than subprocess (puiterwijk)
|
| |
- Use python API to write yubikey (puiterwijk)
|
| |
Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com