--- rpms/smeserver-manager-AdminLTE/contribs10/smeserver-manager-AdminLTE.spec 2020/03/23 17:09:33 1.2 +++ rpms/smeserver-manager-AdminLTE/contribs10/smeserver-manager-AdminLTE.spec 2020/06/26 07:19:07 1.10 @@ -1,5 +1,5 @@ %define name smeserver-manager-AdminLTE -%define version 0.1.0 +%define version 0.1.1 %define release 1 Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2 Name: %{name} @@ -9,7 +9,13 @@ Distribution: SME Server License: GNU GPL version 2 URL: https://adminlte.io/ Group: SMEserver/addon -Source: %{name}-%{version}.tar.gz +source: %{name}-%{version}.tar.gz +#Patch0: smeserver-manager-AdminLTE-0.1.0-add-adminlte-version-to-footer.patch +#Patch1: smeserver-manager-AdminLTE-0.1.0-widen-top-band.patch +#Patch2: smeserver-manager-AdminLTE-0.1.0-Update-for-Apache-Mod-Proxy.patch +#Patch3: smeserver-manager-AdminLTE-0.1.0-Add-Font-Size-Adjuster.patch +#Patch4: smeserver-manager-AdminLTE-0.1.0-More-AdminLTE-Integration.patch + Packager: Brian Read BuildArchitectures: noarch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot @@ -24,11 +30,36 @@ AdminLTE is an html framework for admin wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip %changelog +* Sun Jun 21 2020 Brian Read 0.1.1-1.sme +- Roll up all patches and Add in missing AdminLTE img directory [SME:10906 ] + +* Thu Jun 18 2020 Brian Read 0.1.0-7.sme +- More AdminLTE integrations [SME:10906] + +* Wed Jun 17 2020 Brian Read 0.1.0-6.sme +- Add drop down to adjust font size [SME:10906 ] + +* Sat Jun 13 2020 Brian Read 0.1.0-5.sme +- Update for Apache Mod Proxy version of server mananger2 [SME:10906 ] + +* Wed Mar 25 2020 Brian Read 0.1.0-4 +- widen-top-band + +* Tue Mar 24 2020 Brian Read 0.1.0-2 +- Add AdminLTE version number to footer + * Fri Mar 20 2020 Brian Read 0.1.0-1 -- initial release +- initial release bugzilla:10906 + %prep %setup +#%patch0 -p1 +#%patch1 -p1 +#%patch2 -p1 +#%patch3 -p1 +#%patch4 -p1 + %build #perl createlinks @@ -47,4 +78,4 @@ rm -rf %{name} %defattr(-,root,root) %post -config set UnsavedChanges no +systemctl restart smanager