Comments

92 Comments
karma

I did not test specifically on Fedora 25 but on Fedora 24 I see regression https://bugzilla.redhat.com/show_bug.cgi?id=1391445

karma

The ipsilon-client-install has regression https://bugzilla.redhat.com/show_bug.cgi?id=1391445

BZ#1348585 Ipsilon form config contains wrong PAM service file
BZ#1346336 New ipsilon-idp.conf doesn't work with mod_nss installed
karma

Seconded, 1346336 still broken as the .conf file still contains

<IfModule mod_nss.c> NSSRequireSSL </IfModule> <IfModule !mod_nss.c> SSLRequireSSL </IfModule>

BZ#1346336 New ipsilon-idp.conf doesn't work with mod_nss installed

Seconded, 1346336 still broken as the .conf file still contains

<IfModule mod_nss.c>
    NSSRequireSSL
</IfModule>
<IfModule !mod_nss.c>
    SSLRequireSSL
</IfModule>
BZ#1346336 New ipsilon-idp.conf doesn't work with mod_nss installed

Dependency issue is resolved.

BZ#1369738 Error: nothing provides libdns.so.162()(64bit) needed by bind-dyndb-ldap-8.0-4.fc23.x86_64

LGTM and fixes bug 1336913.

BZ#1336913 FFI.cdef() prints WARNING: yacc table file version is out of date

The warning is no longer shown. Thank you.

BZ#1334583 warning: user ipsilon does not exist - using root

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 https://bodhi.fedoraproject.org/updates/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 https://bodhi.fedoraproject.org/updates/FEDORA-2016-9af442bcb2, will try to make one update for both packages.

karma

I've tested with new FreeIPA installation, things are sane.

BZ#1311392 Installing mod_nss creates empty file /0
karma

Cookie handling works with this build. Thank you.

BZ#1311907 curl loops when storing cookies

Installing the update package no longer creates the /0 file.

BZ#1311392 Installing mod_nss creates empty file /0

The two bugzillas I've filed were fixed.

BZ#1250566 ipsilon-client-install fails with ImportError: No module named requests
BZ#1246404 ipsilon-client-install man page not installed with ipsilon-client

Oops, I meant to select -1.

BZ#1246404 ipsilon-client-install man page not installed with ipsilon-client
BZ#1250566 ipsilon-client-install fails with ImportError: No module named requests