SHA256
1
0
forked from pool/ceph

Accepting request 779353 from filesystems:ceph:octopus

better changes file entry

OBS-URL: https://build.opensuse.org/request/show/779353
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=261
This commit is contained in:
2020-02-26 10:31:24 +00:00
committed by Git OBS Bridge
parent f778c08635
commit 1dd724de76
3 changed files with 26 additions and 3 deletions

View File

@@ -6,7 +6,18 @@ Tue Feb 25 12:55:29 UTC 2020 - Nathan Cutler <ncutler@suse.com>
the process of being fixed ("WIP")
+ fix s390x build failure
+ fix GCC 10 build failure (boo#1161086)
+ spec: Use pkgconfig() style BuildRequires for udev/libudev-devel
+ spec:
* drop Python 2 support
* make Python 3 build work on CentOS 8
* globally change %_python_buildid macro to %_python3_pkgversion
* Use pkgconfig() style BuildRequires for udev/libudev-devel
* add cmake_verbose_logging bcond
* rename ceph-daemon subpackage to cephadm
* add scriptlets to cephadm subpackage
* rename ceph-mgr-ssh subpackage to ceph-mgr-cephadm
* stop calling MGR modules "plugins"
* move "always-on" MGR modules into their own subpackage, ceph-mgr-modules-core
* make ceph-mgr-cephadm explicitly require openssh on SUSE
-------------------------------------------------------------------
Tue Feb 25 10:24:26 UTC 2020 - Nathan Cutler <ncutler@suse.com>