From 09fb073e8210f1c8239c0b253672e613822fc553 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 24 Jun 2010 10:31:52 -0400 Subject: 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. --- ipa.spec.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipa.spec.in') diff --git a/ipa.spec.in b/ipa.spec.in index 2a46ab055..9d6aa69f5 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 -- cgit