forked from pool/mariadb
Accepting request 770023 from home:kstreitova:branches:server:database
- rename mariadb.rpmlintrc to mariadb-rpmlintrc - for ppc install pam_user_map.so in /lib/security OBS-URL: https://build.opensuse.org/request/show/770023 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=243
This commit is contained in:
parent
961dd16ae8
commit
6564e84537
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 4 15:30:16 UTC 2020 - Kristyna Streitova <kstreitova@suse.com>
|
||||||
|
|
||||||
|
- rename mariadb.rpmlintrc to mariadb-rpmlintrc
|
||||||
|
- for ppc install pam_user_map.so in /lib/security
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 4 10:53:34 UTC 2020 - matthias.gerstner@suse.com
|
Tue Feb 4 10:53:34 UTC 2020 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ Source17: mysql-systemd-helper
|
|||||||
Source18: mariadb@.service
|
Source18: mariadb@.service
|
||||||
Source19: macros.mariadb-test
|
Source19: macros.mariadb-test
|
||||||
Source50: suse_skipped_tests.list
|
Source50: suse_skipped_tests.list
|
||||||
Source51: mariadb.rpmlintrc
|
Source51: mariadb-rpmlintrc
|
||||||
Patch1: mariadb-10.2.4-logrotate.patch
|
Patch1: mariadb-10.2.4-logrotate.patch
|
||||||
Patch3: mariadb-10.1.1-mysqld_multi-features.patch
|
Patch3: mariadb-10.1.1-mysqld_multi-features.patch
|
||||||
Patch7: mariadb-10.0.15-logrotate-su.patch
|
Patch7: mariadb-10.0.15-logrotate-su.patch
|
||||||
@ -685,7 +685,7 @@ mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d
|
|||||||
install -m 644 %{SOURCE19} %{buildroot}%{_rpmconfigdir}/macros.d
|
install -m 644 %{SOURCE19} %{buildroot}%{_rpmconfigdir}/macros.d
|
||||||
|
|
||||||
# install pam_user_map.so to /lib64/security for non 32bit architectures
|
# install pam_user_map.so to /lib64/security for non 32bit architectures
|
||||||
%ifnarch i586 %{arm}
|
%ifnarch i586 %{arm} ppc
|
||||||
mkdir -p %{buildroot}/%{_lib}/security
|
mkdir -p %{buildroot}/%{_lib}/security
|
||||||
mv %{buildroot}/lib/security/pam_user_map.so %{buildroot}/%{_lib}/security/
|
mv %{buildroot}/lib/security/pam_user_map.so %{buildroot}/%{_lib}/security/
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user