auto-import changelog data from setserial-2.17-4.src.rpm

Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- add ExcludeArch: s390 s390x
Wed May 30 2001 Tim Waugh <twaugh@redhat.com> 2.17-3
- Sync description with specspo.
This commit is contained in:
cvsdist 2004-09-09 12:16:06 +00:00
parent 5a1e93a057
commit 5135e809d2

View File

@ -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 <bugzilla@redhat.com>
* Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- add ExcludeArch: s390 s390x
* Wed May 30 2001 Tim Waugh <twaugh@redhat.com> 2.17-3
- Sync description with specspo.
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com> 2.17-2
- automatic rebuild
* Wed Jun 14 2000 Jeff Johnson <jbj@redhat.com>