Accepting request 749012 from home:lee_duncan:branches:network
Note that this also updates the version of libopeniscsiusr, since the version numbers of it and open-iscsi are kept in sync. Lastly, the libopeniscsiusr sub-package updates the library version from 0_2_0 to 0_2_1. Also, updated the Summary lines in the spec file that started with "iSCSI ...", since rpmlint didn't like them starting with a non-capital letter. OBS-URL: https://build.opensuse.org/request/show/749012 OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=150
This commit is contained in:
parent
be784e1a4d
commit
4f9338264f
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3dda84eb03b9738d118eb2be78e246106900493c0ae07819ad60815134a8058
|
||||
size 14
|
||||
oid sha256:657981107099f3052c0efe2b4d65553298c0407e57411be2bcb8b9a624ff747b
|
||||
size 305
|
||||
|
@ -6,6 +6,14 @@ Thu Nov 14 20:53:57 UTC 2019 - Lee Duncan <lduncan@suse.com>
|
||||
This replaces open-iscsi-2.0.878-suse.tar.bz2 with
|
||||
open-iscsi-2.1.0-suse.tar.bz2, and it resets
|
||||
open-iscsi-SUSE-latest.diff.bz2 with fixes after 2.1.0-suse.
|
||||
Note that this also updates the version of libopeniscsiusr,
|
||||
since the version numbers of it and open-iscsi are
|
||||
kept in sync. Lastly, the libopeniscsiusr sub-package
|
||||
updates the library version from 0_2_0 to 0_2_1.
|
||||
|
||||
Also, updated the Summary lines in the spec file that
|
||||
started with "iSCSI ...", since rpmlint didn't like
|
||||
them starting with a non-capital letter.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 9 17:44:09 UTC 2019 - Lee Duncan <lduncan@suse.com>
|
||||
|
@ -44,7 +44,7 @@ BuildRequires: suse-module-tools
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
Requires(post): coreutils
|
||||
Requires: libopeniscsiusr0_2_0 = %{version}
|
||||
Requires: libopeniscsiusr0_2_1 = %{version}
|
||||
%{?systemd_requires}
|
||||
|
||||
%description
|
||||
@ -62,18 +62,18 @@ connection-level error processing, Nop-In and Nop-Out handling. It
|
||||
comes with a daemon process called iscsid, and a management utility,
|
||||
iscsiadm.
|
||||
|
||||
%package -n libopeniscsiusr0_2_0
|
||||
Version: 2.0.878
|
||||
%package -n libopeniscsiusr0_2_1
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: iSCSI User-level Library
|
||||
Summary: The iSCSI User-level Library
|
||||
Group: System/Libraries
|
||||
Obsoletes: libopeniscsiusr0_1_0
|
||||
Obsoletes: libopeniscsiusr0_2_0
|
||||
|
||||
%description -n libopeniscsiusr0_2_0
|
||||
%description -n libopeniscsiusr0_2_1
|
||||
The iSCSI user-space API from the open-iscsi project.
|
||||
|
||||
%package -n iscsiuio
|
||||
Version: 0.7.8.4
|
||||
Version: 0.7.8.6
|
||||
Release: 0
|
||||
Summary: Linux Broadcom NetXtremem II iscsi server
|
||||
Group: Productivity/Networking/Other
|
||||
@ -97,7 +97,7 @@ The communication to the driver is done via user-space I/O (Kernel module name
|
||||
%package devel
|
||||
Version: 2.0.878
|
||||
Release: 0
|
||||
Summary: iSCSI User-level Library Development Library and Include files
|
||||
Summary: The iSCSI User-level Library Development Library and Include files
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
@ -155,8 +155,8 @@ fi
|
||||
%preun
|
||||
%{service_del_preun iscsid.socket iscsid.service iscsi.service}
|
||||
|
||||
%post -n libopeniscsiusr0_2_0 -p /sbin/ldconfig
|
||||
%postun -n libopeniscsiusr0_2_0 -p /sbin/ldconfig
|
||||
%post -n libopeniscsiusr0_2_1 -p /sbin/ldconfig
|
||||
%postun -n libopeniscsiusr0_2_1 -p /sbin/ldconfig
|
||||
|
||||
%post -n iscsiuio
|
||||
%{service_add_post iscsiuio.socket iscsiuio.service}
|
||||
@ -201,7 +201,7 @@ fi
|
||||
%{_mandir}/man8/iscsi_fw_login.8%{ext_man}
|
||||
%{_udevrulesdir}/50-iscsi-firmware-login.rules
|
||||
|
||||
%files -n libopeniscsiusr0_2_0
|
||||
%files -n libopeniscsiusr0_2_1
|
||||
%{_libdir}/libopeniscsiusr.so.*
|
||||
|
||||
%files -n iscsiuio
|
||||
|
Loading…
Reference in New Issue
Block a user