Resolves: #1007388
refresh boot session info patches to final version from upstream,
fixes context issues with later patches
Signed-off-by: Chris Leech <cleech@redhat.com>
The new iscsiuio code sets CFLAGS in configure.ac, wiping out the
environment setup by rpm. Patch that out.
Run configure for iscsiuio and open-isns from rpm, otherwise the
toplevel makefile will configure them without any arguments.
Also fix local build when iscsi-initiator-utils is installed, but having
the check to prevent overwriting configuration files during install look
in DESTDIR.
make sure iscsid gets started if there are any boot sessions running
add reload target to fix double session problem when restarting from NM
don't rely on session list passed from initrd, never got fully implemented
remove patches related to running iscsid from initrd, possible to revisit later
minor context fixes after rebase of out-of-tree patches
iscsiuio is merged upstream, remove old source archive and patches
spec cleanups to fix rpmlint issues
BZ #884424
Inherited package from f18 is out of date compared to 6.4, carry over
for alpha 3. This will be replaced by newer f19 version developing in
rawhide for beta.
Don't use %postun -p /sbin/ldconfig because we want /bin/sh as the
interpreter, not /sbin/ldconfig.
/sbin/ldconfig: relative path `1' used to build cache
warning: %postun(iscsi-initiator-utils-6.2.0.873-1.fc19.x86_64) scriptlet failed, exit status 1
Non-fatal POSTUN scriptlet failure in rpm package iscsi-initiator-utils-6.2.0.873-1.fc19.x86_64
Revert
commit 8de5a99bad
Author: Mike Christie <michaelc@cs.wisc.edu>
Fix iscsi NM use
If the network is not up and not coming up then this will
cause multi-minute long boot delays.
Revert
commit 8de5a99bad
Author: Mike Christie <michaelc@cs.wisc.edu>
Fix iscsi NM use
If the network is not up and not coming up then this will
cause multi-minute long boot delays.
The delayed iscsi/iscsid service start is causing too many problems.
This reverts the behavior to where when start is requested we always
start.
In the future maybe we can make the iscsid service just be used for
root on iscsi. Then for other iscsi uses we would just have the iscsi
service with iscsiadm starting iscsid and loading modules as needed.
We can begin coverting dependent services and anaconda in the next
version of fedora.