summaryrefslogtreecommitdiffstats
path: root/ipa-client/ipa-client.spec.in
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2008-03-31 17:33:55 -0400
committerSimo Sorce <ssorce@redhat.com>2008-03-31 17:33:55 -0400
commit28ac93a5356979efeff2e0a09b099ded77cba75e (patch)
tree87d2c8098cda80549f13878665b28e7fa68efac1 /ipa-client/ipa-client.spec.in
parent7b5088955ad5b4b273fc48d3443fb42aaece37b7 (diff)
downloadfreeipa-28ac93a5356979efeff2e0a09b099ded77cba75e.tar.gz
freeipa-28ac93a5356979efeff2e0a09b099ded77cba75e.tar.xz
freeipa-28ac93a5356979efeff2e0a09b099ded77cba75e.zip
Implement client uninstall
(including RHEL4 contrib setup script)
Diffstat (limited to 'ipa-client/ipa-client.spec.in')
-rw-r--r--ipa-client/ipa-client.spec.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/ipa-client/ipa-client.spec.in b/ipa-client/ipa-client.spec.in
index 05436900..7d55bc18 100644
--- a/ipa-client/ipa-client.spec.in
+++ b/ipa-client/ipa-client.spec.in
@@ -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