public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vym] epel10: Requires fix.
@ 2026-07-20 18:59 Jon Ciesla
  0 siblings, 0 replies; 3+ messages in thread
From: Jon Ciesla @ 2026-07-20 18:59 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/vym
Branch : epel10
Commit : fd3aa720097010cc72b775606c72452bd0c75863
Author : Jon Ciesla <limburgher@gmail.com>
Date   : 2012-03-07T07:39:13-06:00
Stats  : +6/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/vym/c/fd3aa720097010cc72b775606c72452bd0c75863?branch=epel10

Log:
Requires fix.

---
diff --git a/vym.spec b/vym.spec
index 5df9797..2aaee87 100644
--- a/vym.spec
+++ b/vym.spec
@@ -1,7 +1,7 @@
 %define __requires_exclude .*BugzillaClient.*
 Name:           vym
 Version:        2.0.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        View your mind
 
 Group:          Applications/Productivity
@@ -25,6 +25,8 @@ BuildRequires:  qt4-devel libXext-devel desktop-file-utils
 }
 %global __requires_exclude%{?__requires_exclude:%__requires_exclude|}perl\\(BugzillaClient\\)
 Requires:	perl-BZ-Client
+# 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
@@ -101,6 +103,9 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Wed Mar 07 2012 Jon Ciesla <limburgher@gmail.com> - 2.0.6-2
+- Require needed utilities, BZ 799006.
+
 * Thu Jan 05 2012 Jon Ciesla <limburgher@gmail.com> - 2.0.6-1
 - New upstream.
 - Patch for gcc 4.7.0.

^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [rpms/vym] epel10: Requires fix.
@ 2026-07-20 18:59 Jon Ciesla
  0 siblings, 0 replies; 3+ messages in thread
From: Jon Ciesla @ 2026-07-20 18:59 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/vym
Branch : epel10
Commit : 1627dda04be18fb4d290417d96c8f48d1cb9438d
Author : Jon Ciesla <limb@jcomserv.net>
Date   : 2011-08-18T09:04:15-05:00
Stats  : +5/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/vym/c/1627dda04be18fb4d290417d96c8f48d1cb9438d?branch=epel10

Log:
Requires fix.

---
diff --git a/vym.spec b/vym.spec
index b4adabd..130e035 100644
--- a/vym.spec
+++ b/vym.spec
@@ -1,7 +1,7 @@
 %define __requires_exclude .*BugzillaClient.*
 Name:           vym
 Version:        1.13.39
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        View your mind
 
 Group:          Applications/Productivity
@@ -22,6 +22,7 @@ BuildRequires:  qt4-devel libXext-devel desktop-file-utils
 %filter_from_requires /^perl(BugzillaClient)$/d
 %?perl_default_filter
 }
+%global __requires_exclude%{?__requires_exclude:%__requires_exclude|}perl\\(BugzillaClient\\)
 Requires:	perl-BZ-Client
 
 %description
@@ -97,6 +98,9 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Thu Aug 18 2011 Jon Ciesla <limb@jcomserv.net> - 1.13.39-2
+- Requires exclusion correction.
+
 * Wed Aug 17 2011 Jon Ciesla <limb@jcomserv.net> - 1.13.39-1
 - New upstream.
 

^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [rpms/vym] epel10: Requires fix.
@ 2026-07-20 18:59 Jon Ciesla
  0 siblings, 0 replies; 3+ messages in thread
From: Jon Ciesla @ 2026-07-20 18:59 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/vym
Branch : epel10
Commit : 98d6906a4f7a1a8f7b763e9e8dce6199ab1173db
Author : Jon Ciesla <limb@jcomserv.net>
Date   : 2011-05-19T13:19:48-05:00
Stats  : +5/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/vym/c/98d6906a4f7a1a8f7b763e9e8dce6199ab1173db?branch=epel10

Log:
Requires fix.

---
diff --git a/vym.spec b/vym.spec
index 5bb924b..2de4642 100644
--- a/vym.spec
+++ b/vym.spec
@@ -1,6 +1,7 @@
+%define __provides_exclude .*BugzillaClient.*
 Name:           vym
 Version:        1.13.29
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        View your mind
 
 Group:          Applications/Productivity
@@ -96,6 +97,9 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Thu May 19 2011 Jon Ciesla <limb@jcomserv.net> - 1.13.29-2
+- Fix requires.
+
 * Mon May 16 2011 Jon Ciesla <limb@jcomserv.net> - 1.13.29-1
 - New upstream.
 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-20 18:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 18:59 [rpms/vym] epel10: Requires fix Jon Ciesla
  -- strict thread matches above, loose matches on Subject: below --
2026-07-20 18:59 Jon Ciesla
2026-07-20 18:59 Jon Ciesla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox