diff --git a/ceph-rpmlintrc b/ceph-rpmlintrc index 6cebca0..5fc201c 100644 --- a/ceph-rpmlintrc +++ b/ceph-rpmlintrc @@ -77,7 +77,8 @@ addFilter("ceph-radosgw.*permissions-incorrect.*radosgw") # /usr/bin/radosgw has the wrong owner root:root - should be root:www (WIP) addFilter("ceph-radosgw.*permissions-incorrect-owner.*radosgw") -# ceph-radosgw is missing %set_permissions /usr/bin/radosgw in %post (WIP) +# ceph-common and ceph-radosgw are missing %set_permissions /usr/bin/radosgw in %post (WIP) +addFilter("ceph-common.*permissions-missing-postin.*radosgw") addFilter("ceph-radosgw.*permissions-missing-postin.*radosgw") # ceph-radosgw is missing 'permissions' in PreReq - needs "PreReq: permissions" (WIP) diff --git a/ceph-test.changes b/ceph-test.changes index 5a20104..af4a6f1 100644 --- a/ceph-test.changes +++ b/ceph-test.changes @@ -6,7 +6,18 @@ Tue Feb 25 12:55:29 UTC 2020 - Nathan Cutler 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 diff --git a/ceph.changes b/ceph.changes index 5a20104..af4a6f1 100644 --- a/ceph.changes +++ b/ceph.changes @@ -6,7 +6,18 @@ Tue Feb 25 12:55:29 UTC 2020 - Nathan Cutler 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