- Fixed another case-sensitive match.

This commit is contained in:
Tim Waugh 2006-04-18 15:48:48 +00:00
parent 019502e602
commit a412a18c7d

View File

@ -170,6 +170,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
fi fi
%changelog %changelog
* Tue Apr 18 2006 Tim Waugh <twaugh@redhat.com>
- Fixed another case-sensitive match.
* Tue Apr 4 2006 Tim Waugh <twaugh@redhat.com> 0.9.10-4 * Tue Apr 4 2006 Tim Waugh <twaugh@redhat.com> 0.9.10-4
- Use case-insensitive matching. 0.9.8 gave all-uppercase in some - Use case-insensitive matching. 0.9.8 gave all-uppercase in some
situations. situations.