Dominique Leuenberger 2019-06-13 20:38:37 +00:00 committed by Git OBS Bridge
commit 7715d9d6fd
3 changed files with 25 additions and 5 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89da3af87975bfd7ce3e92eea9f1b5a3cbdeba66e8f426ac1885f4c0a9f7ba67
size 11002
oid sha256:f21f0ba451f7a55644360b3c1955b5b6a4812555096c569ebb7e40bb500e1922
size 14053

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Jun 12 14:24:16 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
shortcut the build queues by allowing usage of systemd-mini
-------------------------------------------------------------------
Tue Jun 4 17:45:40 UTC 2019 - Lee Duncan <lduncan@suse.com>
- Added latest upstream changes, including:
- iscsiuio: Stop using /var directory for PIDfile and locks
- iscsiuio: improve daemon synchronization (bsc#1135070)
- fix pipe notification code
- add systemd support for iscsiuio
- make iscsid systemd usage optional
- fix possible discovery hang timeout
- fix iscsiuio systemd disablement
Updating:
* open-iscsi-SUSE-latest.diff.bz2
-------------------------------------------------------------------
Tue Mar 26 17:43:23 UTC 2019 - Lee Duncan <lduncan@suse.com>

View File

@ -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 http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -40,8 +40,8 @@ BuildRequires: open-isns-devel
BuildRequires: openssl-devel
BuildRequires: pkg-config
BuildRequires: suse-module-tools
BuildRequires: systemd
BuildRequires: systemd-devel
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(libsystemd)
Requires(post): coreutils
Requires: libopeniscsiusr0_2_0 = %{version}
%{?systemd_requires}