Bug 842181

Summary: perl-SOAP-Lite drops provides for perl(IO::SessionSet) and perl(IO::SessionData) in rawhide version.
Product: [Fedora] Fedora Reporter: Richard Shaw <hobbes1069>
Component: perl-SOAP-LiteAssignee: Petr Šabata <psabata>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: perl-devel, psabata
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: perl-SOAP-Lite-0.715-2.fc18 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-02 15:54:24 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:
Embargoed:

Description Richard Shaw 2012-07-22 21:14:05 UTC
Description of problem:
When trying to build MythTV in rawhide I ran across the following error on the build server.

DEBUG util.py:257:  Error: Package: perl-SOAP-Transport-TCP-0.715-6.fc18.noarch (fedora-rawhide)
DEBUG util.py:257:             Requires: perl(IO::SessionSet)
DEBUG util.py:257:  Error: Package: perl-SOAP-Transport-TCP-0.715-6.fc18.noarch (fedora-rawhide)
DEBUG util.py:257:             Requires: perl(IO::SessionData)


Version-Release number of selected component (if applicable):
perl-SOAP-Lite-0.715-1.fc18.noarch


Additional info:

The F17 version seems to provide these perl moduels. I'm not sure if this is a packaging error or an upstream change but nothing else currently appears to provide these modules.

Comment 1 Petr Šabata 2012-07-23 07:55:52 UTC
Yes, 0.715 (upstream) no longer provides those modules.
I've hit the same issue with SOAP::Transport::TCP and filed RT#78489 [1] for it.  The upstream maintainer is the same person.

So far this seems intentional but I'd wait for some comments from him.

[1] https://rt.cpan.org/Public/Bug/Display.html?id=78489

Comment 2 Richard Shaw 2012-07-23 13:26:31 UTC
Is it safe for me to assume then that you'll be waiting to hear from upstream before pushing this version to the stable branches?

Comment 3 Petr Šabata 2012-07-23 13:55:32 UTC
(In reply to comment #2)
> Is it safe for me to assume then that you'll be waiting to hear from
> upstream before pushing this version to the stable branches?

Yes;  this is just a Rawhide thing.

Comment 4 Richard Shaw 2012-07-31 02:31:47 UTC
Hmm... 10 days with no activity on the cpan bug tracker... Not a good sign.

Comment 5 Petr Šabata 2012-08-01 14:03:16 UTC
I've mailed Martin directly now.

I suspect this change wasn't intentional and will include the modules from 0.714 if he doesn't respond in near future.

Comment 6 Petr Šabata 2012-08-02 15:54:24 UTC
Upstream confirmed those were removed unintentionally and will be added again in the next release.  I've added the latest versions (0.714) of those to the current (perl-SOAP-Lite-0.715-2.fc18) package for the time being.

Comment 7 Richard Shaw 2012-08-02 15:57:44 UTC
Thanks for following up!