Skip to content

Commit 0207ecb

Browse files
committed
rpm: add %build section
Not strictly needed, added to shut up rpmlint. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent c1ab4c5 commit 0207ecb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rpm/SPECS/python-ethtool.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ ethtool python bindings
1717
%prep
1818
%setup -q
1919

20+
%build
21+
make
22+
2023
%install
2124
rm -rf %{buildroot}
2225
make DESTDIR=%{buildroot} install

0 commit comments

Comments
 (0)