summaryrefslogtreecommitdiffstats
path: root/ipa-client/ipa-client.spec
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-client/ipa-client.spec')
-rwxr-xr-xipa-client/ipa-client.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/ipa-client/ipa-client.spec b/ipa-client/ipa-client.spec
index 8c49c2032..7537a7c96 100755
--- a/ipa-client/ipa-client.spec
+++ b/ipa-client/ipa-client.spec
@@ -30,6 +30,8 @@ rm -rf %{buildroot}
make install
+mkdir -p %{buildroot}/%{_localstatedir}/lib/ipa-client/sysrestore
+
%clean
rm -rf %{buildroot}
@@ -46,6 +48,9 @@ rm -rf %{buildroot}
%dir %{python_sitelib}/ipaclient
%{python_sitelib}/ipaclient/*.py*
+%dir %{_localstatedir}/lib/ipa-client
+%dir %{_localstatedir}/lib/ipa-client/sysrestore
+
%{_mandir}/man1/*
%changelog