From ebbf7baef66f2a5606c06a07afada84e5852ae9d Mon Sep 17 00:00:00 2001 From: Jerry James Date: Oct 04 2015 03:46:44 +0000 Subject: Fix Requires snafu that made the package uninstallable. --- diff --git a/polymake.spec b/polymake.spec index 2659787..722abf5 100644 --- a/polymake.spec +++ b/polymake.spec @@ -11,7 +11,7 @@ Name: polymake Version: 2.14r1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Algorithms on convex polytopes and polyhedra License: GPLv2+ URL: http://polymake.org/ @@ -88,6 +88,7 @@ Requires: perl(Term::ReadLine::Gnu) %global __requires_exclude perl\\\(it\\\) %global __requires_exclude %{__requires_exclude}|perl\\\(Polymake::Background\\\) %global __requires_exclude %{__requires_exclude}|perl\\\(Polymake::Core::RuleFilter\\\) +%global __requires_exclude %{__requires_exclude}|perl\\\(Polymake::Core::ShellHelpers\\\) %global __requires_exclude %{__requires_exclude}|perl\\\(Polymake::file_utils\.pl\\\) %global __requires_exclude %{__requires_exclude}|perl\\\(Polymake::Namespaces\\\) %global __requires_exclude %{__requires_exclude}|perl\\\(Polymake::regex\.pl\\\) @@ -264,6 +265,9 @@ sed -i 's,%{buildroot},,' %{buildroot}%{polydir}/bundled/singular/conf.make %doc doc/* %changelog +* Sat Oct 3 2015 Jerry James - 2.14r1-2 +- Fix Requires snafu that made the package uninstallable + * Fri Oct 2 2015 Jerry James - 2.14r1-1 - The 2.15 branch is not ready; go back to the latest 2.14 release