Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rpm packaging] Dependency on tendrl-common #78

Closed
fbalak opened this issue Jan 12, 2017 · 1 comment
Closed

[rpm packaging] Dependency on tendrl-common #78

fbalak opened this issue Jan 12, 2017 · 1 comment
Assignees

Comments

@fbalak
Copy link

fbalak commented Jan 12, 2017

tendrl-ceph-integration-1.1-1.el7.centos.noarch.rpm have a dependency on tendrl-common. tendrl-common was recently renamed to tendrl-commons so the package should reflect it in a dependency list.

Currently:

# rpm -qp https://copr-be.cloud.fedoraproject.org/results/tendrl/tendrl/epel-7-x86_64/00498989-tendrl-ceph-integration/tendrl-ceph-integration-1.1-1.el7.centos.noarch.rpm --requires
/bin/sh
.
.
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
tendrl-common
rpmlib(PayloadIsXz) <= 5.2-1
#

Should be:

# rpm -qp https://copr-be.cloud.fedoraproject.org/results/tendrl/tendrl/epel-7-x86_64/00498989-tendrl-ceph-integration/tendrl-ceph-integration-1.1-1.el7.centos.noarch.rpm --requires
/bin/sh
.
.
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
tendrl-commons
rpmlib(PayloadIsXz) <= 5.2-1
#
TimothyAsirJeyasing added a commit to TimothyAsirJeyasing/ceph_integration that referenced this issue Jan 16, 2017
tendrl-bug-id: Tendrl#78
Signed-off-by: Timothy Asir J <tjeyasin@redhat.com>
@fbalak
Copy link
Author

fbalak commented Jan 26, 2017

Tested with tendrl-ceph-integration-1.2-01_25_2017_19_16_48.noarch.rpm. This issue is resolved.

@fbalak fbalak closed this as completed Jan 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants