[vym/el5] Requires fix.

Jon Ciesla limb at fedoraproject.org
Wed Mar 7 13:50:39 UTC 2012


commit fc2bbc03bbdceb7154ad2d8568c81f215b2c7fee
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed Mar 7 07:50:24 2012 -0600

    Requires fix.

 vym.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/vym.spec b/vym.spec
index 17630fd..85fcd2a 100644
--- a/vym.spec
+++ b/vym.spec
@@ -1,6 +1,6 @@
 Name:           vym
 Version:        1.10.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        View your mind
 
 Group:          Applications/Productivity
@@ -21,6 +21,8 @@ Patch8:         vym-1.10.0-qt42.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  qt4-devel libXext-devel desktop-file-utils
+# For file operations, we use command-line utilities.
+Requires: coreutils zip unzip
 
 %description
 VYM (View Your Mind) is a tool to generate and manipulate maps
@@ -104,6 +106,9 @@ update-desktop-database &> /dev/null || :
 %{_datadir}/mime/packages/vym.xml
 
 %changelog
+* Wed Mar 07 2012 Jon Ciesla <limburgher at gmail.com> - 1.10.0-5
+- Require needed utilities, BZ 799006.
+
 * Tue Jun 10 2008 Jon Ciesla <limb at jcomserv.net> - 1.10.0-4
 - Added mime type xml, BZ434929.
 


More information about the scm-commits mailing list