1 |
# $Id: smeserver-remoteuseraccess.spec,v 1.2 2016/03/09 09:07:54 unnilennium Exp $ |
# $Id: smeserver-remoteuseraccess.spec,v 1.3 2021/02/24 05:09:36 jpp Exp $ |
2 |
# Authority: dungog |
# Authority: dungog |
3 |
# Name: Stephen Noble |
# Name: Stephen Noble |
4 |
|
|
6 |
%define name smeserver-remoteuseraccess |
%define name smeserver-remoteuseraccess |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.3 |
%define version 1.3 |
9 |
%define release 2 |
%define release 5 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
14 |
Group: Networking/Daemons |
Group: Networking/Daemons |
15 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
16 |
Patch0: smeserver-remoteuseraccess-1.3-locale-2016-03-09.patch |
Patch0: smeserver-remoteuseraccess-1.3-locale-2016-03-09.patch |
17 |
|
Patch1: smeserver-remoteuseraccess-1.3-bz11396-encoding.patch |
18 |
|
|
19 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
20 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
40 |
and allows you to enter ssh keys |
and allows you to enter ssh keys |
41 |
|
|
42 |
%changelog |
%changelog |
43 |
|
* Wed Feb 24 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.3-5.sme |
44 |
|
- fix encoding issue in table display [SME: 11396] |
45 |
|
|
46 |
|
* Wed Feb 24 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.3-4.sme |
47 |
|
- add empty -update event [SME: 11056] |
48 |
|
|
49 |
|
* Mon Oct 26 2020 Brian Read <brianr@bjsystems.co.uk> 1.3-3.sme |
50 |
|
- Initial import to SME10 tree [SME: 11056] |
51 |
|
|
52 |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.3-2.sme |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.3-2.sme |
53 |
- apply locale 2016-03-09 patch |
- apply locale 2016-03-09 patch |
54 |
|
|
230 |
%prep |
%prep |
231 |
%setup |
%setup |
232 |
%patch0 -p1 |
%patch0 -p1 |
233 |
|
mkdir -p root/etc/e-smith/events/smeserver-remoteuseraccess-update |
234 |
|
%patch1 -p1 |
235 |
|
|
236 |
%build |
%build |
237 |
perl createlinks |
perl createlinks |