packages: lsvpd/lsvpd-make.patch, lsvpd/lsvpd.spec - updated usb.ids path i...

qboosh qboosh at pld-linux.org
Tue May 3 10:51:55 CEST 2011


Author: qboosh                       Date: Tue May  3 08:51:55 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated usb.ids path in make patch
- require {pci,usb}.ids in expected location

---- Files affected:
packages/lsvpd:
   lsvpd-make.patch (1.2 -> 1.3) , lsvpd.spec (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: packages/lsvpd/lsvpd-make.patch
diff -u packages/lsvpd/lsvpd-make.patch:1.2 packages/lsvpd/lsvpd-make.patch:1.3
--- packages/lsvpd/lsvpd-make.patch:1.2	Tue May  3 10:28:49 2011
+++ packages/lsvpd/lsvpd-make.patch	Tue May  3 10:51:50 2011
@@ -30,9 +30,10 @@
 -if USB_IDS_LOC2
 -AM_CXXFLAGS += -DUSB_IDS='"/usr/share/hwdata/usb.ids"'
 -else
- AM_CXXFLAGS += -DUSB_IDS='"/usr/share/misc/usb.ids"'
+-AM_CXXFLAGS += -DUSB_IDS='"/usr/share/misc/usb.ids"'
 -endif
 -endif
++AM_CXXFLAGS += -DUSB_IDS='"/etc/usb.ids"'
  
  SUBDIRS = docs
  

================================================================
Index: packages/lsvpd/lsvpd.spec
diff -u packages/lsvpd/lsvpd.spec:1.29 packages/lsvpd/lsvpd.spec:1.30
--- packages/lsvpd/lsvpd.spec:1.29	Tue May  3 10:28:49 2011
+++ packages/lsvpd/lsvpd.spec	Tue May  3 10:51:50 2011
@@ -29,6 +29,8 @@
 BuildRequires:	zlib-devel
 Requires(post,preun):	/sbin/chkconfig
 Requires(post):	/sbin/ldconfig
+Requires:	/etc/pci.ids
+Requires:	/etc/usb.ids
 Requires:	rc-scripts
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -115,6 +117,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30  2011/05/03 08:51:50  qboosh
+- updated usb.ids path in make patch
+- require {pci,usb}.ids in expected location
+
 Revision 1.29  2011/05/03 08:28:49  qboosh
 - updated to 1.6.10
 - added PLD init script (previous one no longer present in sources)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lsvpd/lsvpd-make.patch?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lsvpd/lsvpd.spec?r1=1.29&r2=1.30&f=u



More information about the pld-cvs-commit mailing list