--- rpms/smeserver-manager/sme10/smeserver-manager.spec 2021/12/26 15:33:49 1.54 +++ 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.53 2021/12/26 12:35:52 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 7 +%define release 9 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -16,6 +16,8 @@ Patch2: smeserver-manager-0.1.4-Add-dumm 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 @@ -54,6 +56,8 @@ This RPM contributes the navigation bars %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 +%patch7 -p1 %build perl createlinks @@ -109,6 +113,12 @@ 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]