summaryrefslogtreecommitdiffstats
path: root/drakconf.spec
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-08-14 14:44:00 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-08-14 14:44:00 +0000
commite8df5330ac1ed0a73e8da676fe2cbbfb7976b64d (patch)
tree7a9826bd12b56e2fe8d7ec0e7d57b09484cdf922 /drakconf.spec
parentb7b5a92fbb8d446bace73bf8cbbe65e840bf4929 (diff)
downloadcontrol-center-e8df5330ac1ed0a73e8da676fe2cbbfb7976b64d.tar
control-center-e8df5330ac1ed0a73e8da676fe2cbbfb7976b64d.tar.gz
control-center-e8df5330ac1ed0a73e8da676fe2cbbfb7976b64d.tar.bz2
control-center-e8df5330ac1ed0a73e8da676fe2cbbfb7976b64d.tar.xz
control-center-e8df5330ac1ed0a73e8da676fe2cbbfb7976b64d.zip
0.7mdk
Diffstat (limited to 'drakconf.spec')
-rw-r--r--drakconf.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/drakconf.spec b/drakconf.spec
index 61e149f2..47bb049f 100644
--- a/drakconf.spec
+++ b/drakconf.spec
@@ -6,7 +6,7 @@
Summary: The Mandrake Control Center
Name: drakconf
Version: %version
-Release: 0.6mdk
+Release: 0.7mdk
# get the source from our cvs repository (see
# http://www.linuxmandrake.com/en/cvs.php3)
Source0: %name-%version.tar.bz2
@@ -75,8 +75,8 @@ touch %buildroot/etc/mcc.conf
%postun
%clean_menus
-%triggerun -- %{name} < 9.0-0.5mdk
-[[ -e /root/mcc.conf ]] && cp -af /root/.mcc /etc/mcc.conf
+%triggerun -- %name < 9.0-0.6mdk
+[[ -s /root/.mcc ]] && cp -af /root/.mcc /etc/mcc.conf; :
%clean
rm -rf $RPM_BUILD_ROOT
@@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
%_datadir/mcc/kde
%changelog
+* Wed Aug 14 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 9.0-0.7mdk
+- fix move from /root/.mcc to /etc/mcc.conf
+
* Tue Aug 13 2002 Pixel <pixel@mandrakesoft.com> 9.0-0.6mdk
- add WebDAV entry
- replace /etc/mcc with /etc/mcc.conf (?)