| Summary: | Circular build dependency in perl-Titanium-1.04-6.fc18 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paul Howarth <paul> |
| Component: | perl-Titanium | Assignee: | Emmanuel Seyman <emmanuel> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | emmanuel, perl-devel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-04-09 18:16:12 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
perl-Titanium build-requires perl(Module::Starter::Plugin::CGIApp) but perl-Module-Starter-Plugin-CGIApp requires perl(Titanium) itself. Fortunately, perl-Titanium's test suite doesn't appear to actually test its functionality, so we can get away without BR: perl(Module::Starter::Plugin::CGIApp) when bootstrapping: diff --git a/perl-Titanium.spec b/perl-Titanium.spec index eea9d4a..2ac20ca 100644 --- a/perl-Titanium.spec +++ b/perl-Titanium.spec @@ -25,7 +25,10 @@ BuildRequires: perl(CGI::Application::Plugin::ValidateRM) BuildRequires: perl(CGI::Application::Server) BuildRequires: perl(CGI::Application::Standard::Config) BuildRequires: perl(Module::Build) +# Module::Starter::Plugin::CGIApp requires Titanium itself +%if 0%{!?perl_bootstrap:1} BuildRequires: perl(Module::Starter::Plugin::CGIApp) +%endif BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::WWW::Mechanize::CGIApp) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))