Mailinglist Archive: opensuse-commit (2129 mails)

< Previous Next >
commit pciutils
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 11 Apr 2008 00:25:18 +0200
  • Message-id: <20080410222519.4C884678335@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package pciutils
checked in at Fri Apr 11 00:25:18 CEST 2008.


--------
--- pciutils/pciutils.changes 2008-04-10 21:40:08.000000000 +0200
+++ pciutils/pciutils.changes 2008-04-11 00:07:55.152182000 +0200
@@ -1,0 +2,6 @@
+Fri Apr 11 00:07:33 CEST 2008 - mrueckert@xxxxxxx
+
+- if we no longer provide the static lib we should at least provide
+ the symlink to link against libpci
+
+-------------------------------------------------------------------



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pciutils.spec ++++++
--- /var/tmp/diff_new_pack.m16300/_old 2008-04-11 00:25:05.000000000 +0200
+++ /var/tmp/diff_new_pack.m16300/_new 2008-04-11 00:25:05.000000000 +0200
@@ -14,7 +14,7 @@
Name: pciutils
BuildRequires: zlib-devel
Version: 3.0.0
-Release: 1
+Release: 2
Requires: pciutils-ids
AutoReqProv: on
Group: Hardware/Other
@@ -47,7 +47,7 @@
Group: Development/Libraries/C and C++
Summary: Static Library and Include Files of the PCI-utilities
# As we only package a static library we need zlib-devel for final linking
-Requires: zlib-devel
+Requires: zlib-devel %{name} = %{version}

%description devel
This package contains the files that are necessary for software
@@ -73,6 +73,7 @@
mkdir -p $RPM_BUILD_ROOT%{_includedir}/pci
cp -p lib/{pci,header,config,types}.h $RPM_BUILD_ROOT%{_includedir}/pci/
rm -rf $RPM_BUILD_ROOT%{_datadir}/pci.ids*
+ln -sf libpci.so.3 %{buildroot}%{_libdir}/libpci.so

%clean
rm -rf $RPM_BUILD_ROOT
@@ -85,14 +86,18 @@
%defattr(-, root, root)
%doc README
%doc %{_mandir}/man?/*
-%{_libdir}/*.so*
+%{_libdir}/*.so.*
/sbin/*

%files devel
%defattr(-, root, root)
%{_includedir}/pci/
+%{_libdir}/*.so

%changelog
+* Fri Apr 11 2008 mrueckert@xxxxxxx
+- if we no longer provide the static lib we should at least provide
+ the symlink to link against libpci
* Thu Apr 10 2008 anicka@xxxxxxx
- update to 3.0.0
* The makefile system has been reworked. All configuration



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >