fix typo in spec file

This commit is contained in:
Nils Philippsen 2007-07-24 17:27:44 +00:00
parent 3c425db50a
commit d3d094b33a

View File

@ -24,7 +24,7 @@
Summary: Scanner access software
Name: sane-backends
Version: 1.0.18
Release: 11%{?dist}
Release: 12%{?dist}
License: GPL (programs), relaxed LGPL (libraries), and public domain (docs)
Group: System Environment/Libraries
Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz
@ -127,7 +127,7 @@ want to access digital cameras.
%patch8 -p1 -b .udev-new-kernels
%if %udev_098
patch9 -p1 -b .udev-098
%patch9 -p1 -b .udev-098
%endif
for i in agfafocus avision coolscan2 umax_pp; do
@ -248,6 +248,9 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/sane-backends.pc
%changelog
* Tue Jul 24 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-12
- fix typo in spec file
* Tue Jul 24 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-11
- work around udev regexes not matching as they should (#244444)