Remove obsolete statement

This commit is contained in:
Josef Ridky 2018-02-27 14:16:59 +01:00
parent 38fee6398d
commit fd2b06be09
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,6 @@ popd
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
# Determine which arch net-snmp-config.h is going to try to #include.
@ -498,6 +497,7 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test
* Tue Feb 27 2018 Josef Ridky <jridky@redhat.com> - 1:5.7.3-35
- compile against Python3
- add gcc requirement
- remove rm buildroot
* Fri Feb 16 2018 Josef Ridky <jridky@redhat.com> - 1:5.7.3-34
- fix wrong systemd patch (#1545946)