This update makes docker-compose work: https://bugzilla.redhat.com/show_bug.cgi?id=1332613
This build suffers from https://github.com/docker/compose/issues/3342:
Traceback (most recent call last):
File "/usr/bin/docker-compose", line 9, in <module>
load_entry_point('docker-compose==1.7.0', 'console_scripts', 'docker-compose')()
File "/usr/lib/python2.7/site-packages/compose/cli/main.py", line 57, in main
command()
File "/usr/lib/python2.7/site-packages/compose/cli/main.py", line 105, in perform_command
project = project_from_options('.', options)
File "/usr/lib/python2.7/site-packages/compose/cli/command.py", line 31, in project_from_options
environment=environment
File "/usr/lib/python2.7/site-packages/compose/cli/command.py", line 76, in get_project
host=host, environment=environment
File "/usr/lib/python2.7/site-packages/compose/cli/command.py", line 49, in get_client
environment=environment
File "/usr/lib/python2.7/site-packages/compose/cli/docker_client.py", line 52, in docker_client
kwargs = kwargs_from_env(environment=environment)
TypeError: kwargs_from_env() got an unexpected keyword argument 'environment'
The build introduces regression for systemd-based containers: https://bugzilla.redhat.com/show_bug.cgi?id=1322508
Thanks. I've unpushed FEDORA-2016-3122ec6414 and added perl-Git-Version-Compare-1.001-1.fc24 here -- hopefully it's the right way to do it.
This update has been unpushed.
Unpushing per recommendation in FEDORA-2016-9af442bcb2, will try to make one update for both packages.
I've tested with new FreeIPA installation, things are sane.
Cookie handling works with this build. Thank you.
Installing the update package no longer creates the /0 file.
The two bugzillas I've filed were fixed.
Oops, I meant to select -1.
Oops, I meant to select -1.
Neither #1246404 nor #1250566 seem fixed by ipsilon-client-1.1.0-1.fc23:
# rpm -q ipsilon-client
ipsilon-client-1.1.0-1.fc23.noarch
# man ipsilon-client-install
No manual entry for ipsilon-client-install
# ipsilon-client-install --saml-idp-metadata https://idp.example.test/idp/saml2/metadata --saml-auth /protected
Traceback (most recent call last):
File "/usr/bin/ipsilon-client-install", line 18, in <module>
import requests
ImportError: No module named requests
Bug 1194369 is fixed.
Introduced regression: https://bugzilla.redhat.com/show_bug.cgi?id=1231834
Exec format error
Both 1213385 and 1213258 are resolved -- works for me.
The 1.6 package suffers from https://bugzilla.redhat.com/show_bug.cgi?id=1213385
Dependency on tar needed: https://bugzilla.redhat.com/show_bug.cgi?id=1213258
The warning is no longer shown. Thank you.