SPECS: udev.spec - added firmware rules, rel.2
freetz
freetz at pld-linux.org
Sat Sep 17 16:52:40 CEST 2005
Author: freetz Date: Sat Sep 17 14:52:40 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added firmware rules, rel.2
---- Files affected:
SPECS:
udev.spec (1.94 -> 1.95)
---- Diffs:
================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.94 SPECS/udev.spec:1.95
--- SPECS/udev.spec:1.94 Sat Sep 17 12:58:43 2005
+++ SPECS/udev.spec Sat Sep 17 16:52:34 2005
@@ -5,7 +5,7 @@
# Conditional build:
%bcond_without initrd # build without udev-initrd
%bcond_without uClibc # link initrd version with static uClibc
-%bcond_with diet # link initrd version with static dietlibc (currently broken and unsupported)
+%bcond_with diet # link initrd version with static dietlibc (currently broken and unsupported)
# can't have them both
%if %{with uClibc} && %{with diet}
@@ -16,13 +16,14 @@
Summary(pl): Implementacja devfs w przestrzeni użytkownika
Name: udev
Version: 070
-Release: 1
+Release: 2
Epoch: 1
License: GPL
Group: Base
Source0: ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/%{name}-%{version}.tar.bz2
# Source0-md5: e990dcdc3a245f00373cd51a9e09b27f
Source1: %{name}.rules
+Source2: %{name}-firmware.rules
Source3: %{name}.conf
Source4: start_udev
Source5: devmap_name.tar.gz
@@ -127,6 +128,7 @@
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/init.d/udev
install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/50-udev.rules
+install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/999-firmware.rules
install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/udev/udev.conf
install %{SOURCE4} $RPM_BUILD_ROOT%{_sbindir}/start_udev
install extras/path_id $RPM_BUILD_ROOT%{_sbindir}
@@ -180,6 +182,7 @@
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/udev/udev.conf
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/udev/rules.d/50-udev.rules
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/udev/rules.d/999-firmware.rules
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/scsi_id.config
%attr(755,root,root) %{_sysconfdir}/udev/scripts/*
@@ -202,6 +205,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.95 2005/09/17 14:52:34 freetz
+- added firmware rules, rel.2
+
Revision 1.94 2005/09/17 10:58:43 glen
- default to uClibc if both libc-s defined
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/udev.spec?r1=1.94&r2=1.95&f=u
More information about the pld-cvs-commit
mailing list