It turns out the final name was not so final after all (related #513018) --- anaconda.spec.in | 2 +- scripts/upd-instroot | 2 +- storage/fcoe.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anaconda.spec.in b/anaconda.spec.in index b9dba1d..a4a7ff4 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -44,7 +44,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define mehver 0.8 %define sckeyboardver 1.3.1 %define libblkid 2.17.1-1 -%define fcoeutilsver 1.0.12-2.20100323git +%define fcoeutilsver 1.0.12-3.20100323git BuildRequires: audit-libs-devel BuildRequires: bzip2-devel diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 5a1511e..d8375b4 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -592,7 +592,7 @@ usr/lib/yum-plugins/blacklist.py* usr/lib/yum-plugins/fedorakmod.py* usr/lib/yum-plugins/whiteout.py* usr/libexec/convertdb1 -usr/libexec/fcoe/sysfs_edd.sh +usr/libexec/fcoe/fcoe_edd.sh usr/libexec/nm-crash-logger usr/libexec/nm-dhcp-client.action usr/libexec/nm-dispatcher.action diff --git a/storage/fcoe.py b/storage/fcoe.py index a050731..cd52bc8 100644 --- a/storage/fcoe.py +++ b/storage/fcoe.py @@ -75,7 +75,7 @@ class fcoe(object): w.pop() def _startEDD(self, intf = None): - rc = iutil.execWithCapture("/usr/libexec/fcoe/sysfs_edd.sh", [ "-i" ], + rc = iutil.execWithCapture("/usr/libexec/fcoe/fcoe_edd.sh", [ "-i" ], stderr="/dev/tty5") if not rc.startswith("NIC="): log.info("No FCoE EDD info found: %s" % rc) -- 1.7.0.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list