2 Commits

Author SHA1 Message Date
99cb107ce1 Update release to 5 2024-03-18 16:29:47 +00:00
2de61295fd Move visible.png into tree 2024-03-18 16:28:32 +00:00
2 changed files with 5 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

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 4
%define release 5
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,11 +169,12 @@ true
%defattr(-,root,root)
%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]
- 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 <brianr@koozali.org> 0.1.4-33.sme
- js code to restore the menu got deleted somehow this restores it [SME: 12498]