diff options
author | Rob Crittenden <rcritten@redhat.com> | 2010-06-24 10:31:52 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-06-24 10:33:53 -0400 |
commit | 09fb073e8210f1c8239c0b253672e613822fc553 (patch) | |
tree | 6f3f333a2273a45792040523c9726de89ce3342d /ipa.spec.in | |
parent | 93e54366f9afedcdef78c8dfb6373d4813fba8cb (diff) | |
download | freeipa-09fb073e8210f1c8239c0b253672e613822fc553.tar.gz freeipa-09fb073e8210f1c8239c0b253672e613822fc553.tar.xz freeipa-09fb073e8210f1c8239c0b253672e613822fc553.zip |
Replication version checking.
Whenever we upgrade IPA such that any data incompatibilities might occur
then we need to bump the DATA_VERSION value so that data will not
replicate to other servers. The idea is that you can do an in-place
upgrade of each IPA server and the different versions own't pollute
each other with bad data.
Diffstat (limited to 'ipa.spec.in')
-rw-r--r-- | ipa.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ipa.spec.in b/ipa.spec.in index 2a46ab05..9d6aa69f 100644 --- a/ipa.spec.in +++ b/ipa.spec.in @@ -263,6 +263,7 @@ make client-install DESTDIR=%{buildroot} rm %{buildroot}/%{plugin_dir}/libipa_pwd_extop.la rm %{buildroot}/%{plugin_dir}/libipa_enrollment_extop.la rm %{buildroot}/%{plugin_dir}/libipa_winsync.la +rm %{buildroot}/%{plugin_dir}/libipa_repl_version.la # Some user-modifiable HTML files are provided. Move these to /etc # and link back. @@ -409,6 +410,7 @@ fi %attr(755,root,root) %{plugin_dir}/libipa_pwd_extop.so %attr(755,root,root) %{plugin_dir}/libipa_enrollment_extop.so %attr(755,root,root) %{plugin_dir}/libipa_winsync.so +%attr(755,root,root) %{plugin_dir}/libipa_repl_version.so %dir %{_localstatedir}/lib/ipa %attr(700,root,root) %dir %{_localstatedir}/lib/ipa/sysrestore %dir %{_localstatedir}/cache/ipa |