From e041bab4811cd2353771882e2dde5bc64811bb16 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 17 Jul 2007 05:47:09 +0000 Subject: [PATCH] lm_sensors WIP --- lm_sensors.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lm_sensors.spec b/lm_sensors.spec index 24b1533..0775ca3 100644 --- a/lm_sensors.spec +++ b/lm_sensors.spec @@ -24,7 +24,7 @@ Requires(post): chkconfig Requires(post): /sbin/ldconfig BuildRequires: kernel-headers >= 2.2.16, bison, libsysfs-devel, flex BuildRequires: rrdtool-devel -ExclusiveArch: alpha %{ix86} x86_64 +ExcludeArch: s390 s390x %description The lm_sensors package includes a collection of modules for general SMBus @@ -140,7 +140,9 @@ fi %config(noreplace) %{_sysconfdir}/sensors.conf %{_bindir}/* %{_libdir}/*.so.* -%{_mandir}/man*/* +%{_mandir}/man1/* +%{_mandir}/man5/* +%{_mandir}/man8/* %{_sbindir}/* %{_initrddir}/lm_sensors %config(noreplace) %{_sysconfdir}/sysconfig/lm_sensors @@ -151,6 +153,7 @@ fi %defattr(-,root,root) %{_includedir}/sensors %{_libdir}/lib*.so +%{_mandir}/man3/* %files sensord %defattr(-,root,root,-) @@ -166,6 +169,10 @@ fi %changelog +- Move libsensors.3 manpage to -devel sub-package +- Switch from ExclusiveArch: alph ix86 x86_64, to ExcludeArch: s390 s390x, + so that we get build on ppc, arm, etc. too. (bz 181037 amongst others) + * Mon Jul 9 2007 Hans de Goede - 2.10.3-3 - Remove no longer needed patches 1, 2 & 6 - Various specfile cleanups to match the Fedora packaging guidelines