On 09/25/2015 01:40 PM, Jürgen Weigert wrote:
Hey Owen!
great that you had success finally.
There is support for that specific build target in the spec files already. It is called 'CentOS_6_PHP54'. Not sure how you can select this, if you do manual rebuilds, but in the BuildService, I have the %{_repository} variable telling me what my current build target is. The code that takes care of prepending 'php54-' to all dependencies looks like this:

%define ocphp           php
%define ocphp_bin       /usr/bin
%define ochttpd         httpd
%if "%_repository" == "CentOS_6_PHP54" || "%_repository" == "RHEL_6_PHP54"
%define ocphp           php54-php
%define ocphp_bin       /opt/rh/php54/root/usr/bin
%define ochttpd         httpd
%endif

seen here: https://build.opensuse.org/package/show/isv:ownCloud:community:8.1/owncloud
Would it be possible to get this repo enabled so that it could be used by people using the php54 from the SCL? If it's a matter of editing /etc/yum.repos.d/isv:ownCloud:community.repo to point to a CentOS_6_PHP54 repository then that's easy. But that repository doesn't currently exist; something about 'Build jobs have been processed, new repository is not yet created.'

_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to