Fix wrong path in packaging freeipa-systemd-upgrade
This commit is contained in:
parent
e95356d723
commit
ce4a13930d
@ -412,7 +412,7 @@ fi
|
|||||||
# Use systemd scheme
|
# Use systemd scheme
|
||||||
%attr(644,root,root) %{_unitdir}/ipa.service
|
%attr(644,root,root) %{_unitdir}/ipa.service
|
||||||
%attr(644,root,root) %{_unitdir}/ipa_kpasswd.service
|
%attr(644,root,root) %{_unitdir}/ipa_kpasswd.service
|
||||||
%{buildroot}%{_libexecdir}/freeipa-systemd-upgrade
|
%{_libexecdir}/freeipa-systemd-upgrade
|
||||||
%dir %{python_sitelib}/ipaserver
|
%dir %{python_sitelib}/ipaserver
|
||||||
%{python_sitelib}/ipaserver/*
|
%{python_sitelib}/ipaserver/*
|
||||||
%dir %{_usr}/share/ipa
|
%dir %{_usr}/share/ipa
|
||||||
@ -541,6 +541,9 @@ fi
|
|||||||
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/default.conf
|
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/default.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 30 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.1.3-7
|
||||||
|
- Fix wrong path in packaging freeipa-systemd-upgrade
|
||||||
|
|
||||||
* Wed Nov 30 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.1.3-6
|
* Wed Nov 30 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.1.3-6
|
||||||
- Introduce upgrade script to recover existing configuration after systemd migration
|
- Introduce upgrade script to recover existing configuration after systemd migration
|
||||||
as user has no means to recover FreeIPA from systemd migration
|
as user has no means to recover FreeIPA from systemd migration
|
||||||
|
Loading…
Reference in New Issue
Block a user