|
@@ -7,7 +7,7 @@
|
|
Summary: A userspace implementation of devfs
|
|
Summary: A userspace implementation of devfs
|
|
Summary(ja): ユーザスペース実装のデバイスファイルシステム
|
|
Summary(ja): ユーザスペース実装のデバイスファイルシステム
|
|
Name: udev
|
|
Name: udev
|
|
-Version: 173
|
|
+Version: 175
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
@@ -167,6 +167,7 @@ glib-based applications using libudev functionality.
|
|
--enable-udev_acl \
|
|
--enable-udev_acl \
|
|
--enable-floppy \
|
|
--enable-floppy \
|
|
--enable-edd \
|
|
--enable-edd \
|
|
|
|
+ --enable-rule_generator \
|
|
--enable-debug --enable-static
|
|
--enable-debug --enable-static
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
@@ -236,6 +237,9 @@ install -m 0755 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/udev
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/lib/udev/makedev.d
|
|
mkdir -p $RPM_BUILD_ROOT/var/lib/udev/makedev.d
|
|
|
|
|
|
|
|
+# move udevd
|
|
|
|
+mv $RPM_BUILD_ROOT/lib/udev/udevd $RPM_BUILD_ROOT/sbin/
|
|
|
|
+
|
|
%pre
|
|
%pre
|
|
getent group video >/dev/null || /usr/sbin/groupadd -g 39 video || :
|
|
getent group video >/dev/null || /usr/sbin/groupadd -g 39 video || :
|
|
getent group audio >/dev/null || /usr/sbin/groupadd -g 63 audio || :
|
|
getent group audio >/dev/null || /usr/sbin/groupadd -g 63 audio || :
|
|
@@ -308,19 +312,19 @@ rm -rf $RPM_BUILD_ROOT
|
|
%attr(0755,root,root) %{udev_scriptdir}/ata_id
|
|
%attr(0755,root,root) %{udev_scriptdir}/ata_id
|
|
%attr(0755,root,root) %{udev_scriptdir}/cdrom_id
|
|
%attr(0755,root,root) %{udev_scriptdir}/cdrom_id
|
|
%attr(0755,root,root) %{udev_scriptdir}/edd_id
|
|
%attr(0755,root,root) %{udev_scriptdir}/edd_id
|
|
-%attr(0755,root,root) %{udev_scriptdir}/usb_id
|
|
|
|
-%attr(0755,root,root) %{udev_scriptdir}/path_id
|
|
|
|
%attr(0755,root,root) %{udev_scriptdir}/create_floppy_devices
|
|
%attr(0755,root,root) %{udev_scriptdir}/create_floppy_devices
|
|
%attr(0755,root,root) %{udev_scriptdir}/fw_unit_symlinks.sh
|
|
%attr(0755,root,root) %{udev_scriptdir}/fw_unit_symlinks.sh
|
|
%attr(0755,root,root) %{udev_scriptdir}/firmware
|
|
%attr(0755,root,root) %{udev_scriptdir}/firmware
|
|
-%attr(0644,root,root) %{udev_scriptdir}/rule_generator.functions
|
|
|
|
-%attr(0755,root,root) %{udev_scriptdir}/write_cd_rules
|
|
|
|
-%attr(0755,root,root) %{udev_scriptdir}/write_net_rules
|
|
|
|
%attr(0755,root,root) %{udev_scriptdir}/collect
|
|
%attr(0755,root,root) %{udev_scriptdir}/collect
|
|
-%attr(0755,root,root) %{udev_scriptdir}/input_id
|
|
|
|
%attr(0755,root,root) %{udev_scriptdir}/keyboard-force-release.sh
|
|
%attr(0755,root,root) %{udev_scriptdir}/keyboard-force-release.sh
|
|
%attr(0755,root,root) %{udev_scriptdir}/mtd_probe
|
|
%attr(0755,root,root) %{udev_scriptdir}/mtd_probe
|
|
%attr(0755,root,root) %{udev_scriptdir}/accelerometer
|
|
%attr(0755,root,root) %{udev_scriptdir}/accelerometer
|
|
|
|
+%attr(0644,root,root) %{udev_scriptdir}/rule_generator.functions
|
|
|
|
+%attr(0755,root,root) %{udev_scriptdir}/write_cd_rules
|
|
|
|
+%attr(0755,root,root) %{udev_scriptdir}/write_net_rules
|
|
|
|
+#%attr(0755,root,root) %{udev_scriptdir}/usb_id
|
|
|
|
+#%attr(0755,root,root) %{udev_scriptdir}/path_id
|
|
|
|
+#%attr(0755,root,root) %{udev_scriptdir}/input_id
|
|
|
|
|
|
%attr(0755,root,root) %{_sysconfdir}/rc.d/init.d/udev-post
|
|
%attr(0755,root,root) %{_sysconfdir}/rc.d/init.d/udev-post
|
|
%attr(0755,root,root) %{_bindir}/udevtest
|
|
%attr(0755,root,root) %{_bindir}/udevtest
|
|
@@ -423,6 +427,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Dec 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 175-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add configure option (--enable-rule_generator)
|
|
|
|
+
|
|
* Sun Aug 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 173-1
|
|
* Sun Aug 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 173-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- drop Patch101,102
|
|
- drop Patch101,102
|