#2 Add selinux context for mariadbd files
Closed 3 years ago by mschorm. Opened 3 years ago by ljavorsk.
rpms/ ljavorsk/mysql-selinux master  into  master

file modified
+11 -2
@@ -5,9 +5,9 @@ 

  

  Name: mysql-selinux

  Version: 1.0.0

- Release: 10%{?dist}

+ Release: 12%{?dist}

  License: GPLv3

- URL: https://github.com/kubco2/mysql-selinux

+ URL: https://github.com/devexp-db/mysql-selinux

  Summary: SELinux policies for product

  Source0: mysql-selinux.tar.gz

  BuildArch: noarch
@@ -52,6 +52,15 @@ 

  %license COPYING

  

  %changelog

+ * Mon Nov 09 2020 Lukas Javorsky <ljavorsk@redhat.com> - 1.0.0-12

+ - Add selinux context for mariadbd files as well

+ - They are regular files since mariadb-10.5

+ - and mysql files are symlinks pointing on them

+ 

+ * Mon Nov 09 2020 Lukas Javorsky <ljavorsk@redhat.com> - 1.0.0-11

+ - Align sources with newest upstream files

+ - Change URL to devexp github repo

+ 

  * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-10

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (mysql-selinux.tar.gz) = 8bd3741eea92b8422a295dea56521c1a0103978500646d2a5612626e56630e0415029430b94497979c7c66a30c0d232e42eb80d44bb3f96ff25c7a7a0fc5ce85

+ SHA512 (mysql-selinux.tar.gz) = 3c26d0b8626a0cbebf169cb0703aad6496996cd17c4fe562dcfe5d3a15dc08927fe79afc5c9044b88ff04deb5fb16ed940bede83b920bd84097b2624dabae367

Adding context for mariadb >= 10.5, read commits for more information.

I applied the first part of your patch ("Align sources with newest upstream files").

I made a new upstream release, which I referenced in this package.
Please do not make tarballs from commits that can't be mapped back to upstream.


I will leave this PR open until I resolve the second part of your submission too.

Pull-Request has been closed by mschorm

3 years ago