On 10/22/2013 01:05 PM, Tomáš Kašpárek wrote:
> Hello Johannes,
> 
> I've discovered issue in 12ce0476ba547fade1cbe3819e77fd560de7fdb0 which 
> causes RPM build errors
> during build time.
> 
> RPM build errors:
>     File not found:
> /root/rpmbuild/BUILDROOT/spacewalk-branding-2.1.5-1.git.233.e7a7524.el6.x86_64/var/www/html/css
>     File not found by glob:
> /root/rpmbuild/BUILDROOT/spacewalk-branding-2.1.5-1.git.233.e7a7524.el6.x86_64/var/www/html/css/*
> 
> cp -pR css %{buildroot}/%{_var}/www/html/ copied whole css directory to 
> /%{_var}/www/html efectively
> making it /%{_var}/www/html/css.
> 
> cp -p css/*.css %{buildroot}/%{_var}/www/html/ takes matched files and copies 
> them into
> /%{_var}/www/html/ throwing away the fact they were placed in css directory.
> 
> Sending you patch which fixes the problem.

Ah yes, I see. Thank you very much for testing it! I applied your patch and 
hope that
the package builds and works fine apart from that.

Thanks,
Johannes

-- 
SUSE LINUX Products GmbH, HRB 16746 (AG Nürnberg)
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to