Accepting request 24438 from Base:System
Copy from Base:System/pciutils based on submit request 24438 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/24438 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=22
This commit is contained in:
parent
1ed521d54d
commit
cf021ea8bf
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 3 19:09:37 UTC 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
- updated patches to apply with fuzz=0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 14 17:30:05 CEST 2009 - anicka@suse.cz
|
Fri Aug 14 17:30:05 CEST 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: pciutils
|
Name: pciutils
|
||||||
Version: 3.1.3
|
Version: 3.1.3
|
||||||
Release: 3
|
Release: 4
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: licenses
|
BuildRequires: licenses
|
||||||
Requires: licenses
|
Requires: licenses
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Index: pciutils-2.2.4/update-pciids.sh
|
Index: pciutils-3.1.3/Makefile
|
||||||
================================================================================
|
===================================================================
|
||||||
--- pciutils-2.2.6/Makefile
|
--- pciutils-3.1.3.orig/Makefile
|
||||||
+++ pciutils-2.2.6/Makefile
|
+++ pciutils-3.1.3/Makefile
|
||||||
@@ -47,7 +47,7 @@
|
@@ -78,7 +78,7 @@ setpci.o: setpci.c pciutils.h $(PCIINC)
|
||||||
common.o: common.c pciutils.h $(PCIINC)
|
common.o: common.c pciutils.h $(PCIINC)
|
||||||
|
|
||||||
update-pciids: update-pciids.sh
|
update-pciids: update-pciids.sh
|
||||||
@ -10,10 +10,12 @@ Index: pciutils-2.2.4/update-pciids.sh
|
|||||||
+ sed <$< >$@ "s@^DEST=.*@DEST=$(IDSDIR)/pci.ids.d/pci.ids.dist@;s@^PCI_COMPRESSED_IDS=.*@PCI_COMPRESSED_IDS=@"
|
+ sed <$< >$@ "s@^DEST=.*@DEST=$(IDSDIR)/pci.ids.d/pci.ids.dist@;s@^PCI_COMPRESSED_IDS=.*@PCI_COMPRESSED_IDS=@"
|
||||||
chmod +x $@
|
chmod +x $@
|
||||||
|
|
||||||
%.8: %.man
|
# The example of use of libpci
|
||||||
--- pciutils-2.2.6/update-pciids.sh
|
Index: pciutils-3.1.3/update-pciids.sh
|
||||||
+++ pciutils-2.2.6/update-pciids.sh
|
===================================================================
|
||||||
@@ -2,7 +2,7 @@
|
--- pciutils-3.1.3.orig/update-pciids.sh
|
||||||
|
+++ pciutils-3.1.3/update-pciids.sh
|
||||||
|
@@ -4,7 +4,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
SRC="http://pciids.sourceforge.net/v2.2/pci.ids"
|
SRC="http://pciids.sourceforge.net/v2.2/pci.ids"
|
||||||
@ -22,7 +24,7 @@ Index: pciutils-2.2.4/update-pciids.sh
|
|||||||
PCI_COMPRESSED_IDS=
|
PCI_COMPRESSED_IDS=
|
||||||
GREP=grep
|
GREP=grep
|
||||||
|
|
||||||
@@ -54,5 +54,11 @@
|
@@ -65,6 +65,12 @@ if [ -f $DEST ] ; then
|
||||||
fi
|
fi
|
||||||
mv $DEST.neww $DEST
|
mv $DEST.neww $DEST
|
||||||
rm $DEST.new
|
rm $DEST.new
|
||||||
@ -33,4 +35,5 @@ Index: pciutils-2.2.4/update-pciids.sh
|
|||||||
+ cp -p $DEST /usr/share/pci.ids
|
+ cp -p $DEST /usr/share/pci.ids
|
||||||
+fi
|
+fi
|
||||||
|
|
||||||
echo "Done."
|
# Older versions did not compress the ids file, so let's make sure we
|
||||||
|
# clean that up.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user