!13 remove iscsiuio service

Merge pull request !13 from geruijun/master
This commit is contained in:
openeuler-ci-bot 2020-01-21 10:46:45 +08:00 committed by Gitee
commit 2f338cc2f1

View File

@ -4,7 +4,7 @@
Name: open-iscsi Name: open-iscsi
Version: 2.0.876 Version: 2.0.876
Release: 16 Release: 17
Summary: ISCSI software initiator daemon and utility programs Summary: ISCSI software initiator daemon and utility programs
License: GPLv2+ and BSD License: GPLv2+ and BSD
URL: http://www.open-iscsi.org URL: http://www.open-iscsi.org
@ -143,7 +143,7 @@ install -pm 644 etc/systemd/*.socket $RPM_BUILD_ROOT%{_unitdir}
%post %post
/sbin/ldconfig /sbin/ldconfig
%systemd_post iscsi.service iscsid.service iscsiuio.service iscsid.socket iscsiuio.socket %systemd_post iscsi.service iscsid.service iscsid.socket
if [ $1 -eq 1 ]; then if [ $1 -eq 1 ]; then
if [ ! -f %{_sysconfdir}/iscsi/initiatorname.iscsi ]; then if [ ! -f %{_sysconfdir}/iscsi/initiatorname.iscsi ]; then
@ -155,11 +155,11 @@ fi
%preun %preun
%systemd_preun iscsi.service %systemd_preun iscsi.service
%systemd_preun iscsid.service iscsiuio.service iscsid.socket iscsiuio.socket %systemd_preun iscsid.service iscsid.socket
%postun %postun
/sbin/ldconfig /sbin/ldconfig
%systemd_postun_with_restart iscsi.service iscsid.service iscsiuio.service iscsid.socket iscsiuio.socket %systemd_postun_with_restart iscsi.service iscsid.service iscsid.socket
%files %files
%doc README COPYING %doc README COPYING
@ -185,6 +185,12 @@ fi
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Tue Jan 21 2020 geruijun <geruijun@huawei.com> - 2.0.876-17
- Type:bugfix
- ID:NA
- SUG:restart
- DESC:remove iscsiuio service
* Mon Jan 20 2020 geruijun <geruijun@huawei.com> - 2.0.876-16 * Mon Jan 20 2020 geruijun <geruijun@huawei.com> - 2.0.876-16
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA