diff --git a/setserial.spec b/setserial.spec index 80a41df..5807daa 100644 --- a/setserial.spec +++ b/setserial.spec @@ -3,22 +3,20 @@ Summary: A utility for configuring serial ports. Name: setserial Version: 2.17 -Release: 3 +Release: 4 Source: ftp://tsx-11.mit.edu/pub/linux/sources/sbin/setserial-%{version}.tar.gz Patch0: setserial-2.17-fhs.patch Copyright: GPL Group: Applications/System Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-root +ExcludeArch: s390 s390x %description Setserial is a basic system utility for displaying or setting serial port information. Setserial can reveal and allow you to alter the I/O port and IRQ that a particular serial device is using, and more. -You should install setserial because you may find it useful for -detecting and/or altering device information. - %prep %setup -q %patch0 -p1 -b .fhs @@ -46,7 +44,13 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man*/* %changelog -* Wed Jul 12 2000 Prospector +* Tue Jun 19 2001 Florian La Roche +- add ExcludeArch: s390 s390x + +* Wed May 30 2001 Tim Waugh 2.17-3 +- Sync description with specspo. + +* Wed Jul 12 2000 Prospector 2.17-2 - automatic rebuild * Wed Jun 14 2000 Jeff Johnson