#4 Add krb5 configuration files
Merged 8 years ago by ausil. Opened 8 years ago by puiterwijk.
puiterwijk/fedora-packager krb-config  into  master

file modified
+6
@@ -78,3 +78,9 @@ 

  	$(srcdir)/configs/s390-config \

  	$(srcdir)/configs/stg-config

  kojiconfdir = $(sysconfdir)/koji

+ 

+ EXTRA_DIST += krb-configs/fedoraproject_org \

+ 	krb-configs/stg_fedoraproject_org

+ krb5conf_DATA = $(srcdir)/krb-configs/fedoraproject_org \

+ 	$(srcdir)/krb-configs/stg_fedoraproject_org

+ krb5confdir = $(sysconfdir)/krb5.conf.d

file modified
+7 -1
@@ -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)

@@ -0,0 +1,7 @@ 

+ [realms]

+  FEDORAPROJECT.ORG = {

+         kdc = https://id.fedoraproject.org/KdcProxy

+  }

+ [domain_realm]

+  .fedoraproject.org = FEDORAPROJECT.ORG

+  fedoraproject.org = FEDORAPROJECT.ORG

@@ -0,0 +1,7 @@ 

+ [realms]

+  STG.FEDORAPROJECT.ORG = {

+         kdc = https://id.stg.fedoraproject.org/KdcProxy

+  }

+ [domain_realm]

+  .stg.fedoraproject.org = STG.FEDORAPROJECT.ORG

+  stg.fedoraproject.org = STG.FEDORAPROJECT.ORG

rebased

8 years ago

The realm name is incorrect here.

rebased

8 years ago

rebased

8 years ago

rebased

8 years ago

Pull-Request has been merged by ausil

8 years ago