Move visible.png into tree

This commit is contained in:
Brian Read 2024-03-18 16:28:32 +00:00
parent 2d9ee6dd68
commit 2de61295fd
2 changed files with 4 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -8,7 +8,7 @@ Release: %{release}%{?dist}
License: GPL License: GPL
Group: Networking/Daemons Group: Networking/Daemons
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
Source1: visible.png #Source1: visible.png
#Patch0: %{name}-%{version}-list_access_csrf.patch #Patch0: %{name}-%{version}-list_access_csrf.patch
#Patch1: %{name}-%{version}-review_csrf_url.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/home/e-smith/db/navigation2
mkdir -p root%{dir_mngr}/themes/default/public/css mkdir -p root%{dir_mngr}/themes/default/public/css
mkdir -p root%{dir_mngr}/data 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 %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -169,11 +169,12 @@ true
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Mon Mar 18 2024 Brian Read <brianr@koozali.org> 0.1.5-4.sme * Mon Mar 18 2024 Brian Read <brianr@koozali.org> 0.1.5-5.sme
- Rollup patches and move to Git and SME11 [SME: 12338] - Rollup patches and move to Git and SME11 [SME: 12338]
- Rename to smeserver-manager-panels - Rename to smeserver-manager-panels
- comment out visible.png - not found on srpm build - comment out visible.png - not found on srpm build
- Re-instate visible.png from SME10 RPM. - 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 <brianr@koozali.org> 0.1.4-33.sme * Mon Mar 04 2024 Brian Read <brianr@koozali.org> 0.1.4-33.sme
- js code to restore the menu got deleted somehow this restores it [SME: 12498] - js code to restore the menu got deleted somehow this restores it [SME: 12498]