1 |
# $Id: smeserver-manager.spec,v 1.55 2021/12/26 16:23:40 brianr Exp $ |
# $Id: smeserver-manager.spec,v 1.56 2021/12/27 16:48:38 brianr Exp $ |
2 |
|
|
3 |
Summary: Sme server navigation module : manager 2 |
Summary: Sme server navigation module : manager 2 |
4 |
%define name smeserver-manager |
%define name smeserver-manager |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 0.1.4 |
%define version 0.1.4 |
7 |
%define release 9 |
%define release 10 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
18 |
Patch5: smeserver-manager-0.1.4-Sort-out-responsive-table-in-user-and-host-lists.patch |
Patch5: smeserver-manager-0.1.4-Sort-out-responsive-table-in-user-and-host-lists.patch |
19 |
Patch6: smeserver-manager-0.1.4-fix-translation-strings-with-prefix-for-review-config.patch |
Patch6: smeserver-manager-0.1.4-fix-translation-strings-with-prefix-for-review-config.patch |
20 |
Patch7: smeserver-manager-0.1.4-format-for-dhcp-ips-in-review-config.patch |
Patch7: smeserver-manager-0.1.4-format-for-dhcp-ips-in-review-config.patch |
21 |
|
Patch8: smeserver-manager-0.1.4-fix_backup_empty_selection_list.patch |
22 |
|
|
23 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
24 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
59 |
%patch5 -p1 |
%patch5 -p1 |
60 |
%patch6 -p1 |
%patch6 -p1 |
61 |
%patch7 -p1 |
%patch7 -p1 |
62 |
|
%patch8 -p1 |
63 |
|
|
64 |
%build |
%build |
65 |
perl createlinks |
perl createlinks |
115 |
%defattr(-,root,root) |
%defattr(-,root,root) |
116 |
|
|
117 |
%changelog |
%changelog |
118 |
|
* Mon Dec 27 2021 Michel Begue <mab974@misouk.com> 0.1.4-10.sme |
119 |
|
- Fix empty selection list in workstation restore of backup panel [SME: 11185] |
120 |
|
|
121 |
* Mon Dec 27 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-9.sme |
* Mon Dec 27 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-9.sme |
122 |
- format-for-dhcp-ips-in-review-config [SME: ] |
- format-for-dhcp-ips-in-review-config [SME: ] |
123 |
|
|