From ce4a13930d1b925444319ec5a9ae615b01859739 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 30 Nov 2011 15:35:30 +0200 Subject: [PATCH] Fix wrong path in packaging freeipa-systemd-upgrade --- freeipa.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/freeipa.spec b/freeipa.spec index cc855a6..4bac107 100644 --- a/freeipa.spec +++ b/freeipa.spec @@ -412,7 +412,7 @@ fi # Use systemd scheme %attr(644,root,root) %{_unitdir}/ipa.service %attr(644,root,root) %{_unitdir}/ipa_kpasswd.service -%{buildroot}%{_libexecdir}/freeipa-systemd-upgrade +%{_libexecdir}/freeipa-systemd-upgrade %dir %{python_sitelib}/ipaserver %{python_sitelib}/ipaserver/* %dir %{_usr}/share/ipa @@ -541,6 +541,9 @@ fi %ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/default.conf %changelog +* Wed Nov 30 2011 Alexander Bokovoy - 2.1.3-7 +- Fix wrong path in packaging freeipa-systemd-upgrade + * Wed Nov 30 2011 Alexander Bokovoy - 2.1.3-6 - Introduce upgrade script to recover existing configuration after systemd migration as user has no means to recover FreeIPA from systemd migration