[ethtool] Update to 3.2

Jaromír Cápík jcapik at fedoraproject.org
Fri Jan 13 17:01:21 UTC 2012


commit 98ee234337375fbfe042ddcb69c42bcb47e18b44
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Fri Jan 13 18:01:12 2012 +0100

    Update to 3.2

 .gitignore   |    1 +
 ethtool.spec |   15 +++++----------
 sources      |    2 +-
 3 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 99e0a5c..40877e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ethtool-3.1.tar.bz2
+/ethtool-3.2.tar.bz2
diff --git a/ethtool.spec b/ethtool.spec
index dfb2d4e..8d92329 100644
--- a/ethtool.spec
+++ b/ethtool.spec
@@ -1,7 +1,7 @@
 Name:		ethtool
 Epoch:		2
-Version:	3.1
-Release:	2%{?dist}
+Version:	3.2
+Release:	1%{?dist}
 Summary:	Settings tool for Ethernet NICs
 
 License:	GPLv2
@@ -19,7 +19,6 @@ 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
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 This utility allows querying and changing settings such as speed,
@@ -40,26 +39,22 @@ network devices, especially of Ethernet devices.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
 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}
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog* COPYING LICENSE NEWS README
 /sbin/%{name}
 %{_sbindir}/%{name}
 %{_mandir}/man8/%{name}.8*
 
 %changelog
-* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2:3.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Fri Jan 13 2012 Jaromir Capik <jcapik at redhat.com> 2:3.2-1
+- Update to 3.2 (#781357)
+- Minor spec file changes according to the latest guidelines
 
 * Fri Dec 23 2011 Robert Scheck <robert at fedoraproject.org> 2:3.1-1
 - Upgrade to 3.1 (#728480)
diff --git a/sources b/sources
index bd3d6aa..ac3e595 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-559ae078dc06569b60e47f4e80523cd5  ethtool-3.1.tar.bz2
+36377b5cf1ddcb346b6cb351d9b85d0a  ethtool-3.2.tar.bz2


More information about the scm-commits mailing list