- Fixed warning while erasing this package
- https://bugzilla.redhat.com/show_bug.cgi?id=665656
This commit is contained in:
parent
f0d448bca8
commit
2cfb93e3a8
@ -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@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@fedoraproject.org> - 1.2.3-7
|
||||
- Bump for libao
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user