Bug ID 1179864
Summary osc updatepacmetafromspec fails to expand rpm macros in URL tag of spec file
Classification openSUSE
Product openSUSE.org
Version unspecified
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component BuildService
Assignee screening-team-bugs@suse.de
Reporter bernd.leibing@uni-ulm.de
QA Contact adrian.schroeter@suse.com
Found By ---
Blocker ---

obs perl spec files often define cpan_name an use it in the URL tag

%define cpan_name Net-SNMP-Mixin
URL:            https://metacpan.org/release/%{cpan_name}


"osc updatepacmetafromspec" creates meta
<url>https://metacpan.org/release/%{cpan_name}</url>

but should
<url>https://metacpan.org/release/Net-SNMP-Mixin</url>


You are receiving this mail because: