commit microcode_ctl for openSUSE:Factory
Hello community, here is the log from the commit of package microcode_ctl for openSUSE:Factory checked in at Mon May 31 18:23:11 CEST 2010. -------- --- microcode_ctl/microcode_ctl.changes 2010-05-29 22:00:55.000000000 +0200 +++ /mounts/work_src_done/STABLE/microcode_ctl/microcode_ctl.changes 2010-05-31 18:01:02.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 31 16:00:04 UTC 2010 - cristian.rodriguez@opensuse.org + +- udev rules must live in %{_sysconfdir} otherwise it wont work. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ microcode_ctl.spec ++++++ --- /var/tmp/diff_new_pack.AQk4N2/_old 2010-05-31 18:22:53.000000000 +0200 +++ /var/tmp/diff_new_pack.AQk4N2/_new 2010-05-31 18:22:53.000000000 +0200 @@ -26,7 +26,7 @@ Group: Hardware/Other Summary: Microcode Updates for Intel CPUs Version: 1.17 -Release: 106 +Release: 107 Source0: microcode_ctl-%{version}.tar.bz2 Source1: microcode_ctl.rules Source2: microcode-%{data_version}.dat.bz2 @@ -50,15 +50,15 @@ %install %makeinstall bunzip2 -dc %SOURCE2 > %{buildroot}/lib/firmware/microcode.dat -mkdir -p %{buildroot}/lib/udev/rules.d -install -m 644 %{SOURCE1} %{buildroot}/lib/udev/rules.d/89-microcode.rules +mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d +install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/udev/rules.d/89-microcode.rules %clean rm -rf $RPM_BUILD_ROOT; %files %defattr(-,root,root) -/lib/udev/rules.d/89-microcode.rules +%config %{_sysconfdir}/udev/rules.d/89-microcode.rules /lib/firmware/microcode.dat /sbin/microcode_ctl %{_mandir}/man8/microcode_ctl.8.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de