diff --git a/.cvsignore b/.cvsignore index 3de52c6..36de9af 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -microcode_ctl-1.11 -microcode_ctl-1.11.tar.gz +microcode_ctl-1.12 +microcode_ctl-1.12.tar.gz diff --git a/microcode_ctl.patch b/microcode_ctl.patch index b9cd341..171f216 100644 --- a/microcode_ctl.patch +++ b/microcode_ctl.patch @@ -1,5 +1,5 @@ ---- microcode_ctl-1.11/Makefile~ Mon Jun 11 16:57:42 2001 -+++ microcode_ctl-1.11/Makefile Tue Jan 8 20:20:58 2002 +--- microcode_ctl-1.12/Makefile~ Mon Jun 11 16:57:42 2001 ++++ microcode_ctl-1.12/Makefile Tue Jan 8 20:20:58 2002 @@ -20,7 +20,7 @@ PREFIX = /usr/local @@ -19,8 +19,8 @@ $(INS) -m 644 $(MANPAGE) $(DESTDIR)$(MANDIR) gzip -9f $(DESTDIR)$(MANDIR)/$(MANPAGE) ---- microcode_ctl-1.11/microcode_ctl.c.org 2003-05-28 19:56:22.000000000 +0200 -+++ microcode_ctl-1.11/microcode_ctl.c 2003-05-28 19:57:01.000000000 +0200 +--- microcode_ctl-1.12/microcode_ctl.c.org 2003-05-28 19:56:22.000000000 +0200 ++++ microcode_ctl-1.12/microcode_ctl.c 2003-05-28 19:57:01.000000000 +0200 @@ -95,11 +95,13 @@ { FILE *fd; @@ -46,8 +46,8 @@ fprintf(stderr, "%s: error writing to '%s' errno=%d (%s)\n" "%s: there may be messages from the driver in your system log.\n", ---- microcode_ctl-1.11/microcode_ctl.c~ 2005-01-21 17:42:53.000000000 -0500 -+++ microcode_ctl-1.11/microcode_ctl.c 2005-01-21 17:43:03.000000000 -0500 +--- microcode_ctl-1.12/microcode_ctl.c~ 2005-01-21 17:42:53.000000000 -0500 ++++ microcode_ctl-1.12/microcode_ctl.c 2005-01-21 17:43:03.000000000 -0500 @@ -25,7 +25,7 @@ int print_error_messages=1; #define MAX_MICROCODE 2000000 diff --git a/microcode_ctl.spec b/microcode_ctl.spec index 8fd2672..07c1382 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -1,11 +1,11 @@ Summary: Tool to update x86/x86-64 CPU microcode. Name: microcode_ctl -Version: 1.11 +Version: 1.12 Release: %(R="$Revision$"; RR="${R##: }"; echo ${RR%%?}) Epoch: 1 Group: System Environment/Base License: GPL -Source0: microcode_ctl-1.11.tar.gz +Source0: microcode_ctl-%{version}.tar.gz Source1: microcode_ctl.init Buildroot: %{_tmppath}/%{name}-%{version}-root Prereq: /sbin/chkconfig /sbin/service @@ -30,14 +30,14 @@ mkdir -p %{buildroot}/usr/man mkdir -p %{buildroot}/etc/rc.d/init.d mkdir -p %{buildroot}/etc/sysconfig -cd microcode_ctl-1.11 +cd microcode_ctl-%{version} make CFLAGS="$RPM_OPT_FLAGS" cd .. %install mkdir -p %{buildroot}/usr/share/man/man{1,8} -cd microcode_ctl-1.11 +cd microcode_ctl-%{version} make DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} \ INSDIR=/sbin MANDIR=%{_mandir}/man8 RCDIR=/etc MICDIR=/etc/firmware install clean @@ -82,6 +82,9 @@ family=`cat /proc/cpuinfo | grep "^cpu family" | sort -u | awk -F ": " '{ print exit 0 %changelog +* Tue Sep 13 2005 Dave Jones +- Update to upstream 1.12 + * Wed Aug 17 2005 Dave Jones - Check for device node *after* loading the module. (#157672) diff --git a/sources b/sources index c5cc707..29c973d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -11a4e153bf3e7cfdb82e80266f783ae7 microcode_ctl-1.11.tar.gz +07d5f64b7c84a00663425089221d5fb0 microcode_ctl-1.12.tar.gz