diff --git a/open-iscsi.changes b/open-iscsi.changes index cab27e4..08d04bd 100644 --- a/open-iscsi.changes +++ b/open-iscsi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 21 19:19:13 UTC 2018 - lduncan@suse.com + +- Ensure correct dependencies: main package must depend + on (new) libopeniscsiusr package, and devel package + must depend on main package (updating spec file) + ------------------------------------------------------------------- Tue Feb 20 19:40:58 UTC 2018 - lduncan@suse.com diff --git a/open-iscsi.spec b/open-iscsi.spec index 55c6d19..bb27b2c 100644 --- a/open-iscsi.spec +++ b/open-iscsi.spec @@ -40,6 +40,7 @@ BuildRequires: openssl-devel BuildRequires: suse-module-tools BuildRequires: systemd Requires(post): coreutils +Requires: libopeniscsiusr0_1_0 = %{version} %{?systemd_requires} %description @@ -92,7 +93,7 @@ Version: 2.0.876 Release: 0 Summary: Linux open-iscsi user-level library and include files Group: Development/Libraries/C and C++ -Requires: libopeniscsiusr0 = %{version} +Requires: %{name} %description devel This development package contains the open-iscsi user-level library