diff --git a/additional/visible.png b/root/usr/share/smanager/themes/default/public/images/visible.png similarity index 100% rename from additional/visible.png rename to root/usr/share/smanager/themes/default/public/images/visible.png diff --git a/smeserver-manager-panels.spec b/smeserver-manager-panels.spec index 55f5ba3..b9342cb 100644 --- a/smeserver-manager-panels.spec +++ b/smeserver-manager-panels.spec @@ -8,7 +8,7 @@ Release: %{release}%{?dist} License: GPL Group: Networking/Daemons Source: %{name}-%{version}.tar.xz -Source1: visible.png +#Source1: visible.png #Patch0: %{name}-%{version}-list_access_csrf.patch #Patch1: %{name}-%{version}-review_csrf_url.patch @@ -117,7 +117,7 @@ mkdir -p root/etc/e-smith/db/routes mkdir -p root/home/e-smith/db/navigation2 mkdir -p root%{dir_mngr}/themes/default/public/css mkdir -p root%{dir_mngr}/data -cp %{Source1} root%{dir_mngr}/themes/default/public/images +#cp %{Source1} root%{dir_mngr}/themes/default/public/images %install rm -rf $RPM_BUILD_ROOT @@ -169,11 +169,12 @@ true %defattr(-,root,root) %changelog -* Mon Mar 18 2024 Brian Read 0.1.5-4.sme +* Mon Mar 18 2024 Brian Read 0.1.5-5.sme - Rollup patches and move to Git and SME11 [SME: 12338] - Rename to smeserver-manager-panels - comment out visible.png - not found on srpm build - Re-instate visible.png from SME10 RPM. +- Move visible.png to themes/default/public/images directory in source tree * Mon Mar 04 2024 Brian Read 0.1.4-33.sme - js code to restore the menu got deleted somehow this restores it [SME: 12498]