[arch-commits] Commit in microcode_ctl/repos (3 files)
Thomas Bächler
thomas at archlinux.org
Wed Oct 21 22:58:09 UTC 2009
Date: Wednesday, October 21, 2009 @ 18:58:09
Author: thomas
Revision: 56490
Merged revisions 56488 via svnmerge from
svn+ssh://gerolde.archlinux.org/srv/svn-packages/microcode_ctl/trunk
........
r56488 | thomas | 2009-10-22 00:57:24 +0200 (Do, 22 Okt 2009) | 2 lines
Fix bug 16164
........
Modified:
microcode_ctl/repos/extra-i686/ (properties)
microcode_ctl/repos/extra-i686/PKGBUILD
microcode_ctl/repos/extra-i686/microcode
-----------+
PKGBUILD | 4 ++--
microcode | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
Property changes on: microcode_ctl/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /microcode_ctl/trunk:1-54465
+ /microcode_ctl/trunk:1-56489
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-10-21 22:57:47 UTC (rev 56489)
+++ extra-i686/PKGBUILD 2009-10-21 22:58:09 UTC (rev 56490)
@@ -8,7 +8,7 @@
# Version of the microcode image
_microcodever=20090927
pkgver=${_toolver}.${_microcodever}
-pkgrel=1
+pkgrel=2
pkgdesc="A companion to the IA32 microcode kernel driver"
arch=('i686' 'x86_64')
url="http://www.urbanmyth.org/microcode"
@@ -20,7 +20,7 @@
microcode.rules)
md5sums=('98a7f06acef8459c8ef2a1b0fb86a99e'
'496ac6170f80160d80476359d7c17424'
- 'e694f32b7e30674786100b371ab50384'
+ '483c198659b8d716bdfbf05a57182394'
'e6f212fcb6af8c4f3464db2e9210655e')
build() {
Modified: extra-i686/microcode
===================================================================
--- extra-i686/microcode 2009-10-21 22:57:47 UTC (rev 56489)
+++ extra-i686/microcode 2009-10-21 22:58:09 UTC (rev 56490)
@@ -22,6 +22,7 @@
fi
fi
+ /sbin/udevadm settle --exit-if-exists=$DEVICE
if [ ! -c $DEVICE ]; then
echo "$0: $DEVICE not a character device"
stat_fail
More information about the arch-commits
mailing list