diff --git a/targetcli-fb.changes b/targetcli-fb.changes index 7c63d0a..4d8131c 100644 --- a/targetcli-fb.changes +++ b/targetcli-fb.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Feb 7 17:26:52 UTC 2019 - lduncan@suse.com + +- Ensure this package and the deprecated lio-utils package + do not run at the same time, in a sane way (bsc#11234233), + updating the source file targetcli-fb.service. Also, updated + the SPEC file with new year, updated URL, and http->https. + ------------------------------------------------------------------- Fri Dec 7 09:40:19 UTC 2018 - ddiss@suse.com diff --git a/targetcli-fb.service b/targetcli-fb.service index 9363c6e..d2fa289 100644 --- a/targetcli-fb.service +++ b/targetcli-fb.service @@ -3,6 +3,7 @@ Description="Generic Target-Mode Service (fb)" DefaultDependencies=No After=network.target target.service Before=remote-fs-pre.target +Conflicts=target.service [Service] Type=oneshot diff --git a/targetcli-fb.spec b/targetcli-fb.spec index 1474df2..5f04550 100644 --- a/targetcli-fb.spec +++ b/targetcli-fb.spec @@ -1,7 +1,7 @@ # # spec file for package targetcli-fb # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -23,7 +23,7 @@ Release: 0 Summary: A command shell for managing the Linux LIO kernel target License: Apache-2.0 Group: System/Management -Url: http://github.com/agrover/%{name} +Url: https://github.com/open-iscsi/%{name} Source: %{name}-%{version}.tar.xz Source1: %{name}.service BuildRequires: %{python_module configshell-fb}