- Don't package COPYING twice (bug #189162).
This commit is contained in:
parent
d981b15bcb
commit
2b71442bf2
@ -126,6 +126,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d
|
||||
mv %{buildroot}%{_sysconfdir}/{init.d,rc.d/init.d}/hplip
|
||||
|
||||
# Remove files we don't want to package.
|
||||
rm -f %{buildroot}%{_datadir}/hplip/COPYING
|
||||
rm -f %{buildroot}%{_datadir}/hplip/hplip
|
||||
rm -f %{buildroot}%{_datadir}/hplip/hplip.conf
|
||||
rm -f %{buildroot}%{_datadir}/hplip/hplip_overview.png
|
||||
@ -182,6 +183,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Wed Apr 19 2006 Tim Waugh <twaugh@redhat.com>
|
||||
- Don't package COPYING twice (bug #189162).
|
||||
|
||||
* Tue Apr 18 2006 Tim Waugh <twaugh@redhat.com> 0.9.10-5
|
||||
- Patchlevel 1.
|
||||
- Fixed another case-sensitive match.
|
||||
|
Loading…
Reference in New Issue
Block a user