rpms/VirtualBox-OSE/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsu29803/rpms/VirtualBox-OSE/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module VirtualBox-OSE
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: VirtualBox-OSE
# $Id: Makefile,v 1.1 2009/04/21 04:53:10 thl Exp $
NAME := VirtualBox-OSE
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 $$/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)
--- NEW FILE sources ---
15 years, 7 months
rpms/VirtualBox-OSE Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/VirtualBox-OSE
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsu29803/rpms/VirtualBox-OSE
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module VirtualBox-OSE
--- NEW FILE Makefile ---
# Top level Makefile for module VirtualBox-OSE
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
15 years, 7 months
rpms/VirtualBox-OSE/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsu29803/rpms/VirtualBox-OSE/devel
Log Message:
Directory /cvs/free/rpms/VirtualBox-OSE/devel added to the repository
15 years, 7 months
rpms/VirtualBox-OSE - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/VirtualBox-OSE
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsu29803/rpms/VirtualBox-OSE
Log Message:
Directory /cvs/free/rpms/VirtualBox-OSE added to the repository
15 years, 7 months
rpms/rt2860-kmod/F-10 rt2860-kmod.spec,1.29,1.30
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26517
Modified Files:
rt2860-kmod.spec
Log Message:
Re-enable %define buildforkernels newest
Index: rt2860-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-10/rt2860-kmod.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- rt2860-kmod.spec 21 Apr 2009 03:43:15 -0000 1.29
+++ rt2860-kmod.spec 21 Apr 2009 03:49:50 -0000 1.30
@@ -3,7 +3,7 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-#%%define buildforkernels newest
+%define buildforkernels newest
Name: rt2860-kmod
Version: 2.1.0.0
15 years, 7 months
rpms/rt2860-kmod/F-9 rt2860-kmod.spec,1.18,1.19
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26490
Modified Files:
rt2860-kmod.spec
Log Message:
Re-enable %define buildforkernels newest
Index: rt2860-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-9/rt2860-kmod.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- rt2860-kmod.spec 21 Apr 2009 03:48:11 -0000 1.18
+++ rt2860-kmod.spec 21 Apr 2009 03:49:27 -0000 1.19
@@ -3,7 +3,7 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-#%%define buildforkernels newest
+%define buildforkernels newest
Name: rt2860-kmod
Version: 2.1.0.0
15 years, 7 months
rpms/rt2860-kmod/F-9 .cvsignore, 1.3, 1.4 rt2860-add-network-mgr-support.diff, 1.2, 1.3 rt2860-dat-install-fixes.patch, 1.2, 1.3 rt2860-kmod.spec, 1.17, 1.18 rt2860-no2.4-in-kernelversion.patch, 1.1, 1.2 rt2860-remove-tftpboot-copy.patch, 1.3, 1.4 sources, 1.3, 1.4 rt2860-2.6.29-compile.patch, 1.1, NONE
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26067
Modified Files:
.cvsignore rt2860-add-network-mgr-support.diff
rt2860-dat-install-fixes.patch rt2860-kmod.spec
rt2860-no2.4-in-kernelversion.patch
rt2860-remove-tftpboot-copy.patch sources
Removed Files:
rt2860-2.6.29-compile.patch
Log Message:
* Mon Apr 20 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.0.0-1
- version update (2.1.0.0)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-9/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 19 Oct 2008 19:01:33 -0000 1.3
+++ .cvsignore 21 Apr 2009 03:48:11 -0000 1.4
@@ -1 +1 @@
-2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
+2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
rt2860-add-network-mgr-support.diff:
Index: rt2860-add-network-mgr-support.diff
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-9/rt2860-add-network-mgr-support.diff,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rt2860-add-network-mgr-support.diff 19 Oct 2008 20:41:17 -0000 1.2
+++ rt2860-add-network-mgr-support.diff 21 Apr 2009 03:48:11 -0000 1.3
@@ -1,15 +1,17 @@
---- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/config.mk 2008-09-25 04:25:42.000000000 -0400
-+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/config.mk 2008-10-04 16:39:05.000000000 -0400
-@@ -5,10 +5,10 @@ HAS_ATE=n
- HAS_28xx_QA=n
+--- DPO_RT2860_LinuxSTA_V2.1.0.0.old/os/linux/config.mk 2009-03-26 20:20:43.000000000 -0400
++++ DPO_RT2860_LinuxSTA_V2.1.0.0/os/linux/config.mk 2009-04-20 21:26:04.000000000 -0400
+@@ -6,12 +6,12 @@ HAS_28xx_QA=n
+ #ifdef WPA_SUPPLICANT_SUPPORT
# Support Wpa_Supplicant
-HAS_WPA_SUPPLICANT=n
+HAS_WPA_SUPPLICANT=y
+ #endif // WPA_SUPPLICANT_SUPPORT //
+ #ifdef NATIVE_WPA_SUPPLICANT_SUPPORT
# Support Native WpaSupplicant for Network Maganger
-HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n
+HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
+ #endif // NATIVE_WPA_SUPPLICANT_SUPPORT //
#Support Net interface block while Tx-Sw queue full
- HAS_BLOCK_NET_IF=n
rt2860-dat-install-fixes.patch:
Index: rt2860-dat-install-fixes.patch
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-9/rt2860-dat-install-fixes.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rt2860-dat-install-fixes.patch 19 Oct 2008 20:41:17 -0000 1.2
+++ rt2860-dat-install-fixes.patch 21 Apr 2009 03:48:11 -0000 1.3
@@ -1,8 +1,8 @@
-diff -rupN old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4 new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4
---- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4 2008-09-18 04:12:12.000000000 -0400
-+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4 2008-10-04 16:51:37.000000000 -0400
+diff -rupN DPO_RT2860_LinuxSTA_V2.1.0.0.old/os/linux/Makefile.4 DPO_RT2860_LinuxSTA_V2.1.0.0/os/linux/Makefile.4
+--- DPO_RT2860_LinuxSTA_V2.1.0.0.old/os/linux/Makefile.4 2009-03-25 03:42:46.000000000 -0400
++++ DPO_RT2860_LinuxSTA_V2.1.0.0/os/linux/Makefile.4 2009-04-20 21:21:26.000000000 -0400
@@ -1,8 +1,6 @@
- include $(RT28xx_DIR)/os/linux/config.mk
+ include $(RT28xx_DIR)/os/linux/config.mk
MOD_NAME = rt$(CHIPSET)sta
-DAT_PATH = /etc/Wireless/RT$(CHIPSET)STA
@@ -10,7 +10,7 @@
OBJ := $(MOD_NAME).o
-@@ -78,15 +76,12 @@ clean:
+@@ -93,15 +91,10 @@ clean:
rm -f $(RT28xx_DIR)/sta/.*.{cmd,flags,d}
install:
@@ -21,20 +21,18 @@
- install -d $(LINUX_SRC_MODULE)
- install -m 644 -c $(addsuffix .o,$(MOD_NAME)) $(LINUX_SRC_MODULE)
- /sbin/depmod -a ${shell uname -r}
-+ #install -d $(LINUX_SRC_MODULE)
-+ #install -m 644 -c $(addsuffix .o,$(MOD_NAME)) $(LINUX_SRC_MODULE)
+ mkdir -p $(INST_DIR)
-+ install -d $(INST_DIR)
-+ install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(INST_DIR)
-+ #/sbin/depmod -a ${shell uname -r}
++ install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(INST_DIR)
uninstall:
--# rm -rf $(DAT_PATH)
+ # rm -rf $(DAT_PATH)
- rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .o,$(MOD_NAME)))
- /sbin/depmod -a ${shell uname -r}
-diff -rupN old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6 new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6
---- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6 2008-09-18 04:12:42.000000000 -0400
-+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6 2008-10-04 16:50:54.000000000 -0400
+- /sbin/depmod -a ${shell uname -r}
++ rm -rf $(addprefix $(INST_DIR),$(addsuffix .o,$(MOD_NAME)))
++
+diff -rupN DPO_RT2860_LinuxSTA_V2.1.0.0.old/os/linux/Makefile.6 DPO_RT2860_LinuxSTA_V2.1.0.0/os/linux/Makefile.6
+--- DPO_RT2860_LinuxSTA_V2.1.0.0.old/os/linux/Makefile.6 2009-03-25 03:43:06.000000000 -0400
++++ DPO_RT2860_LinuxSTA_V2.1.0.0/os/linux/Makefile.6 2009-04-20 21:22:45.000000000 -0400
@@ -1,8 +1,6 @@
include $(RT28xx_DIR)/os/linux/config.mk
@@ -44,7 +42,7 @@
obj-m := $(MOD_NAME).o
-@@ -77,15 +75,11 @@ clean:
+@@ -88,15 +86,10 @@ clean:
rm -f ../../sta/.*.{cmd,flags,d}
install:
@@ -55,13 +53,12 @@
- install -d $(LINUX_SRC_MODULE)
- install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(LINUX_SRC_MODULE)
- /sbin/depmod -a ${shell uname -r}
--
+ mkdir -p $(INST_DIR)
-+ install -d $(INST_DIR)
-+ #install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(LINUX_SRC_MODULE)
-+ install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(INST_DIR)
-+ #/sbin/depmod -a ${shell uname -r}
++ install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(INST_DIR)
+
uninstall:
--# rm -rf $(DAT_PATH)
- rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .ko,$(MOD_NAME)))
- /sbin/depmod -a ${shell uname -r}
+ # rm -rf $(DAT_PATH)
+- rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .ko,$(MOD_NAME)))
+- /sbin/depmod -a ${shell uname -r}
++ rm -rf $(addprefix $(INST_DIR),$(addsuffix .ko,$(MOD_NAME)))
++
Index: rt2860-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-9/rt2860-kmod.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- rt2860-kmod.spec 26 Mar 2009 07:28:50 -0000 1.17
+++ rt2860-kmod.spec 21 Apr 2009 03:48:11 -0000 1.18
@@ -6,27 +6,26 @@
#%%define buildforkernels newest
Name: rt2860-kmod
-Version: 1.8.0.0
-Release: 1%{?dist}.14
+Version: 2.1.0.0
+Release: 1%{?dist}
Summary: Kernel module for RaLink 802.11 wireless devices rt2760/rt2790/rt2860/rt2890
Group: System Environment/Kernel
License: GPLv2+
URL: http://www.ralinktech.com/ralink/Home/Support/Linux.html
-Source0: http://www.ralinktech.com.tw/data/drivers/2008_0918_RT2860_Linux_STA_v1.8...
+Source0: http://www.ralinktech.com.tw/data/drivers/2009_0420_RT2860_Linux_STA_V2.1...
Source11: rt2860-kmodtool-excludekernel-filterfile
Patch1: rt2860-dat-install-fixes.patch
Patch2: rt2860-add-network-mgr-support.diff
Patch3: rt2860-remove-tftpboot-copy.patch
Patch4: rt2860-no2.4-in-kernelversion.patch
-Patch5: rt2860-2.6.29-compile.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{_bindir}/kmodtool
# needed for plague to make sure it builds for i586 and i686
-ExclusiveArch: i586 i686 x86_64 ppc ppc64
+ExclusiveArch: i586 i686 x86_64 ppc ppc64
%{!?kernels:BuildRequires: buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
@@ -46,18 +45,17 @@
%setup -q -c -T -a 0
-%patch1 -p1 -b .rpmbuild
-%patch2 -p1 -b .NetworkManager
+%patch1 -p0 -b .rpmbuild
+%patch2 -p0 -b .NetworkManager
%patch3 -p0 -b .tftpboot
%patch4 -p0 -b .no24
+# Fix weird permissions
+find . -name "*.c" -exec chmod -x {} \;
+find . -name "*.h" -exec chmod -x {} \;
+
for kernel_version in %{?kernel_versions} ; do
- cp -a *RT2860_Linux_STA* _kmod_build_${kernel_version%%___*}
- pushd _kmod_build_${kernel_version%%___*}
- if [[ $kernel_version > "2.6.29" ]]; then
-%patch5 -p2 -b .2.6.29
- fi
- popd
+ cp -a *RT2860_Linux*STA* _kmod_build_${kernel_version%%___*}
done
%build
@@ -78,6 +76,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Apr 20 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.0.0-1
+- version update (2.1.0.0)
+
* Thu Mar 26 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.8.0.0-1.14
- Bugfix: kmod doesn't compile when the kernel version has a "2.4" substring
- Add 2.6.29 compilation patch (just in case)
rt2860-no2.4-in-kernelversion.patch:
Index: rt2860-no2.4-in-kernelversion.patch
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-9/rt2860-no2.4-in-kernelversion.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rt2860-no2.4-in-kernelversion.patch 26 Mar 2009 07:28:50 -0000 1.1
+++ rt2860-no2.4-in-kernelversion.patch 21 Apr 2009 03:48:11 -0000 1.2
@@ -1,6 +1,6 @@
---- 2008_0918_RT2860_Linux_STA_v1.8.0.0.old/os/linux/config.mk 2008-09-17 23:27:46.000000000 -0400
-+++ 2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/config.mk 2009-03-26 03:02:19.000000000 -0400
-@@ -223,14 +223,7 @@ export CFLAGS
+--- DPO_RT2860_LinuxSTA_V2.1.0.0.old/os/linux/config.mk 2009-04-20 21:30:17.000000000 -0400
++++ DPO_RT2860_LinuxSTA_V2.1.0.0/os/linux/config.mk 2009-04-20 21:31:04.000000000 -0400
+@@ -235,14 +235,7 @@ export CFLAGS
endif
ifeq ($(PLATFORM),PC)
rt2860-remove-tftpboot-copy.patch:
Index: rt2860-remove-tftpboot-copy.patch
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-9/rt2860-remove-tftpboot-copy.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rt2860-remove-tftpboot-copy.patch 26 Mar 2009 07:28:50 -0000 1.3
+++ rt2860-remove-tftpboot-copy.patch 21 Apr 2009 03:48:11 -0000 1.4
@@ -1,34 +1,18 @@
---- 2008_0918_RT2860_Linux_STA_v1.8.0.0.old/Makefile 2008-09-17 22:26:56.000000000 -0400
-+++ 2008_0918_RT2860_Linux_STA_v1.8.0.0/Makefile 2009-03-26 03:00:09.000000000 -0400
-@@ -122,57 +122,20 @@ build_tools:
+--- DPO_RT2860_LinuxSTA_V2.1.0.0.old/Makefile 2009-03-25 03:50:55.000000000 -0400
++++ DPO_RT2860_LinuxSTA_V2.1.0.0/Makefile 2009-04-20 21:29:18.000000000 -0400
+@@ -134,41 +134,20 @@ UCOS:
LINUX:
-ifneq (,$(findstring 2.4,$(LINUX_SRC)))
- cp -f os/linux/Makefile.4 $(RT28xx_DIR)/os/linux/Makefile
- make -C $(RT28xx_DIR)/os/linux/
--ifeq ($(RT28xx_MODE),AP)
-- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.o /tftpboot
--else
--ifeq ($(RT28xx_MODE),APSTA)
-- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.o /tftpboot
--else
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.o /tftpboot
--endif
--endif
-else
cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
make -C $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
--ifeq ($(RT28xx_MODE),AP)
-- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.ko /tftpboot
--else
--ifeq ($(RT28xx_MODE),APSTA)
-- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.ko /tftpboot
--else
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot
-endif
--endif
--endif
clean:
ifeq ($(TARGET), LINUX)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-9/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 19 Oct 2008 19:01:33 -0000 1.3
+++ sources 21 Apr 2009 03:48:11 -0000 1.4
@@ -1 +1 @@
-cc6167b73fd26cd6ffbbf41444ec5bdc 2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
+3880751dd802f12a40c211eff2599c04 2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
--- rt2860-2.6.29-compile.patch DELETED ---
15 years, 7 months
rpms/rt2860-kmod/F-10 .cvsignore, 1.3, 1.4 rt2860-add-network-mgr-support.diff, 1.2, 1.3 rt2860-dat-install-fixes.patch, 1.2, 1.3 rt2860-kmod.spec, 1.28, 1.29 rt2860-no2.4-in-kernelversion.patch, 1.1, 1.2 rt2860-remove-tftpboot-copy.patch, 1.3, 1.4 sources, 1.3, 1.4 rt2860-2.6.29-compile.patch, 1.1, NONE
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25428
Modified Files:
.cvsignore rt2860-add-network-mgr-support.diff
rt2860-dat-install-fixes.patch rt2860-kmod.spec
rt2860-no2.4-in-kernelversion.patch
rt2860-remove-tftpboot-copy.patch sources
Removed Files:
rt2860-2.6.29-compile.patch
Log Message:
* Mon Apr 20 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.0.0-1
- version update (2.1.0.0)
rt2860-add-network-mgr-support.diff:
Index: rt2860-add-network-mgr-support.diff
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-10/rt2860-add-network-mgr-support.diff,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rt2860-add-network-mgr-support.diff 19 Oct 2008 20:25:42 -0000 1.2
+++ rt2860-add-network-mgr-support.diff 21 Apr 2009 03:43:15 -0000 1.3
@@ -1,15 +1,17 @@
---- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/config.mk 2008-09-25 04:25:42.000000000 -0400
-+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/config.mk 2008-10-04 16:39:05.000000000 -0400
-@@ -5,10 +5,10 @@ HAS_ATE=n
- HAS_28xx_QA=n
+--- DPO_RT2860_LinuxSTA_V2.1.0.0.old/os/linux/config.mk 2009-03-26 20:20:43.000000000 -0400
++++ DPO_RT2860_LinuxSTA_V2.1.0.0/os/linux/config.mk 2009-04-20 21:26:04.000000000 -0400
+@@ -6,12 +6,12 @@ HAS_28xx_QA=n
+ #ifdef WPA_SUPPLICANT_SUPPORT
# Support Wpa_Supplicant
-HAS_WPA_SUPPLICANT=n
+HAS_WPA_SUPPLICANT=y
+ #endif // WPA_SUPPLICANT_SUPPORT //
+ #ifdef NATIVE_WPA_SUPPLICANT_SUPPORT
# Support Native WpaSupplicant for Network Maganger
-HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n
+HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
+ #endif // NATIVE_WPA_SUPPLICANT_SUPPORT //
#Support Net interface block while Tx-Sw queue full
- HAS_BLOCK_NET_IF=n
rt2860-dat-install-fixes.patch:
Index: rt2860-dat-install-fixes.patch
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-10/rt2860-dat-install-fixes.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rt2860-dat-install-fixes.patch 19 Oct 2008 20:25:42 -0000 1.2
+++ rt2860-dat-install-fixes.patch 21 Apr 2009 03:43:15 -0000 1.3
@@ -1,8 +1,8 @@
-diff -rupN old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4 new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4
---- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4 2008-09-18 04:12:12.000000000 -0400
-+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4 2008-10-04 16:51:37.000000000 -0400
+diff -rupN DPO_RT2860_LinuxSTA_V2.1.0.0.old/os/linux/Makefile.4 DPO_RT2860_LinuxSTA_V2.1.0.0/os/linux/Makefile.4
+--- DPO_RT2860_LinuxSTA_V2.1.0.0.old/os/linux/Makefile.4 2009-03-25 03:42:46.000000000 -0400
++++ DPO_RT2860_LinuxSTA_V2.1.0.0/os/linux/Makefile.4 2009-04-20 21:21:26.000000000 -0400
@@ -1,8 +1,6 @@
- include $(RT28xx_DIR)/os/linux/config.mk
+ include $(RT28xx_DIR)/os/linux/config.mk
MOD_NAME = rt$(CHIPSET)sta
-DAT_PATH = /etc/Wireless/RT$(CHIPSET)STA
@@ -10,7 +10,7 @@
OBJ := $(MOD_NAME).o
-@@ -78,15 +76,12 @@ clean:
+@@ -93,15 +91,10 @@ clean:
rm -f $(RT28xx_DIR)/sta/.*.{cmd,flags,d}
install:
@@ -21,20 +21,18 @@
- install -d $(LINUX_SRC_MODULE)
- install -m 644 -c $(addsuffix .o,$(MOD_NAME)) $(LINUX_SRC_MODULE)
- /sbin/depmod -a ${shell uname -r}
-+ #install -d $(LINUX_SRC_MODULE)
-+ #install -m 644 -c $(addsuffix .o,$(MOD_NAME)) $(LINUX_SRC_MODULE)
+ mkdir -p $(INST_DIR)
-+ install -d $(INST_DIR)
-+ install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(INST_DIR)
-+ #/sbin/depmod -a ${shell uname -r}
++ install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(INST_DIR)
uninstall:
--# rm -rf $(DAT_PATH)
+ # rm -rf $(DAT_PATH)
- rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .o,$(MOD_NAME)))
- /sbin/depmod -a ${shell uname -r}
-diff -rupN old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6 new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6
---- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6 2008-09-18 04:12:42.000000000 -0400
-+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6 2008-10-04 16:50:54.000000000 -0400
+- /sbin/depmod -a ${shell uname -r}
++ rm -rf $(addprefix $(INST_DIR),$(addsuffix .o,$(MOD_NAME)))
++
+diff -rupN DPO_RT2860_LinuxSTA_V2.1.0.0.old/os/linux/Makefile.6 DPO_RT2860_LinuxSTA_V2.1.0.0/os/linux/Makefile.6
+--- DPO_RT2860_LinuxSTA_V2.1.0.0.old/os/linux/Makefile.6 2009-03-25 03:43:06.000000000 -0400
++++ DPO_RT2860_LinuxSTA_V2.1.0.0/os/linux/Makefile.6 2009-04-20 21:22:45.000000000 -0400
@@ -1,8 +1,6 @@
include $(RT28xx_DIR)/os/linux/config.mk
@@ -44,7 +42,7 @@
obj-m := $(MOD_NAME).o
-@@ -77,15 +75,11 @@ clean:
+@@ -88,15 +86,10 @@ clean:
rm -f ../../sta/.*.{cmd,flags,d}
install:
@@ -55,13 +53,12 @@
- install -d $(LINUX_SRC_MODULE)
- install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(LINUX_SRC_MODULE)
- /sbin/depmod -a ${shell uname -r}
--
+ mkdir -p $(INST_DIR)
-+ install -d $(INST_DIR)
-+ #install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(LINUX_SRC_MODULE)
-+ install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(INST_DIR)
-+ #/sbin/depmod -a ${shell uname -r}
++ install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(INST_DIR)
+
uninstall:
--# rm -rf $(DAT_PATH)
- rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .ko,$(MOD_NAME)))
- /sbin/depmod -a ${shell uname -r}
+ # rm -rf $(DAT_PATH)
+- rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .ko,$(MOD_NAME)))
+- /sbin/depmod -a ${shell uname -r}
++ rm -rf $(addprefix $(INST_DIR),$(addsuffix .ko,$(MOD_NAME)))
++
Index: rt2860-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-10/rt2860-kmod.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- rt2860-kmod.spec 15 Apr 2009 14:09:58 -0000 1.28
+++ rt2860-kmod.spec 21 Apr 2009 03:43:15 -0000 1.29
@@ -3,30 +3,29 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
+#%%define buildforkernels newest
Name: rt2860-kmod
-Version: 1.8.0.0
-Release: 3%{?dist}.6
+Version: 2.1.0.0
+Release: 1%{?dist}
Summary: Kernel module for RaLink 802.11 wireless devices rt2760/rt2790/rt2860/rt2890
Group: System Environment/Kernel
License: GPLv2+
URL: http://www.ralinktech.com/ralink/Home/Support/Linux.html
-Source0: http://www.ralinktech.com.tw/data/drivers/2008_0918_RT2860_Linux_STA_v1.8...
+Source0: http://www.ralinktech.com.tw/data/drivers/2009_0420_RT2860_Linux_STA_V2.1...
Source11: rt2860-kmodtool-excludekernel-filterfile
Patch1: rt2860-dat-install-fixes.patch
Patch2: rt2860-add-network-mgr-support.diff
Patch3: rt2860-remove-tftpboot-copy.patch
Patch4: rt2860-no2.4-in-kernelversion.patch
-Patch5: rt2860-2.6.29-compile.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{_bindir}/kmodtool
# needed for plague to make sure it builds for i586 and i686
-ExclusiveArch: i586 i686 x86_64 ppc ppc64
+ExclusiveArch: i586 i686 x86_64 ppc ppc64
%{!?kernels:BuildRequires: buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
@@ -46,18 +45,17 @@
%setup -q -c -T -a 0
-%patch1 -p1 -b .rpmbuild
-%patch2 -p1 -b .NetworkManager
+%patch1 -p0 -b .rpmbuild
+%patch2 -p0 -b .NetworkManager
%patch3 -p0 -b .tftpboot
%patch4 -p0 -b .no24
+# Fix weird permissions
+find . -name "*.c" -exec chmod -x {} \;
+find . -name "*.h" -exec chmod -x {} \;
+
for kernel_version in %{?kernel_versions} ; do
- cp -a *RT2860_Linux_STA* _kmod_build_${kernel_version%%___*}
- pushd _kmod_build_${kernel_version%%___*}
- if [[ $kernel_version > "2.6.29" ]]; then
-%patch5 -p2 -b .2.6.29
- fi
- popd
+ cp -a *RT2860_Linux*STA* _kmod_build_${kernel_version%%___*}
done
%build
@@ -78,6 +76,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Apr 20 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.0.0-1
+- version update (2.1.0.0)
+
* Wed Apr 15 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.8.0.0-3.6
- rebuild for new kernels
rt2860-no2.4-in-kernelversion.patch:
Index: rt2860-no2.4-in-kernelversion.patch
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-10/rt2860-no2.4-in-kernelversion.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rt2860-no2.4-in-kernelversion.patch 26 Mar 2009 07:36:41 -0000 1.1
+++ rt2860-no2.4-in-kernelversion.patch 21 Apr 2009 03:43:15 -0000 1.2
@@ -1,6 +1,6 @@
---- 2008_0918_RT2860_Linux_STA_v1.8.0.0.old/os/linux/config.mk 2008-09-17 23:27:46.000000000 -0400
-+++ 2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/config.mk 2009-03-26 03:02:19.000000000 -0400
-@@ -223,14 +223,7 @@ export CFLAGS
+--- DPO_RT2860_LinuxSTA_V2.1.0.0.old/os/linux/config.mk 2009-04-20 21:30:17.000000000 -0400
++++ DPO_RT2860_LinuxSTA_V2.1.0.0/os/linux/config.mk 2009-04-20 21:31:04.000000000 -0400
+@@ -235,14 +235,7 @@ export CFLAGS
endif
ifeq ($(PLATFORM),PC)
rt2860-remove-tftpboot-copy.patch:
Index: rt2860-remove-tftpboot-copy.patch
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-10/rt2860-remove-tftpboot-copy.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rt2860-remove-tftpboot-copy.patch 26 Mar 2009 07:36:41 -0000 1.3
+++ rt2860-remove-tftpboot-copy.patch 21 Apr 2009 03:43:15 -0000 1.4
@@ -1,34 +1,18 @@
---- 2008_0918_RT2860_Linux_STA_v1.8.0.0.old/Makefile 2008-09-17 22:26:56.000000000 -0400
-+++ 2008_0918_RT2860_Linux_STA_v1.8.0.0/Makefile 2009-03-26 03:00:09.000000000 -0400
-@@ -122,57 +122,20 @@ build_tools:
+--- DPO_RT2860_LinuxSTA_V2.1.0.0.old/Makefile 2009-03-25 03:50:55.000000000 -0400
++++ DPO_RT2860_LinuxSTA_V2.1.0.0/Makefile 2009-04-20 21:29:18.000000000 -0400
+@@ -134,41 +134,20 @@ UCOS:
LINUX:
-ifneq (,$(findstring 2.4,$(LINUX_SRC)))
- cp -f os/linux/Makefile.4 $(RT28xx_DIR)/os/linux/Makefile
- make -C $(RT28xx_DIR)/os/linux/
--ifeq ($(RT28xx_MODE),AP)
-- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.o /tftpboot
--else
--ifeq ($(RT28xx_MODE),APSTA)
-- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.o /tftpboot
--else
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.o /tftpboot
--endif
--endif
-else
cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
make -C $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
--ifeq ($(RT28xx_MODE),AP)
-- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.ko /tftpboot
--else
--ifeq ($(RT28xx_MODE),APSTA)
-- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.ko /tftpboot
--else
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot
-endif
--endif
--endif
clean:
ifeq ($(TARGET), LINUX)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 19 Oct 2008 18:54:16 -0000 1.3
+++ sources 21 Apr 2009 03:43:15 -0000 1.4
@@ -1 +1 @@
-cc6167b73fd26cd6ffbbf41444ec5bdc 2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
+3880751dd802f12a40c211eff2599c04 2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
--- rt2860-2.6.29-compile.patch DELETED ---
15 years, 7 months
rpms/rt2860-kmod/devel rt2860-kmod.spec,1.33,1.34
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24137
Modified Files:
rt2860-kmod.spec
Log Message:
Re-enable %define buildforkernels newest
Index: rt2860-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/rt2860-kmod.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- rt2860-kmod.spec 21 Apr 2009 03:11:31 -0000 1.33
+++ rt2860-kmod.spec 21 Apr 2009 03:33:15 -0000 1.34
@@ -3,7 +3,7 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-#%%define buildforkernels newest
+%define buildforkernels newest
Name: rt2860-kmod
Version: 2.1.0.0
15 years, 7 months
rpms/rt2860/F-9 .cvsignore, 1.3, 1.4 ReleaseNote-RT2860.txt, 1.1, 1.2 rt2860.spec, 1.3, 1.4 sources, 1.3, 1.4
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24028
Modified Files:
.cvsignore ReleaseNote-RT2860.txt rt2860.spec sources
Log Message:
* Mon Apr 20 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 2.1.0.0-1
- version update (2.1.0.0)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-9/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 19 Oct 2008 18:29:25 -0000 1.3
+++ .cvsignore 21 Apr 2009 03:32:04 -0000 1.4
@@ -1 +1 @@
-2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
+2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
Index: ReleaseNote-RT2860.txt
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-9/ReleaseNote-RT2860.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ReleaseNote-RT2860.txt 19 Oct 2008 18:29:25 -0000 1.1
+++ ReleaseNote-RT2860.txt 21 Apr 2009 03:32:04 -0000 1.2
@@ -1,14 +1,21 @@
+[2.1.0.0]
+ 1. New generation schema for multiple OS porting
+ 2. Fixed Ad-hoc ping failed in noisy environment. (Probe Response has too many retry packet then cause "not enough space in MgmtRing")
+ 3. Fixed WPA(2)PSK issue when group cipher of AP is WEP40 or WEP104.
+ 4. Modified iwpriv ra0 get_site_survey:
+ In scan list result: Security shows "NONE" when AP is OPEN/NONE, shows "WEP" when AP is OPEN/WEP or SHARED/WEP, shows "WPAPSK(WPA2PSK)/TKIP(AES)" when AP is WPAPSK(WPA2PSK)/TKIP(AES) shows "WPA(WPA2)/TKIP(AES)" when AP is WPA(WPA2)/TKIP(AES)
+ 5. Support kthread.
+ 6. Add New A band channel list region 15 contains the whole channels in the A band region 4 and the new CE channel 167,169,171,173
+ 7. Add New IEEE802.11r functionality.
+ 8. Fixed WPA2-Enterprise failed when AP reboot or turn off then turn on.
+ 9. Fixed STA cannot connect to 11B only AP when the setting of is PHY_11GN.
[1.8.0.0]
1. Fixed compile error when CARRIER_DETECTION_SUPPORT is enabled.
2. Add "iwpriv ra0 set CarrierDetect=0(or 1)"
- 3. Add new WSC hardware push button function
- 4. Add Ad-Hoc to support N rate.
- 5. Migrate Mesh supporting to Draft-2.0.
- 6. Support WAPI functionality
- 7. Fixed suspend/resume error when ra0 down, ra0 up.
- 8. Support Linux Kernel 2.6.27
- 9. Fixed WPS failed when AP is not in scan table or AP's channel changing after user sets "iwpriv ra0 wsc_start"
- 10. Fixed DLS A-MPDU established failed.
+ 3. Add Ad-Hoc to support N rate.
+ 4. Fixed suspend/resume error when ra0 down, ra0 up.
+ 5. Support Linux Kernel 2.6.27
+ 6. Fixed DLS A-MPDU established failed.
[1.7.0.0]
1. Support SIOCSIWGENIE, SIOCGIWGENIE, SIOCSIWMLME, SIOCGIWENCODEEXT, and SIOCSIWPMKSA.
Index: rt2860.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-9/rt2860.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rt2860.spec 11 Mar 2009 01:43:50 -0000 1.3
+++ rt2860.spec 21 Apr 2009 03:32:04 -0000 1.4
@@ -1,13 +1,11 @@
-%define SourceName 2008_0918_RT2860_Linux_STA_v1.8.0.0
-
Name: rt2860
-Version: 1.8.0.0
-Release: 2%{?dist}
+Version: 2.1.0.0
+Release: 1%{?dist}
Summary: Common files for RaLink 802.11 rt2860 driver
Group: System Environment/Kernel
License: GPLv2+
URL: http://www.ralinktech.com/ralink/Home/Support/Linux.html
-Source0: http://www.ralinktech.com.tw/data/drivers/%{SourceName}.tar.bz2
+Source0: http://www.ralinktech.com.tw/data/drivers/2009_0420_RT2860_Linux_STA_V2.1...
Source1: http://www.ralinktech.com.tw/data/drivers/ReleaseNote-RT2860.txt
# To suspend properly (RPMFusion BZ#199)
Source2: suspend.sh
@@ -24,39 +22,46 @@
rt2890).
%prep
-%setup -q -n %{SourceName}
+%setup -q -n DPO_RT2860_LinuxSTA_V2.1.0.0
iconv -f JOHAB -t UTF8 %{SOURCE1} -o ./ReleaseNotes
sed -i 's/\r//' ./ReleaseNotes
-iconv -f JOHAB -t UTF8 README_STA -o README_STA
-sed -i 's/\r//' README_STA
+touch -r %{SOURCE1} ./ReleaseNotes
+iconv -f JOHAB -t UTF8 README_STA -o README_STA.tmp
+sed 's/\r//' README_STA.tmp > README_STA.tmp2
+touch -r README_STA README_STA.tmp2
+mv -f README_STA.tmp2 README_STA
+chmod -x iwpriv_usage.txt
%build
echo "Nothing to build."
%install
rm -rf $RPM_BUILD_ROOT
+# buildsys sometimes fails without this:
+sleep 1m
install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA
install -pm 0644 RT2860STA.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA/
-install -dm 755 $RPM_BUILD_ROOT/%{_datadir}/%{name}
-install -pm 0755 %{SOURCE2} $RPM_BUILD_ROOT/%{_datadir}/%{name}
+cp -a %{SOURCE2} .
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
-%doc ReleaseNotes README_STA iwpriv_usage.txt
+%doc ReleaseNotes README_STA iwpriv_usage.txt suspend.sh
%dir %{_sysconfdir}/Wireless
%dir %{_sysconfdir}/Wireless/RT2860STA
%config(noreplace) %{_sysconfdir}/Wireless/RT2860STA/RT2860STA.dat
-%{_datadir}/%{name}
%changelog
+* Mon Apr 20 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 2.1.0.0-1
+- version update (2.1.0.0)
+
* Tue Mar 10 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.8.0.0-2
- Add suspend script (RPMFusion BZ#199)
-* Sat Oct 19 2008 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.8.0.0-1
+* Sat Oct 19 2008 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.8.0.0-1
- Version update (1.8.0.0)
* Thu Oct 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.7.0-3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-9/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 19 Oct 2008 18:29:25 -0000 1.3
+++ sources 21 Apr 2009 03:32:04 -0000 1.4
@@ -1 +1 @@
-cc6167b73fd26cd6ffbbf41444ec5bdc 2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
+3880751dd802f12a40c211eff2599c04 2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
15 years, 7 months