Skip to content

Commit

Permalink
Merge pull request ceph#45677 from ideepika/wip-ninja-default
Browse files Browse the repository at this point in the history
ceph.spec: make ninja-build package install always

Reviewed-by: Ilya Dryomov <[email protected]>
Reviewed-by: Tim Serong <[email protected]>
  • Loading branch information
idryomov authored Apr 12, 2022
2 parents 5ee066c + fa7821d commit b100d1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ BuildRequires: libbz2-devel
BuildRequires: mozilla-nss-devel
BuildRequires: keyutils-devel
BuildRequires: libopenssl-devel
BuildRequires: ninja
BuildRequires: openldap2-devel
#BuildRequires: krb5
#BuildRequires: krb5-devel
Expand All @@ -344,6 +345,7 @@ BuildRequires: nss-devel
BuildRequires: keyutils-libs-devel
BuildRequires: libibverbs-devel
BuildRequires: librdmacm-devel
BuildRequires: ninja-build
BuildRequires: openldap-devel
#BuildRequires: krb5-devel
BuildRequires: openssl-devel
Expand All @@ -360,7 +362,6 @@ BuildRequires: golang
%if 0%{?fedora} || 0%{?rhel}
BuildRequires: golang-github-prometheus
BuildRequires: libtool-ltdl-devel
BuildRequires: ninja-build
BuildRequires: xmlsec1
BuildRequires: xmlsec1-devel
%ifarch x86_64
Expand All @@ -380,7 +381,6 @@ BuildRequires: golang-github-prometheus-prometheus
BuildRequires: libxmlsec1-1
BuildRequires: libxmlsec1-nss1
BuildRequires: libxmlsec1-openssl1
BuildRequires: ninja
BuildRequires: python%{python3_pkgversion}-CherryPy
BuildRequires: python%{python3_pkgversion}-PyJWT
BuildRequires: python%{python3_pkgversion}-Routes
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Build-Depends: automake,
libxmlsec1-nss <pkg.ceph.check>,
libxmlsec1-openssl <pkg.ceph.check>,
libxmlsec1-dev <pkg.ceph.check>,
ninja-build <pkg.ceph.check>,
ninja-build,
nlohmann-json3-dev <pkg.ceph.jaeger>,
patch,
pkg-config,
Expand Down

0 comments on commit b100d1f

Please sign in to comment.