Hello community, here is the log from the commit of package microcode_ctl for openSUSE:Factory checked in at 2011-11-23 19:36:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/microcode_ctl (Old) and /work/SRC/openSUSE:Factory/.microcode_ctl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "microcode_ctl", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/microcode_ctl/microcode_ctl.changes 2011-10-11 18:21:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.microcode_ctl.new/microcode_ctl.changes 2011-11-23 19:36:52.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Nov 22 18:53:50 UTC 2011 - [email protected] + +- Add a systemd.service in the meanwhile we sort out + if this has to be automatically handled by the kernel + +------------------------------------------------------------------- New: ---- microcode_ctl.service ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ microcode_ctl.spec ++++++ --- /var/tmp/diff_new_pack.YkfDre/_old 2011-11-23 19:36:54.000000000 +0100 +++ /var/tmp/diff_new_pack.YkfDre/_new 2011-11-23 19:36:54.000000000 +0100 @@ -32,6 +32,7 @@ Source1: microcode.init Source2: microcode-%{intel_version}.tar.bz2 Source3: amd-ucode-%{amd_version}.tar.bz2 +Source4: microcode_ctl.service Patch0: microcode.ctl_1.17-13.diff.gz Patch1: microcode_ctl-1.17-suse_rh_paths.patch Patch2: microcode-ctl-cloexec.patch @@ -66,6 +67,8 @@ install -D -m 0644 amd-ucode-%{amd_version}/LICENSE $RPM_BUILD_ROOT/%{_defaultdocdir}/microcode_ctl/amd/LICENSE install -D -m 0644 amd-ucode-%{amd_version}/INSTALL $RPM_BUILD_ROOT/%{_defaultdocdir}/microcode_ctl/amd/INSTALL +install -D -m 0644 %SOURCE4 %{buildroot}/lib/systemd/system/microcode.ctl.service + %post # Install service on affected Intel/AMD machines by default # Remove this after openSUSE 11.4 when the kernel can autoload microcode.ko @@ -85,6 +88,7 @@ %files %defattr(-,root,root) +/lib/systemd/system/microcode.ctl.service /lib/firmware/microcode.dat /sbin/microcode_ctl /etc/init.d/microcode.ctl ++++++ microcode_ctl.service ++++++ [Unit] Description=CPU microcode updater RefuseManualStop=true ConditionVirtualization=false [Service] Type=oneshot ExecStartPre=/sbin/modprobe -q microcode ExecStart=/sbin/microcode_ctl -Qu RemainAfterExit=true [Install] WantedBy=multi-user.target -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
