Author: freetz Date: Tue Nov 8 13:55:51 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - rel.8 (fixed hal.rules - stop spamming logs when DEVNAME or SEQNUM is not set)
---- Files affected: SPECS: hal.spec (1.97 -> 1.98) ---- Diffs: ================================================================ Index: SPECS/hal.spec diff -u SPECS/hal.spec:1.97 SPECS/hal.spec:1.98 --- SPECS/hal.spec:1.97 Fri Oct 28 17:18:05 2005 +++ SPECS/hal.spec Tue Nov 8 14:55:46 2005 @@ -8,7 +8,7 @@ Summary(pl): HAL - abstrakcyjna warstwa dostępu do sprzętu Name: hal Version: 0.5.4 -Release: 7 +Release: 8 License: AFL v2.0 or GPL v2 Group: Libraries Source0: http://freedesktop.org/~david/dist/%{name}-%{version}.tar.gz @@ -160,7 +160,7 @@ install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/haldaemon install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/hald install %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir} -install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/60-hal.rules +install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/hal.rules rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/hotplug.d mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sl{_SI,} @@ -205,7 +205,7 @@ %attr(755,root,root) %{_libdir}/hal.hotplug %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/hald %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus*/system.d/* -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/60-hal.rules +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/hal.rules %dir %{_datadir}/%{name} %{_datadir}/%{name}/fdi @@ -245,6 +245,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.98 2005/11/08 13:55:46 freetz +- rel.8 (fixed hal.rules - stop spamming logs when DEVNAME or SEQNUM is not + set) + Revision 1.97 2005/10/28 15:18:05 ankry - Slovenian locale fix, rel. 7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/hal.spec?r1=1.97&r2=1.98&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
