We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33ca03 commit 330c8c4Copy full SHA for 330c8c4
MANIFEST
@@ -1,5 +1,5 @@
1
COPYING
2
-ethtool-cmd.py
+pethtool.py
3
python-ethtool/ethtool.c
4
python-ethtool/ethtool-copy.h
5
setup.py
ethtool-cmd.py pethtool.pyethtool-cmd.py renamed to pethtool.py
rpm/SPECS/python-ethtool.spec
@@ -27,7 +27,7 @@ make
27
rm -rf %{buildroot}
28
make DESTDIR=%{buildroot} install
29
mkdir -p %{buildroot}%{_sbindir}
30
-cp -f ethtool-cmd.py %{buildroot}%{_sbindir}/pethtool
+cp -f pethtool.py %{buildroot}%{_sbindir}/pethtool
31
32
%clean
33
0 commit comments