[libosinfo] Don't install udev rule in RHEL7+ either

Zeeshan Ali zeenix at fedoraproject.org
Thu Jul 18 23:51:08 UTC 2013


commit bbb19033e40faa378170318e3cf1d33278cd0b2b
Author: Zeeshan Ali (Khattak) <zeeshanak at gnome.org>
Date:   Fri Jul 19 02:49:32 2013 +0300

    Don't install udev rule in RHEL7+ either

 libosinfo.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libosinfo.spec b/libosinfo.spec
index afbcd51..639e0d6 100644
--- a/libosinfo.spec
+++ b/libosinfo.spec
@@ -11,7 +11,7 @@
 %endif
 
 %define with_udev 1
-%if 0%{?fedora} >= 19
+%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
 %define with_udev 0
 %endif
 


More information about the scm-commits mailing list