latest snapshot (#579855)
This commit is contained in:
parent
9a66b7fd16
commit
af57c95a7e
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ net-tools-1.60.tar.bz2
|
|||||||
/net-tools-1.60.20120917git.tar.xz
|
/net-tools-1.60.20120917git.tar.xz
|
||||||
/net-tools-2.0.20121004git.tar.xz
|
/net-tools-2.0.20121004git.tar.xz
|
||||||
/net-tools-2.0.20121106git.tar.xz
|
/net-tools-2.0.20121106git.tar.xz
|
||||||
|
/net-tools-2.0.20130109git.tar.xz
|
||||||
|
@ -1,33 +0,0 @@
|
|||||||
From c14bac4f216c452d1e82cb73e4b53c2ccdd77987 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Mike Frysinger <vapier@gentoo.org>
|
|
||||||
Date: Tue, 2 Oct 2012 22:19:58 -0400
|
|
||||||
Subject: [PATCH] version bump to 2.0
|
|
||||||
|
|
||||||
This is somewhat redundant as most distros are rolling snapshots
|
|
||||||
themselves, but maybe we should celebrate by throwing a 2.0 release
|
|
||||||
out there. It's been over 10 years since the last release after all.
|
|
||||||
|
|
||||||
Note: We'll need Bernd to actually run `make dist` and post the tarball
|
|
||||||
to sf.net.
|
|
||||||
|
|
||||||
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
|
|
||||||
---
|
|
||||||
Makefile | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/Makefile b/Makefile
|
|
||||||
index b2ea629..155e249 100644
|
|
||||||
--- a/Makefile
|
|
||||||
+++ b/Makefile
|
|
||||||
@@ -102,7 +102,7 @@ endif
|
|
||||||
# -------- end of user definitions --------
|
|
||||||
|
|
||||||
MAINTAINER = Philip.Blundell@pobox.com
|
|
||||||
-RELEASE = 1.60
|
|
||||||
+RELEASE = 2.0
|
|
||||||
|
|
||||||
.EXPORT_ALL_VARIABLES:
|
|
||||||
|
|
||||||
--
|
|
||||||
1.7.11.4
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
|||||||
%global checkout 20121106git
|
%global checkout 20130109git
|
||||||
|
|
||||||
Summary: Basic networking tools
|
Summary: Basic networking tools
|
||||||
Name: net-tools
|
Name: net-tools
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Release: 0.4.%{checkout}%{?dist}
|
Release: 0.5.%{checkout}%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sourceforge.net/projects/net-tools/
|
URL: http://sourceforge.net/projects/net-tools/
|
||||||
@ -53,10 +53,6 @@ Patch10: net-tools-ifconfig-long-iface-crasher.patch
|
|||||||
# fixed tcp timers info in netstat (#466845)
|
# fixed tcp timers info in netstat (#466845)
|
||||||
Patch11: net-tools-netstat-probe.patch
|
Patch11: net-tools-netstat-probe.patch
|
||||||
|
|
||||||
# the git snapshot we ship is actually much more a
|
|
||||||
# 2.0 pre-release then 1.60 post-release
|
|
||||||
Patch12: net-tools-version-bump-to-2.0.patch
|
|
||||||
|
|
||||||
BuildRequires: gettext, libselinux
|
BuildRequires: gettext, libselinux
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
@ -80,7 +76,6 @@ Most of them are obsolete. For replacement check iproute package.
|
|||||||
%patch9 -p1 -b .sctp
|
%patch9 -p1 -b .sctp
|
||||||
%patch10 -p1 -b .long_iface
|
%patch10 -p1 -b .long_iface
|
||||||
%patch11 -p1 -b .probe
|
%patch11 -p1 -b .probe
|
||||||
%patch12 -p1 -b .bump
|
|
||||||
|
|
||||||
cp %SOURCE1 ./config.h
|
cp %SOURCE1 ./config.h
|
||||||
cp %SOURCE2 ./config.make
|
cp %SOURCE2 ./config.make
|
||||||
@ -168,6 +163,9 @@ install -m 644 %{SOURCE9} %{buildroot}%{_unitdir}
|
|||||||
%attr(0644,root,root) %{_unitdir}/arp-ethers.service
|
%attr(0644,root,root) %{_unitdir}/arp-ethers.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 09 2013 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.5.20130109git
|
||||||
|
- latest snapshot (#579855)
|
||||||
|
|
||||||
* Fri Nov 30 2012 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.4.20121106git
|
* Fri Nov 30 2012 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.4.20121106git
|
||||||
- fix URL
|
- fix URL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user