[libertas-sd8686-firmware] Remove md5sum checking

Daniel Drake dsd at fedoraproject.org
Tue Jul 26 13:55:04 UTC 2011


commit b80fde72aa892377bf46e38cc5a17a298b70ecb7
Author: Daniel Drake <dsd at laptop.org>
Date:   Tue Jul 26 14:52:34 2011 +0100

    Remove md5sum checking
    
    This isn't necessary, fedora package system does it.

 .gitignore                    |    1 +
 libertas-sd8686-firmware.spec |   14 +++++---------
 sd8686-9.70.7.p0.bin.md5      |    1 -
 sd8686_helper.bin.md5         |    1 -
 sources                       |    2 +-
 5 files changed, 7 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 186e07e..e90e9db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 sd8686-9.70.7.p0.bin
 sd8686_helper.bin
 /sd8686-9.70.20.p0.bin
+/LICENSE
diff --git a/libertas-sd8686-firmware.spec b/libertas-sd8686-firmware.spec
index f0ec02b..73416d6 100644
--- a/libertas-sd8686-firmware.spec
+++ b/libertas-sd8686-firmware.spec
@@ -6,10 +6,8 @@ License: Redistributable, no modification permitted
 Group:   System Environment/Kernel
 URL:     http://www.marvell.com/
 Source0: http://dev.laptop.org/pub/firmware/libertas/sd8686-%{version}.bin
-Source1: http://dev.laptop.org/pub/firmware/libertas/sd8686-%{version}.bin.md5
-Source2: http://dev.laptop.org/pub/firmware/libertas/sd8686_helper.bin
-Source3: http://dev.laptop.org/pub/firmware/libertas/sd8686_helper.bin.md5
-Source4: http://dev.laptop.org/pub/firmware/libertas/LICENSE
+Source1: http://dev.laptop.org/pub/firmware/libertas/sd8686_helper.bin
+Source2: http://dev.laptop.org/pub/firmware/libertas/LICENSE
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 BuildArch: noarch
 
@@ -21,10 +19,8 @@ Firmware for Marvell Libertas SD 8686 Network Adapter
 %prep
 %setup -c -T
 cp -p %{SOURCE0} .
-md5sum -c %{SOURCE1}
-cp -p %{SOURCE2} .
-md5sum -c %{SOURCE3}
-cp -p %{SOURCE4} LICENSE
+cp -p %{SOURCE1} .
+cp -p %{SOURCE2} LICENSE
 sed -i 's/\r//' LICENSE
 
 %build
@@ -32,7 +28,7 @@ sed -i 's/\r//' LICENSE
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__install} -D -m 0644 %{SOURCE0} $RPM_BUILD_ROOT/lib/firmware/sd8686.bin
-%{__install} -D -m 0644 %{SOURCE2} $RPM_BUILD_ROOT/lib/firmware/sd8686_helper.bin
+%{__install} -D -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/lib/firmware/sd8686_helper.bin
 
 %clean
 rm -rf $RPM_BUILD_ROOT
diff --git a/sources b/sources
index dd52cd7..427e1ec 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-0d2803973e444edcf304486c6d050eed  sd8686-9.70.20.p0.bin
+b4f8be61e19780a14836f146c538c5dd  sd8686-9.70.7.p0.bin
 2a4d8f4df198ce949c350df5674f4ac6  sd8686_helper.bin


More information about the scm-commits mailing list