[Bug 1542522] Review Request: jsonnet - a data templating language

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=1542522



--- Comment #9 from Itamar Reis Peixoto <itamar@xxxxxxxxxxxxxxxx> ---
instead of


%if 0%{?fedora}
%files -n lib%{name}-python3
%{python3_sitearch}/*
%endif

use


%files -n lib%{name}-python%{python3_pkgversion}
%{python3_sitearch}/*


instead of

%package -n lib%{name}-python3

use
%package -n lib%{name}-python%{python3_pkgversion}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux