From 341cbce23b2fd9b844f344e1825715b4193712b7 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 04:50:25 +0000 Subject: auto-import changelog data from foomatic-1.1-0.20011018.7.src.rpm Mon Nov 26 2001 Crutcher Dunnavant 1.1-0.20011018.7 - /var/chache => /var/cache, doh! --- diff --git a/foomatic.spec b/foomatic.spec index 8542b93..ac9fd80 100644 --- a/foomatic.spec +++ b/foomatic.spec @@ -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 1.1-0.20011018.7 +- /var/chache => /var/cache, doh! + * Fri Nov 16 2001 Nalin Dahyabhai 1.1-0.20011018.6 - fix %%post scriptlet