[xcdroast] Fix build fail (#716081)

Roman Rakus rrakus at fedoraproject.org
Fri Jun 24 13:38:25 UTC 2011


commit 982a8cb66e81999e112a967b080098f1babfd5f7
Author: Roman Rakus <rrakus at redhat.com>
Date:   Fri Jun 24 15:37:34 2011 +0200

    Fix build fail (#716081)
    
    Signed-off-by: Roman Rakus <rrakus at redhat.com>

 xcdroast.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xcdroast.spec b/xcdroast.spec
index 0194ca9..3904eb2 100644
--- a/xcdroast.spec
+++ b/xcdroast.spec
@@ -2,7 +2,7 @@
 Summary: An X Window System based tool for creating CDs
 Name: xcdroast
 Version: 0.98
-Release: 0.6.%{?alphatag}%{?dist}
+Release: 0.7.%{?alphatag}%{?dist}
 Epoch: 1
 License: LGPLv2+ and GPLv2
 Group: Applications/Multimedia
@@ -22,7 +22,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: cdrecord >= 2.0
 Requires: mkisofs >= 2.0
-Requires(hint): cdda2wav >= 2.0
+Requires: cdda2wav >= 2.0
 BuildRequires: gtk2-devel >= 2.0.6
 BuildRequires: desktop-file-utils >= 0.2.92
 
@@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc/manual/*
 
 %changelog
+* Fri Jun 24 2011 Roman Rakus <rrakus at redhat.com> - 1:0.98-0.7.alpha16
+- Fix build fail (#716081)
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list