Add conflicts so corosync wont conflict with older openais versions.

This commit is contained in:
Steven Dake 2008-09-26 21:02:14 +00:00
parent f5203a749e
commit 9e4404b2e7
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Name: corosync
Summary: The Corosync Cluster Engine and Application Programming Interfaces
Version: 0.92
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
Release: 2%{?alphatag:.%{alphatag}}%{?dist}
License: BSD
Group: System Environment/Base
URL: http://www.openais.org
@ -12,6 +12,7 @@ ExclusiveArch: i386 ppc x86_64 ppc64 ia64 s390 s390x alpha
Requires(pre): /usr/sbin/useradd
Requires(post): /sbin/chkconfig
Requires(preun): /sbin/chkconfig
Conflicts: openais <= 0.89, openais-devel <= 0.89
%define ais_user_uid 39
@ -148,6 +149,9 @@ fi
%{_mandir}/man8/logsys_overview.8*
%changelog
* Fri Sep 24 2008 Steven Dake <sdake@redhat.com> - 0.92-2
- Add conflicts for openais and openais-devel packages older then 0.90.
* Wed Sep 24 2008 Steven Dake <sdake@redhat.com> - 0.92-1
- New upstream release corosync-0.92.

View File

@ -1 +1,2 @@
corosync-0_92-1_fc10:HEAD:corosync-0.92-1.fc10.src.rpm:1222323286
corosync-0_92-2_fc10:HEAD:corosync-0.92-2.fc10.src.rpm:1222462910