Refactor: libcrmcommon: add schemas glib patch

This commit is contained in:
zouzhimin 2024-03-20 22:44:47 +08:00
parent 8e0175c6e9
commit e94576d294
2 changed files with 2339 additions and 1 deletions

2334
001-schema-glib.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
## can be incremented to build packages reliably considered "newer"
## than previously built packages with the same pcmkversion)
%global pcmkversion 2.1.7
%global specversion 3
%global specversion 4
## Upstream commit (full commit ID, abbreviated commit ID, or tag) to build
%global commit 0f7f88312f7a1ccedee60bf768aba79ee13d41e0
@ -150,6 +150,7 @@ Source0: https://codeload.github.com/%{github_owner}/%{name}/tar.gz/%{arch
Source1: https://codeload.github.com/%{github_owner}/%{nagios_name}/tar.gz/%{nagios_archive_github_url}
Source2: pacemaker.sysusers
Patch0: Add_replace_for_PCMK__REMOTE_SCHEMA_DIR.patch
Patch1: 001-schema-glib.patch
Requires: resource-agents
Requires: %{pkgname_pcmk_libs} = %{version}-%{release}
@ -757,6 +758,9 @@ exit 0
%license %{nagios_name}-%{nagios_hash}/COPYING
%changelog
* Thu Mar 21 2024 zouzhimin <zouzhimin@kylinos.cn> - 2.1.7-4
- Refactor: libcrmcommon: add schemas glib patch
* Wed Mar 20 2024 zouzhimin <zouzhimin@kylinos.cn> - 2.1.7-3
- Doc: Pacemaker Explained: Add replace for PCMK__REMOTE_SCHEMA_DIR