From ea73be84cd0ba51b84c10e4ff4f0519c485bd61cc5906297ab2191b5eca48757 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Tue, 5 Oct 2021 19:35:38 +0000 Subject: [PATCH] Accepting request 923342 from home:lee_duncan:branches:network - Fix possible systemd cycle by adding an "obsoletes" for the old libopeniscsiusr for older versions. OBS-URL: https://build.opensuse.org/request/show/923342 OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=189 --- open-iscsi.changes | 6 ++++++ open-iscsi.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/open-iscsi.changes b/open-iscsi.changes index 24ffda2..be307f0 100644 --- a/open-iscsi.changes +++ b/open-iscsi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 5 19:23:33 UTC 2021 - Lee Duncan + +- Fix possible systemd cycle by adding an "obsoletes" for + the old libopeniscsiusr for older versions. + ------------------------------------------------------------------- Thu Sep 30 20:59:42 UTC 2021 - Lee Duncan diff --git a/open-iscsi.spec b/open-iscsi.spec index e5c0490..202d697 100644 --- a/open-iscsi.spec +++ b/open-iscsi.spec @@ -68,7 +68,7 @@ Version: 2.%{iscsi_minor_release}.%{iscsi_patch_release} Release: 0 Summary: The iSCSI User-level Library Group: System/Libraries -Obsoletes: libopeniscsiusr0_1_0 +Obsoletes: libopeniscsiusr0_1_0 < %{version} %description -n libopeniscsiusr0_2_0 The iSCSI user-space API from the open-iscsi project.