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 \