Fix wrong path in packaging freeipa-systemd-upgrade

This commit is contained in:
Alexander Bokovoy 2011-11-30 15:35:30 +02:00
parent e95356d723
commit ce4a13930d

View File

@ -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