Add back in visible.png

This commit is contained in:
Brian Read 2024-03-18 15:10:33 +00:00
parent 675d4e3aee
commit 6253da9b8f
2 changed files with 5 additions and 4 deletions

BIN
additional/visible.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -2,13 +2,13 @@ Summary: Sme server navigation module : manager 2
%define name smeserver-manager-panels
Name: %{name}
%define version 0.1.5
%define release 2
%define release 3
Version: %{version}
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,10 +169,11 @@ true
%defattr(-,root,root)
%changelog
* Mon Mar 18 2024 Brian Read <brianr@koozali.org> 0.1.5-2.sme
* Mon Mar 18 2024 Brian Read <brianr@koozali.org> 0.1.5-3.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.
* 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]