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
This commit is contained in:
parent
eb2a3ea42f
commit
bebd99bf12
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user