From 4c293924d9807711df3750658eb57d7fb2df91c7e98c1ce122b2df3d442ca09a Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Sun, 10 Jan 2016 23:45:52 +0000 Subject: [PATCH] Accepting request 352944 from home:AndreasStieger:branches:server:php:applications - 4.5.x package was missing template - fix boo#961285 OBS-URL: https://build.opensuse.org/request/show/352944 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=245 --- phpMyAdmin.changes | 5 +++++ phpMyAdmin.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/phpMyAdmin.changes b/phpMyAdmin.changes index 2a1e286..47a3464 100644 --- a/phpMyAdmin.changes +++ b/phpMyAdmin.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 10 23:40:38 UTC 2016 - astieger@suse.com + +- 4.5.x package was missing template - fix boo#961285 + ------------------------------------------------------------------- Wed Jan 6 17:36:34 UTC 2016 - chris@computersalat.de diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 010092b..9c71a59 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -1,7 +1,7 @@ # # spec file for package phpMyAdmin # -# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -126,7 +126,7 @@ find . -type f -name '.buildinfo' -exec rm {} \; %install #%%{__install} -d -m0750 $RPM_BUILD_ROOT%%{_sysconfdir}/%%{name} install -d -m0755 %{buildroot}%{ap_docroot}/%{name} -cp -dR *.css *.php *.ico js libraries locale themes \ +cp -dR *.css *.php *.ico js libraries locale themes templates \ %{buildroot}%{ap_docroot}/%{name} # install config to config dir install -D -m0640 %{buildroot}%{ap_docroot}/%{name}/config.sample.inc.php \