rpms/libftdi/F-10 libftdi.spec,1.6,1.7

Lucian Langa lucilanga at fedoraproject.org
Sun Aug 23 12:51:57 UTC 2009


Author: lucilanga

Update of /cvs/pkgs/rpms/libftdi/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31659

Modified Files:
	libftdi.spec 
Log Message:
* Sun Aug 23 2009 Lucian Langa <cooly at gnome.eu.org> - 0.16-4
- add group for udev rule (#517773)


Index: libftdi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libftdi/F-10/libftdi.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- libftdi.spec	31 Jul 2009 12:01:19 -0000	1.6
+++ libftdi.spec	23 Aug 2009 12:51:57 -0000	1.7
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Name:		libftdi
 Version:	0.16
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Library to program and control the FTDI USB controller
 
 Group:		System Environment/Libraries
@@ -122,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/*.hpp
 %{_libdir}/pkgconfig/libftdipp.pc
 
+%pre
+getent group GROUPNAME >/dev/null || groupadd -r plugdev
+exit 0
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -130,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
 %postun c++ -p /sbin/ldconfig
 
 %changelog
+* Sun Aug 23 2009 Lucian Langa <cooly at gnome.eu.org> - 0.16-4
+- add group for udev rule (#517773)
+
 * Fri Jul 31 2009 Lucian Langa <cooly at gnome.eu.org> - 0.16-3
 - fix multilib conflict in libftdi-config
 




More information about the fedora-extras-commits mailing list