]> git.pld-linux.org Git - packages/dev.git/commitdiff
- release 22 auto/ac/dev-2_9_0-22
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 16 Sep 2005 15:18:52 +0000 (15:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added /dev/mcelog for x86 and x8664

Changed files:
    dev.spec -> 1.167

dev.spec

index 67bf484006ea6c89f0c6a367598dff852c622fd1..d73912b7034accf1cc21cc7b75f9bc92a694802b 100644 (file)
--- a/dev.spec
+++ b/dev.spec
@@ -5,7 +5,7 @@ Summary(pl):    Pliki specjalne /dev/*
 Summary(tr):   /dev dizini
 Name:          dev
 Version:       2.9.0
-Release:       21
+Release:       22
 License:       Public Domain
 Group:         Base
 Source0:       %{name}-list
@@ -196,6 +196,10 @@ rm -rf $RPM_BUILD_ROOT
 %dev(c,226,7) %attr(660,root,video) /dev/dri/card7
 %endif
 
+%ifarch %{ix86} %{x8664}
+%dev(c,10,227) %attr(600,root,root) /dev/mcelog
+%endif
+
 %ifarch m68k
 %dev(b,2,4) %attr(660,root,floppy) /dev/fdhd0
 %dev(b,2,5) %attr(660,root,floppy) /dev/fdhd1
This page took 0.080125 seconds and 4 git commands to generate.