Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2025-05-05 22:26:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/phpMyAdmin (Old)
 and      /work/SRC/openSUSE:Factory/.phpMyAdmin.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "phpMyAdmin"

Mon May  5 22:26:55 2025 rev:185 rq:1274261 version:5.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes    2025-02-28 
17:38:50.595372026 +0100
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new.30101/phpMyAdmin.changes 
2025-05-05 22:59:00.375054006 +0200
@@ -169,0 +170,6 @@
+Mon Jan 20 07:58:12 UTC 2025 - Hillwood Yang <[email protected]>
+
+- Add README.SUSE:
+  * Add php-fpm with apparmor howto(boo#1236039, boo#1200234)
+
+-------------------------------------------------------------------
@@ -175 +181 @@
-Fri May  5 07:46:47 UTC 2023 - [email protected]
+Fri May  5 07:46:47 UTC 2023 - <[email protected]>

New:
----
  README.SUSE

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ phpMyAdmin.spec ++++++
--- /var/tmp/diff_new_pack.Jj2T6Q/_old  2025-05-05 22:59:00.907076375 +0200
+++ /var/tmp/diff_new_pack.Jj2T6Q/_new  2025-05-05 22:59:00.911076542 +0200
@@ -37,6 +37,7 @@
 Source2:        
https://files.phpmyadmin.net/phpmyadmin.keyring#/%{name}.keyring
 Source3:        %{name}.http
 Source4:        %{name}.http.inc
+Source5:        README.SUSE
 Source100:      %{name}-rpmlintrc
 # Fix-SuSE: provide useful default config
 Patch0:         %{name}-config.patch
@@ -133,6 +134,7 @@
 find . ! -name '*.sh' ! -name '*-query' -type f -exec chmod 644 {} \;
 
 %build
+cp %{SOURCE5} .
 
 %install
 #%%{__install} -d -m0750 $RPM_BUILD_ROOT%%{_sysconfdir}/%%{name}
@@ -258,7 +260,7 @@
 %defattr(644,root,root,755)
 %doc ChangeLog
 %license LICENSE
-%doc README RELEASE-DATE*
+%doc README RELEASE-DATE* README.SUSE
 %doc examples doc sql
 %dir %attr(0750,root,%{apache_group}) %{_sysconfdir}/%{name}
 %dir %attr(0770,root,%{apache_group}) %{ap_tmpdir}

++++++ README.SUSE ++++++
phpMyAdmin README for SuSE

If the php runs on php-fpm, please add these lines in 
/etc/apparmor.d/local/php-fpm:

allow /usr/share/phpMyAdmin/** r,
allow /var/cache/phpMyAdmin/** rw,
allow /usr/share/doc/packages/phpMyAdmin/** r,
allow /etc/phpMyAdmin/** r,

And then restart apparmor:
sudo systemctl restart apparmor

Reply via email to