Skip to content

Commit 330c8c4

Browse files
committed
pethtool: rename ethtool-cmd.py to pethtool.py
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent f33ca03 commit 330c8c4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

MANIFEST

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
COPYING
2-
ethtool-cmd.py
2+
pethtool.py
33
python-ethtool/ethtool.c
44
python-ethtool/ethtool-copy.h
55
setup.py
File renamed without changes.

rpm/SPECS/python-ethtool.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ make
2727
rm -rf %{buildroot}
2828
make DESTDIR=%{buildroot} install
2929
mkdir -p %{buildroot}%{_sbindir}
30-
cp -f ethtool-cmd.py %{buildroot}%{_sbindir}/pethtool
30+
cp -f pethtool.py %{buildroot}%{_sbindir}/pethtool
3131

3232
%clean
3333
rm -rf %{buildroot}

0 commit comments

Comments
 (0)