[argyllcms/f17] Fix for udev rule.

Jon Ciesla limb at fedoraproject.org
Fri Sep 21 13:35:01 UTC 2012


commit c281e561f78354205d186b25550c93ca8c29fa28
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Sep 21 08:33:53 2012 -0500

    Fix for udev rule.

 argyllcms.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/argyllcms.spec b/argyllcms.spec
index 6751ddd..a5d63d1 100644
--- a/argyllcms.spec
+++ b/argyllcms.spec
@@ -1,6 +1,6 @@
 Name:    argyllcms
 Version: 1.4.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: ICC compatible color management system
 Group:   User Interface/X
 License: GPLv3 and MIT
@@ -86,6 +86,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libargyll*.so
 
 %exclude %{_datadir}/doc
 
+%pre
+getent group plugdev >/dev/null || groupadd -r plugdev
+exit 0
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -95,6 +99,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libargyll*.so
 %doc doc/*.html doc/*.jpg
 
 %changelog
+* Fri Sep 21 Jon Ciesla <limburgher at gmail.com> - 1.4.0-4
+- Fix for udev plugdev group error, BZ 859244
+
 * Tue Sep 04 2012 Richard Hughes <rhughes at redhat.com> - 1.4.0-3
 - ColorHug can optionally return full HID buffers for OS X and Windows
   compatibility.


More information about the scm-commits mailing list