diff --git a/ethtool.spec b/ethtool.spec index 8d92329..cd77a31 100644 --- a/ethtool.spec +++ b/ethtool.spec @@ -1,7 +1,7 @@ Name: ethtool Epoch: 2 Version: 3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Settings tool for Ethernet NICs License: GPLv2 @@ -19,6 +19,7 @@ URL: http://sourceforge.net/projects/gkernel/ # - Use the visible date of latest git log entry for %{release} in spec file Source0: http://ftp.kernel.org/pub/software/network/%{name}/%{name}-%{version}.tar.bz2 BuildRequires: automake, autoconf +Conflicts: filesystem < 3 %description This utility allows querying and changing settings such as speed, @@ -35,23 +36,22 @@ network devices, especially of Ethernet devices. # autoconf %build -%configure --sbindir=/sbin +%configure make %{?_smp_mflags} %install make DESTDIR=%{buildroot} INSTALL='install -p' install -# Some legacy support for scripts etc. out there -mkdir -p %{buildroot}%{_sbindir} -ln -sf ../../sbin/%{name} %{buildroot}%{_sbindir}/%{name} - %files %doc AUTHORS ChangeLog* COPYING LICENSE NEWS README -/sbin/%{name} %{_sbindir}/%{name} %{_mandir}/man8/%{name}.8* %changelog +* Wed Jan 25 2012 Harald Hoyer 2:3.2-2 +- install everything in /usr + https://fedoraproject.org/wiki/Features/UsrMove + * Fri Jan 13 2012 Jaromir Capik 2:3.2-1 - Update to 3.2 (#781357) - Minor spec file changes according to the latest guidelines