[cdrdao] - Fixed warning while erasing this package - https://bugzilla.redhat.com/show_bug.cgi?id=665656

Jan Horak hhorak at fedoraproject.org
Thu Jan 20 16:08:29 UTC 2011


commit 2cfb93e3a8c4c5f1b932ee5a7dda3d93d3fd86b6
Author: Jan Horák <hhorak at dhcp-25-53.brq.redhat.com>
Date:   Thu Jan 20 17:08:20 2011 +0100

    - Fixed warning while erasing this package
    - https://bugzilla.redhat.com/show_bug.cgi?id=665656

 cdrdao.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/cdrdao.spec b/cdrdao.spec
index 2a6ce31..16d8541 100644
--- a/cdrdao.spec
+++ b/cdrdao.spec
@@ -1,7 +1,7 @@
 Summary:   Writes audio CD-Rs in disk-at-once (DAO) mode
 Name:      cdrdao
 Version:   1.2.3
-Release:   7%{?dist}
+Release:   8%{?dist}
 License:   GPLv2+
 Group:     Applications/Multimedia
 URL:       http://cdrdao.sourceforge.net/
@@ -97,7 +97,7 @@ if [ "$1" -gt 1 ]; then
 fi
 
 
-%preun
+%preun -n gcdmaster
 if [ "$1" -eq 0 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
   gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/gcdmaster.schemas > /dev/null || :
@@ -130,6 +130,10 @@ fi
 
 
 %changelog
+* Thu Jan 20 2011 Honza Horak <hhorak at redhat.com> - 1.2.3-8
+- Fixed warning while erasing this package
+- https://bugzilla.redhat.com/show_bug.cgi?id=665656
+
 * Thu Sep 02 2010 Rakesh Pandit <rakesh at fedoraproject.org> - 1.2.3-7
 - Bump for libao
 


More information about the scm-commits mailing list