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:
Nathan Cutler 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

@ -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)

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>

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>