[Freeipa-devel] [PATCHES 523-525] replica install: add remote connection check over API

Jan Cholasta jcholast at redhat.com
Wed Dec 9 09:38:45 UTC 2015


On 9.12.2015 10:34, Alexander Bokovoy wrote:
> On Wed, 09 Dec 2015, Jan Cholasta wrote:
>> From 142fd5364cf9d31d7e2c35959516ac8d9054c9da Mon Sep 17 00:00:00 2001
>> From: Jan Cholasta <jcholast at redhat.com>
>> Date: Wed, 9 Dec 2015 08:17:07 +0100
>> Subject: [PATCH 1/3] build: put oddjob scripts into separate directory
>>
>> https://fedorahosted.org/freeipa/ticket/5497
>> ---
>> freeipa.spec.in                                          | 3 ++-
>> install/oddjob/Makefile.am                               | 2 +-
>> install/oddjob/etc/oddjobd.conf.d/oddjobd-ipa-trust.conf | 2 +-
>> 3 files changed, 4 insertions(+), 3 deletions(-)
>>
>> diff --git a/freeipa.spec.in b/freeipa.spec.in
>> index a60d9b6..95948e7 100644
>> --- a/freeipa.spec.in
>> +++ b/freeipa.spec.in
>> @@ -740,6 +740,7 @@ fi
>> %{_libexecdir}/ipa/ipa-dnskeysync-replica
>> %{_libexecdir}/ipa/ipa-ods-exporter
>> %{_libexecdir}/ipa/ipa-httpd-kdcproxy
>> +%dir %{_libexecdir}/ipa/oddjob
>> %ghost %verify(not owner group) %dir %{_sharedstatedir}/kdcproxy
>> %dir %attr(0755,root,root) %{_sysconfdir}/ipa/kdcproxy
>> %config(noreplace) %{_sysconfdir}/sysconfig/ipa_memcached
>> @@ -914,7 +915,7 @@ fi
>> %ghost %{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so
>> %{_sysconfdir}/dbus-1/system.d/oddjob-ipa-trust.conf
>> %{_sysconfdir}/oddjobd.conf.d/oddjobd-ipa-trust.conf
>> -%%attr(755,root,root)
>> %{_libexecdir}/ipa/com.redhat.idm.trust-fetch-domains
>> +%attr(755,root,root)
>> %{_libexecdir}/ipa/oddjob/com.redhat.idm.trust-fetch-domains
> As you modified oddjobd config file, you need to restart oddjobd on
> upgrade to let it re-read the config.

Right, I have accidentally put that to %pre rather than %post.

-- 
Jan Cholasta




More information about the Freeipa-devel mailing list