--- rpms/smeserver-manager/sme10/smeserver-manager.spec 2021/12/20 15:16:29 1.52 +++ rpms/smeserver-manager/sme10/smeserver-manager.spec 2021/12/27 16:48:38 1.56 @@ -1,10 +1,10 @@ -# $Id: smeserver-manager.spec,v 1.51 2021/11/29 15:55:51 brianr Exp $ +# $Id: smeserver-manager.spec,v 1.55 2021/12/26 16:23:40 brianr Exp $ Summary: Sme server navigation module : manager 2 %define name smeserver-manager Name: %{name} %define version 0.1.4 -%define release 5 +%define release 9 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -14,6 +14,10 @@ Patch0: %{name}-%{version}-list_access_c Patch1: %{name}-%{version}-review_csrf_url.patch Patch2: smeserver-manager-0.1.4-Add-dummy-classes-to-ep-files.patch Patch3: smeserver-manager-0.1.4-Add-span-to-group-member-checkbox-list.patch +Patch4: smeserver-manager-0.1.4-Review-configuration-Virtual-domains-re-format-html.patch +Patch5: smeserver-manager-0.1.4-Sort-out-responsive-table-in-user-and-host-lists.patch +Patch6: smeserver-manager-0.1.4-fix-translation-strings-with-prefix-for-review-config.patch +Patch7: smeserver-manager-0.1.4-format-for-dhcp-ips-in-review-config.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -50,6 +54,10 @@ This RPM contributes the navigation bars %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 %build perl createlinks @@ -105,6 +113,18 @@ true %defattr(-,root,root) %changelog +* Mon Dec 27 2021 Brian Read 0.1.4-9.sme +- format-for-dhcp-ips-in-review-config [SME: ] + +* Sun Dec 26 2021 Brian Read 0.1.4-8.sme +- fix-translation-strings-with-prefix-for-review-config [SME: 11823] + +* Sun Dec 26 2021 Brian Read 0.1.4-7.sme +- Sort-out-responsive-table-in-user-and-host-lists [SME: 11824] + +* Sun Dec 26 2021 Brian Read 0.1.4-6.sme +- e-format html for Vistual domains inReview config to be compatible with email format list [SME 11822] + * Mon Dec 20 2021 Brian Read 0.1.4-5.sme - Add-span-to-group-member-checkbox-list [SME: 11815]