auto-import changelog data from foomatic-1.1-0.20011018.7.src.rpm

Mon Nov 26 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.7
- /var/chache => /var/cache, doh!
This commit is contained in:
cvsdist 2004-09-09 04:50:25 +00:00
parent 317096139b
commit 341cbce23b

View File

@ -2,7 +2,7 @@ Summary: Foomatic printer database.
Name: foomatic
Version: 1.1
%define release_date 20011018
Release: 0.%{release_date}.6
Release: 0.%{release_date}.7
License: GPL
Group: System Environment/Libraries
@ -74,7 +74,7 @@ mkdir -p $RPM_BUILD_ROOT/var/cache/foomatic/{pcache,compiled}
%post
# zap the cache
rm -rf /var/chache/foomatic/{pcache,compiled}/*
rm -rf /var/cache/foomatic/pcache/* /var/cache/foomatic/compiled/*
# Try to rebuild the printconf data
if [ -x /usr/sbin/printconf-backend ] ; then
@ -103,6 +103,9 @@ rm -fr %buildroot
%_datadir/*
%changelog
* Mon Nov 26 2001 Crutcher Dunnavant <crutcher@redhat.com> 1.1-0.20011018.7
- /var/chache => /var/cache, doh!
* Fri Nov 16 2001 Nalin Dahyabhai <nalin@redhat.com> 1.1-0.20011018.6
- fix %%post scriptlet