[arch-commits] Commit in mariadb/trunk (0001-arch-specific.patch PKGBUILD)

Christian Hesse eworm at archlinux.org
Mon Jul 27 20:12:23 UTC 2020


    Date: Monday, July 27, 2020 @ 20:12:22
  Author: eworm
Revision: 392594

set No_COW attribute for data directory

Modified:
  mariadb/trunk/0001-arch-specific.patch
  mariadb/trunk/PKGBUILD

--------------------------+
 0001-arch-specific.patch |    9 ++++++---
 PKGBUILD                 |    2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: 0001-arch-specific.patch
===================================================================
--- 0001-arch-specific.patch	2020-07-27 19:52:20 UTC (rev 392593)
+++ 0001-arch-specific.patch	2020-07-27 20:12:22 UTC (rev 392594)
@@ -78,14 +78,17 @@
 
 This solves packaging issues when the user MYSQLD_USER is created by
 systemd-sysusers and uid is not known in advance.
+
+Also this now sets the No_COW attribute.
 ---
- support-files/tmpfiles.conf.in | 1 +
- 1 file changed, 1 insertion(+)
+ support-files/tmpfiles.conf.in | 2 +
+ 1 file changed, 2 insertion(+)
 
 diff --git a/support-files/tmpfiles.conf.in b/support-files/tmpfiles.conf.in
 index 03d66abc0c7..3c89cb258c9 100644
 --- a/support-files/tmpfiles.conf.in
 +++ b/support-files/tmpfiles.conf.in
-@@ -1 +1,2 @@
+@@ -1 +1,3 @@
  d @MYSQL_UNIX_DIR@ 0755 @MYSQLD_USER@ @MYSQLD_USER@ -
 +d @MYSQL_DATADIR@ 0700 @MYSQLD_USER@ @MYSQLD_USER@ -
++h @MYSQL_DATADIR@ - - - - +C

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-27 19:52:20 UTC (rev 392593)
+++ PKGBUILD	2020-07-27 20:12:22 UTC (rev 392594)
@@ -21,7 +21,7 @@
         '0004-MDEV-15526-systemd-unit-files-naming-and-installation.patch')
 sha256sums=('45bbbb12d1de8febd9edf630e940c23cf14efd60570c743b268069516a5d91df'
             'SKIP'
-            'c97e36bd0aeb10f506f4843761a0cd13dbe2e7bc71c3e5cdcd1a5310338bffaf'
+            '3289efb3452d199aec872115f35da3f1d6fd4ce774615076690e9bc8afae1460'
             '1bb3b18afac8c95dbe964046e18b866288f41f8ec3a4a9c69875ca1620b89d29')
 
 prepare() {



More information about the arch-commits mailing list