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

hammer: redhat-lsb-core dependency was dropped, but is still needed #7876

Merged
1 commit merged into from Mar 11, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion ceph.spec.in
Expand Up @@ -103,7 +103,10 @@ BuildRequires: %insserv_prereq
BuildRequires: mozilla-nss-devel
BuildRequires: keyutils-devel
BuildRequires: libatomic-ops-devel
%else
Requires: lsb-release
BuildRequires: lsb-release
%endif
%if 0%{?fedora} || 0%{?rhel}
Requires: gdisk
BuildRequires: nss-devel
BuildRequires: keyutils-libs-devel
Expand All @@ -114,6 +117,8 @@ Requires(preun):chkconfig
Requires(preun):initscripts
BuildRequires: gperftools-devel
Requires: python-flask
Requires: redhat-lsb-core
BuildRequires: redhat-lsb-core
%endif
# lttng and babeltrace for rbd-replay-prep
%if 0%{?_with_lttng}
Expand Down
1 change: 1 addition & 0 deletions debian/control
Expand Up @@ -66,6 +66,7 @@ Depends: binutils,
cryptsetup-bin | cryptsetup,
gdisk,
logrotate,
lsb-release,
parted,
python,
python-argparse,
Expand Down