From 77f72ca08d3ee8109e692fc2aba98bdc3c9ddf90 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 17 Feb 2010 03:27:03 +0000 Subject: [PATCH 1/5] Initialize branch F-13 for wifiroamd --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..baa94ef --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-13 From b16b175470321f9251df01aa870601b763470e0c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:18:44 +0000 Subject: [PATCH 2/5] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 145695a..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wifiroamd -# $Id$ -NAME := wifiroamd -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index baa94ef..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-13 From df91b0360880146bc6cb231ee7d0e0993a3a3807 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:18:46 +0000 Subject: [PATCH 3/5] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 145695a..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wifiroamd -# $Id$ -NAME := wifiroamd -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From d30559143a383d5b0b440babdea7ca92ecd62497 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 20:37:18 -0600 Subject: [PATCH 4/5] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- wifiroamd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wifiroamd.spec b/wifiroamd.spec index ec24334..5b9ce7e 100644 --- a/wifiroamd.spec +++ b/wifiroamd.spec @@ -1,6 +1,6 @@ Name: wifiroamd Version: 1.14 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Automatic WiFi connection (re)establishment daemon Group: System Environment/Base @@ -108,6 +108,9 @@ fi %doc debian/copyright %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.14-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Jul 27 2009 Fedora Release Engineering - 1.14-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From d4ac29d2c8b1b1527b462a90c32beb26c4760e69 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 25 Jul 2011 18:24:24 -0400 Subject: [PATCH 5/5] Retire wifiroamd. --- dead.package | 1 + sources | 1 - wifiroamd.spec | 145 ------------------------------------------------- 3 files changed, 1 insertion(+), 146 deletions(-) create mode 100644 dead.package delete mode 100644 sources delete mode 100644 wifiroamd.spec diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..6c90bdc --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired on 2011-07-25 due to it being unable to build this package for multiple releases (FTBFS). diff --git a/sources b/sources deleted file mode 100644 index e1ffb97..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -fc553faaf7f045839e5eeed885eef5e7 wifiroamd-1.14.tar.gz diff --git a/wifiroamd.spec b/wifiroamd.spec deleted file mode 100644 index 5b9ce7e..0000000 --- a/wifiroamd.spec +++ /dev/null @@ -1,145 +0,0 @@ -Name: wifiroamd -Version: 1.14 -Release: 4%{?dist} -Summary: Automatic WiFi connection (re)establishment daemon - -Group: System Environment/Base -License: GPL+ -URL: http://www.tummy.com/Community/software/wifiroamd/ -Source0: ftp://ftp.tummy.com/pub/tummy/wifiroamd/wifiroamd-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildArch: noarch -BuildRequires: python-devel -Requires: dhclient -Requires: wireless-tools -Requires: fping - -%description -WiFiRoamd is a program that monitors your wireless device to keep it -connected to a good access point. It will scan looking for a known AP, or -will try the AP with the strongest un-encrypted signal. If a script is -found for the specific AP ESSID or MAC address is found, that script is -run. Otherwise, a "default" script is run. - -After that script is run, scripts in the "up.d" directory are run. These -implement extra functionality such as DHCP, ESSID "pinning" (where it -explicitly does "iwconfig $DEVICE essid $ESSID", so that you don't -accidentally wander to another AP) and other local things such as -restarting OpenVPN, etc. - -%prep -%setup -q - -%install -rm -rf $RPM_BUILD_ROOT -%{__mkdir} -p $RPM_BUILD_ROOT/etc/wifiroamd/scripts/ -%{__cp} -a scripts/* $RPM_BUILD_ROOT/etc/wifiroamd/scripts - -%{__mkdir} -p $RPM_BUILD_ROOT/etc/wifiroamd/connections/ -%{__cp} -a connections/* $RPM_BUILD_ROOT/etc/wifiroamd/connections - -%{__cp} config-defaults $RPM_BUILD_ROOT/etc/wifiroamd/config-defaults -%{__cp} config $RPM_BUILD_ROOT/etc/wifiroamd/config - -%{__mkdir} -p $RPM_BUILD_ROOT/sbin -%{__cp} -a wifiroamd $RPM_BUILD_ROOT/sbin/wifiroamd - -%{__mkdir} -p $RPM_BUILD_ROOT/etc/init.d -%{__cp} wifiroamd.init $RPM_BUILD_ROOT/etc/init.d/wifiroamd - -%{__mkdir} -p $RPM_BUILD_ROOT/etc/sysconfig -%{__cp} wifiroamd.sysconfig $RPM_BUILD_ROOT/etc/sysconfig/wifiroamd - -%{__mkdir} -p $RPM_BUILD_ROOT/var/lib/wifiroamd/dhclient-leases - -%{__mkdir} -p $RPM_BUILD_ROOT/etc/cron.daily -%{__cp} wifiroamd.daily $RPM_BUILD_ROOT/etc/cron.daily/wifiroamd - -%{__mkdir} -p $RPM_BUILD_ROOT/etc/wifiroamd/seen - -%{__mkdir} -p $RPM_BUILD_ROOT/usr/share/man/man8 -%{__cp} wifiroamd.8 $RPM_BUILD_ROOT/usr/share/man/man8 - -%clean -rm -rf $RPM_BUILD_ROOT - -%post -if [ $1 -eq 1 ] -then - chkconfig --add wifiroamd -fi - -%preun -if [ $1 -eq 0 ] -then - chkconfig --del wifiroamd -fi - -%files -%defattr(-,root,root,-) -%doc README TODO WHATSNEW -%attr(755,root,root) /sbin/wifiroamd -%attr(755,root,root) /etc/init.d/wifiroamd -%dir /etc/wifiroamd -%dir /etc/wifiroamd/scripts -%dir /etc/wifiroamd/scripts/monitor_pinggw.d -%dir /etc/wifiroamd/scripts/down.d -%dir /etc/wifiroamd/scripts/reset.d -%dir /etc/wifiroamd/scripts/up.d -%dir /etc/wifiroamd/connections -%dir /etc/wifiroamd/connections/default.d -%dir /etc/wifiroamd/connections/nowireless.d -%dir /etc/wifiroamd/seen -# config-default should not be user-modified. -%config /etc/wifiroamd/config-defaults -%config /etc/sysconfig/wifiroamd -%attr(755,root,root) /etc/wifiroamd/scripts/monitor_pinggw.d/* -%attr(755,root,root) /etc/wifiroamd/scripts/reset.d/* -%attr(755,root,root) /etc/wifiroamd/scripts/up.d/* -%attr(755,root,root) /etc/wifiroamd/scripts/down.d/* -%attr(755,root,root) /etc/wifiroamd/connections/nowireless.d/* -/usr/share/man/man8/* -%config(noreplace) /etc/wifiroamd/config -%dir /var/lib/wifiroamd -%dir /var/lib/wifiroamd/dhclient-leases -%attr(755,root,root) /etc/cron.daily/wifiroamd -%doc examples -%doc debian/copyright - -%changelog -* Mon Feb 07 2011 Fedora Release Engineering - 1.14-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jul 27 2009 Fedora Release Engineering - 1.14-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 1.14-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Fri May 23 2008 Ed Hill - 1.14-1 -- update to 1.14 - -* Fri May 23 2008 Jon Stanley - 1.12-2 -- Fix license tag - -* Sat Aug 25 2007 Ed Hill - 1.12-1 -- new upstream 1.12 - -* Thu Aug 31 2006 Ed Hill - 1.11-1 -- new upstream 1.11 - -* Thu Jul 6 2006 Ed Hill - 1.09-1 -- new upstream 1.09 - -* Mon May 8 2006 Ed Hill - 1.08-1 -- new upstream 1.08 - -* Wed May 3 2006 Ed Hill - 1.06-1 -- new upstream 1.06 - -* Sun Mar 12 2006 Sean Reifschneider - 1.05-1 -- Release of 1.05. - -* Sun Jan 15 2006 Kevin Fenzi - 0.04-1 -- Inital rpm spec