From bebd99bf12530ab5390432148b8049f654c6cb36 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 22 Jan 2010 13:36:22 +0000 Subject: [PATCH] Do not allow install of xCAT meta pkg if the xCAT SN meta pkg is installed, also when removing xCAT MN meta pkg, remove the /etc/xCATMN file git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5011 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/xCAT.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index cd525f1ae..8d350ed9d 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -19,6 +19,7 @@ Source4: prescripts.tar.gz %endif Provides: xCAT = %{version} +Conflicts: xCATsn Requires: xCAT-server xCAT-client perl-DBD-SQLite %ifos linux @@ -119,3 +120,7 @@ fi /install/postscripts /install/prescripts %defattr(-,root,root) +%postun +# removes MN file + rm /etc/xCATMN +