Fix typo in NM dispatcher script (bug #917058)
This commit is contained in:
parent
3c948fa707
commit
3bd762b193
2
04-iscsi
2
04-iscsi
@ -4,4 +4,4 @@ case "$2" in
|
|||||||
up|down|vpn-up|vpn-down)
|
up|down|vpn-up|vpn-down)
|
||||||
/bin/systemctl try-restart iscsi.service || :
|
/bin/systemctl try-restart iscsi.service || :
|
||||||
;;
|
;;
|
||||||
|
esac
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Summary: iSCSI daemon and utility programs
|
Summary: iSCSI daemon and utility programs
|
||||||
Name: iscsi-initiator-utils
|
Name: iscsi-initiator-utils
|
||||||
Version: 6.%{open_iscsi_version}.%{open_iscsi_build}
|
Version: 6.%{open_iscsi_version}.%{open_iscsi_build}
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Source0: http://www.open-iscsi.org/bits/open-iscsi-%{open_iscsi_version}-%{open_iscsi_build}.tar.gz
|
Source0: http://www.open-iscsi.org/bits/open-iscsi-%{open_iscsi_version}-%{open_iscsi_build}.tar.gz
|
||||||
Source1: iscsiuio-%{iscsiuio_version}.tar.gz
|
Source1: iscsiuio-%{iscsiuio_version}.tar.gz
|
||||||
Source4: 04-iscsi
|
Source4: 04-iscsi
|
||||||
@ -264,6 +264,9 @@ fi
|
|||||||
%{_includedir}/libiscsi.h
|
%{_includedir}/libiscsi.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 30 2013 Orion Poplawski <orion@cora.nwra.com> - 6.2.0.873-5
|
||||||
|
- Fix typo in NM dispatcher script (bug #917058)
|
||||||
|
|
||||||
* Thu Feb 21 2013 Chris Leech <cleech@redhat.com> - 6.2.0.873-4
|
* Thu Feb 21 2013 Chris Leech <cleech@redhat.com> - 6.2.0.873-4
|
||||||
- build with libkmod support, instead of calling out to modprobe
|
- build with libkmod support, instead of calling out to modprobe
|
||||||
- enable socket activation by default
|
- enable socket activation by default
|
||||||
|
Loading…
Reference in New Issue
Block a user