]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
zd1211-firmware: Fix permissions of the firmware files.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Dec 2012 21:35:14 +0000 (22:35 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Dec 2012 21:35:14 +0000 (22:35 +0100)
The firmware files have been owned by some random user and
group, which has been fixed.

The firmware package will also be installed on the base system.

zd1211-firmware/zd1211-firmware.nm

index 5ba916fc56c56054a775e4472b0ffb2bbd085803..dd75da4d82125e3ddbfc712af699c6bfb25480f6 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = zd1211-firmware
 version    = 1.4
-release    = 1
+release    = 2
 arch       = noarch
 
 maintainer = Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
@@ -32,9 +32,13 @@ build
                mkdir -pv %{BUILDROOT}%{prefix}/lib/firmware/zd1211/
                cp -prv zd1211_* %{BUILDROOT}%{prefix}/lib/firmware/zd1211/
                cp -prv zd1211b_* %{BUILDROOT}%{prefix}/lib/firmware/zd1211/
+
+               chown -Rv root:root %{BUILDROOT}%{prefix}/lib/firmware
        end
 end
 
 packages
        package %{name}
+               groups += Base
+       end
 end