From f1e7530b73ee4fc201a0bf2600dcb0c06633dcbadeca0751240d921705688aa9 Mon Sep 17 00:00:00 2001 From: Lars Marowsky-Bree Date: Fri, 29 Nov 2013 21:49:40 +0000 Subject: [PATCH 1/2] - Obsolete openais so that updates work automatically and uninstall the openais package. OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/corosync?expand=0&rev=39 --- corosync.changes | 6 ++++++ corosync.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/corosync.changes b/corosync.changes index 0f57e4b..2067181 100644 --- a/corosync.changes +++ b/corosync.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 29 21:49:07 UTC 2013 - lmb@suse.com + +- Obsolete openais so that updates work automatically and uninstall the + openais package. + ------------------------------------------------------------------- Fri Sep 13 03:26:31 UTC 2013 - xli@suse.com diff --git a/corosync.spec b/corosync.spec index 2548e27..ea90baf 100644 --- a/corosync.spec +++ b/corosync.spec @@ -51,6 +51,9 @@ Source0: %{name}-%{version}.tar.gz Source2: baselibs.conf Patch1: corosync-init-lockfile-path-error.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +# openais is indeed gone and should be uninstalled. No, we do not +# provide openais on purpose, the package has been deleted. +Obsoletes: openais # Runtime bits Requires: libcorosync4 = %{version}-%{release} #Requires(pre): /usr/sbin/useradd From affaea5631f6bdf44bec382ef926154a01cba69d880ec31bf974a115c93f9741 Mon Sep 17 00:00:00 2001 From: Lars Marowsky-Bree Date: Fri, 29 Nov 2013 22:11:30 +0000 Subject: [PATCH 2/2] Fix spec file. OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/corosync?expand=0&rev=40 --- corosync.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/corosync.spec b/corosync.spec index ea90baf..d64cc13 100644 --- a/corosync.spec +++ b/corosync.spec @@ -54,6 +54,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build # openais is indeed gone and should be uninstalled. No, we do not # provide openais on purpose, the package has been deleted. Obsoletes: openais +Conflicts: openais # Runtime bits Requires: libcorosync4 = %{version}-%{release} #Requires(pre): /usr/sbin/useradd