Bug 1329667 - python3-docker-scripts first line in spec file description empty
Summary: python3-docker-scripts first line in spec file description empty
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: python-docker-scripts
Version: 23
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Marek Goldmann
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-22 14:19 UTC by Kees de Jong
Modified: 2016-11-25 16:20 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-25 16:20:38 UTC
Type: Bug


Attachments (Terms of Use)

Description Kees de Jong 2016-04-22 14:19:37 UTC
Description of problem: The first line of the spec file's description seems to be empty. This first line is used e.g. with `dnf search python3-docker-scripts`, where the Summery is now blank because of this empty line. In python-docker-scripts the description is correct, there it does display a summery message.

Version-Release number of selected component (if applicable): python3-docker-scripts 0.4.4

Steps to Reproduce:
$ alias diffs='diff --suppress-common-lines --side-by-side'
$ dnf info python-docker-scripts.noarch > /tmp/python-docker-scripts.noarch
$ dnf info python3-docker-scripts.noarch > /tmp/python3-docker-scripts.noarch
$ diffs /tmp/python-docker-scripts.noarch /tmp/python3-docker-scripts.noarch                                        
Last metadata expiration check: 1 day, 3:20:16 ago on Thu Apr | Last metadata expiration check: 1 day, 3:20:22 ago on Thu Apr
Name        : python-docker-scripts                           | Name        : python3-docker-scripts
Summary     : Collection of scripts to help manage Docker     | Summary     : Summary
Description : A swiss-knife tool that could be useful for peo | Description : 
                                                              >             : A swiss-knife tool that could be useful for peo

Comment 1 Fedora End Of Life 2016-11-25 07:26:45 UTC
This message is a reminder that Fedora 23 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 23. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '23'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 23 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 2 Kees de Jong 2016-11-25 16:20:38 UTC
This package has been renamed and the issue seems to be fixed.


[root@defiant ~]# dnf install python3-docker-scripts
Last metadata expiration check: 1:23:27 ago on Fri Nov 25 15:56:02 2016.
Dependencies resolved.
==================================================================================================================================================================================================================================================================================
 Package                                                                       Arch                                                        Version                                                             Repository                                                    Size
==================================================================================================================================================================================================================================================================================
Installing:
 python3-docker-py                                                             noarch                                                      1.8.1-1.fc24                                                        fedora                                                        88 k
 python3-docker-squash                                                         noarch                                                      1.0.4-1.fc24                                                        updates                                                       48 k
 python3-websocket-client                                                      noarch                                                      0.34.0-3.fc24                                                       fedora                                                        63 k

Transaction Summary
==================================================================================================================================================================================================================================================================================
Install  3 Packages

Total download size: 199 k
Installed size: 777 k
Is this ok [y/N]: n
Operation aborted.
[root@defiant ~]# dnf search python3 | grep docker
python3-sen.noarch : Terminal User Interface for docker engine
python3-docker-py.noarch : An API client for docker written in Python 3
python3-dockerpty.noarch : Python library to use the pseudo-tty of a docker
python3-docker-squash.noarch : Docker layer squashing tool
python3-docker-pycreds.noarch : Python bindings for the docker credentials store
python3-dockerfile-parse.noarch : Python 3 library for Dockerfile manipulation


Note You need to log in before you can comment on or make changes to this bug.