diff options
| -rw-r--r-- | MANIFEST | 2 | ||||
| -rwxr-xr-x | pethtool.py (renamed from ethtool-cmd.py) | 0 | ||||
| -rw-r--r-- | rpm/SPECS/python-ethtool.spec | 2 |
3 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ COPYING -ethtool-cmd.py +pethtool.py python-ethtool/ethtool.c python-ethtool/ethtool-copy.h setup.py diff --git a/ethtool-cmd.py b/pethtool.py index 49d667e..49d667e 100755 --- a/ethtool-cmd.py +++ b/pethtool.py diff --git a/rpm/SPECS/python-ethtool.spec b/rpm/SPECS/python-ethtool.spec index e05378f..cacbd5e 100644 --- a/rpm/SPECS/python-ethtool.spec +++ b/rpm/SPECS/python-ethtool.spec @@ -27,7 +27,7 @@ make rm -rf %{buildroot} make DESTDIR=%{buildroot} install mkdir -p %{buildroot}%{_sbindir} -cp -f ethtool-cmd.py %{buildroot}%{_sbindir}/pethtool +cp -f pethtool.py %{buildroot}%{_sbindir}/pethtool %clean rm -rf %{buildroot} |
