Bug 1727107 - geo-replication/setup.py missing license details in setup()
Summary: geo-replication/setup.py missing license details in setup()
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: geo-replication
Version: mainline
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Kshithij Iyer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-07-04 13:30 UTC by Kshithij Iyer
Modified: 2019-07-10 04:18 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-07-10 04:18:17 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Gluster.org Gerrit 22998 0 None Merged [geo-replication] geo-replication/setup.py missing license details in setup() 2019-07-10 04:18:16 UTC

Description Kshithij Iyer 2019-07-04 13:30:44 UTC
Description of problem:
geo-replication/setup.py missing license details in setup() as shown below:

setup(
    name=name,
    version="",
    description='GlusterFS Geo Replication',
    license='',
    author='Red Hat, Inc.',
    author_email='gluster-devel',
    url='http://www.gluster.org',
    packages=['syncdaemon', ],
    test_suite='nose.collector',
    install_requires=[],
    scripts=[],
    entry_points={},
)

Version-Release number of selected component (if applicable):
Whatever is the current upstream version

Actual results:
license=''

Expected results:
license='GPLV2 and LGPLV3+'

Additional info:

Comment 1 Worker Ant 2019-07-04 13:41:23 UTC
REVIEW: https://review.gluster.org/22998 ([geo-replication] geo-replication/setup.py missing license details in setup()) posted (#1) for review on master by Kshithij Iyer

Comment 2 Worker Ant 2019-07-10 04:18:17 UTC
REVIEW: https://review.gluster.org/22998 ([geo-replication] geo-replication/setup.py missing license details in setup()) merged (#2) on master by Amar Tumballi


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