1.12
This commit is contained in:
parent
432d05a25e
commit
8d588a81ec
@ -1,2 +1,2 @@
|
||||
microcode_ctl-1.11
|
||||
microcode_ctl-1.11.tar.gz
|
||||
microcode_ctl-1.12
|
||||
microcode_ctl-1.12.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 <davej@redhat.com>
|
||||
- Update to upstream 1.12
|
||||
|
||||
* Wed Aug 17 2005 Dave Jones <davej@redhat.com>
|
||||
- Check for device node *after* loading the module. (#157672)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user