update code

This commit is contained in:
zhuchunyi 2019-11-06 19:04:13 +08:00
parent 89cf4ef42c
commit ad806bd5f0

View File

@ -21,7 +21,7 @@
# #
%bcond_without ocf %bcond_without ocf
%bcond_without cephfs_java %bcond_with cephfs_java
%if 0%{?suse_version} %if 0%{?suse_version}
%bcond_with ceph_test_package %bcond_with ceph_test_package
%else %else
@ -68,7 +68,7 @@
################################################################################# #################################################################################
Name: ceph Name: ceph
Version: 12.2.8 Version: 12.2.8
Release: 2 Release: 3
%if 0%{?fedora} || 0%{?rhel} %if 0%{?fedora} || 0%{?rhel}
Epoch: 2 Epoch: 2
%else if 0%{?openeuler} %else if 0%{?openeuler}
@ -204,7 +204,6 @@ BuildRequires: keyutils-libs-devel
BuildRequires: libibverbs-devel BuildRequires: libibverbs-devel
BuildRequires: openldap-devel BuildRequires: openldap-devel
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: redhat-lsb-core
BuildRequires: Cython BuildRequires: Cython
BuildRequires: python-prettytable BuildRequires: python-prettytable
BuildRequires: python-sphinx BuildRequires: python-sphinx
@ -748,6 +747,7 @@ Requires: java
Requires: libcephfs_jni1 = %{_epoch_prefix}%{version}-%{release} Requires: libcephfs_jni1 = %{_epoch_prefix}%{version}-%{release}
Requires: junit Requires: junit
BuildRequires: junit BuildRequires: junit
%description -n cephfs-java %description -n cephfs-java
This package contains the Java libraries for the Ceph File System. This package contains the Java libraries for the Ceph File System.
@ -1802,5 +1802,11 @@ exit 0
%changelog %changelog
* Mon Oct 21 2019 caomeng <caomeng5@huawei.com> - 1:12.2.8-3
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:delete build requirement redhat-lsb-core
* Mon Sep 9 2019 guiyao <guiyao@huawei.com> - 1:12.2.8-2 * Mon Sep 9 2019 guiyao <guiyao@huawei.com> - 1:12.2.8-2
- openEuler Init - openEuler Init