rpms/libftdi/F-12 libftdi.spec,1.16,1.17

Lucian Langa lucilanga at fedoraproject.org
Wed May 5 05:39:13 UTC 2010


Author: lucilanga

Update of /cvs/pkgs/rpms/libftdi/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30067

Modified Files:
	libftdi.spec 
Log Message:
fix typo in group handling


Index: libftdi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libftdi/F-12/libftdi.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- libftdi.spec	11 Mar 2010 19:32:14 -0000	1.16
+++ libftdi.spec	5 May 2010 05:39:13 -0000	1.17
@@ -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.17
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Library to program and control the FTDI USB controller
 
 Group:		System Environment/Libraries
@@ -129,7 +129,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/libftdipp.pc
 
 %pre
-getent group GROUPNAME >/dev/null || groupadd -r plugdev
+getent group plugdev >/dev/null || groupadd -r plugdev
 exit 0
 
 %post -p /sbin/ldconfig
@@ -139,6 +139,9 @@ exit 0
 %postun c++ -p /sbin/ldconfig
 
 %changelog
+* Wed May 05 2010 Lucian Langa <cooly at gnome.eu.org> - 0.17-3
+- fix typo in group handling (#581151)
+
 * Thu Mar 11 2010 Lucian Langa <cooly at gnome.eu.org> - 0.17-2
 - fix incorrect UDEV rule (#563566)
 



More information about the scm-commits mailing list