summaryrefslogtreecommitdiff
path: root/docs.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-01-02 11:45:30 +0000
committerCoprDistGit <infra@openeuler.org>2025-01-02 11:45:30 +0000
commit0c7cee0ded8e93647df65a46426e86d26e6be703 (patch)
tree6a521fe908c77a0b86341328e3cf424d98e686ac /docs.patch
parenta2858c41aefd6ade0911bb326602534f73ea2b28 (diff)
automatic import of galeraopeneuler24.09
Diffstat (limited to 'docs.patch')
-rw-r--r--docs.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs.patch b/docs.patch
new file mode 100644
index 0000000..7a6bec5
--- /dev/null
+++ b/docs.patch
@@ -0,0 +1,25 @@
+The CMake prepares file AUTHORS for packing.
+It only contains one line, and isn't packed in any upstream-produced packagess.
+I don't find it useful and since upstream doesn't pack it either, stop packing it here.
+
+The README file contains infromation on how to build the project from sources, and thus isn't useful for the end users.
+
+On the other hand, the README-MySQL isn't prepared for packing by CMake, but contains useful information about the software usage and it is package in upstream-produced packages.
+
+Offered upstream:
+https://github.com/codership/galera/pull/666
+https://groups.google.com/g/codership-team/c/Cn4UO3MkNQs
+
+--- galera-26.4.18/CMakeLists.txt 2024-06-09 04:54:56.281408893 +0200
++++ galera-26.4.18/CMakeLists.txt_patched 2024-06-09 06:52:58.093217968 +0200
+@@ -118,9 +118,8 @@ endif()
+
+ if (NOT ${CMAKE_SYSTEM_NAME} MATCHES ".*BSD")
+ install(FILES
+- ${PROJECT_SOURCE_DIR}/AUTHORS
+ ${PROJECT_SOURCE_DIR}/COPYING
+- ${PROJECT_SOURCE_DIR}/README
++ ${PROJECT_SOURCE_DIR}/scripts/packages/README-MySQL
+ DESTINATION ${INSTALL_DOCDIR} )
+ install(FILES ${PROJECT_SOURCE_DIR}/asio/LICENSE_1_0.txt
+ DESTINATION ${INSTALL_DOCDIR}