1 |
# $Id: smeserver-remoteuseraccess.spec,v 1.2 2016/03/09 09:07:54 unnilennium Exp $ |
# $Id: smeserver-remoteuseraccess.spec,v 1.4 2021/02/25 04:49:43 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 6 |
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 |
|
Patch2: smeserver-remoteuseraccess-1.3-locale-2021-08-23.patch |
19 |
|
|
20 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
21 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
41 |
and allows you to enter ssh keys |
and allows you to enter ssh keys |
42 |
|
|
43 |
%changelog |
%changelog |
44 |
|
* Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 1.3-6.sme |
45 |
|
- apply locale 2021-08-23 patch |
46 |
|
|
47 |
|
* Wed Feb 24 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.3-5.sme |
48 |
|
- fix encoding issue in table display [SME: 11396] |
49 |
|
|
50 |
|
* Wed Feb 24 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.3-4.sme |
51 |
|
- add empty -update event [SME: 11056] |
52 |
|
|
53 |
|
* Mon Oct 26 2020 Brian Read <brianr@bjsystems.co.uk> 1.3-3.sme |
54 |
|
- Initial import to SME10 tree [SME: 11056] |
55 |
|
|
56 |
* 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 |
57 |
- apply locale 2016-03-09 patch |
- apply locale 2016-03-09 patch |
58 |
|
|
234 |
%prep |
%prep |
235 |
%setup |
%setup |
236 |
%patch0 -p1 |
%patch0 -p1 |
237 |
|
%patch1 -p1 |
238 |
|
%patch2 -p1 |
239 |
|
|
240 |
|
mkdir -p root/etc/e-smith/events/smeserver-remoteuseraccess-update |
241 |
|
|
242 |
%build |
%build |
243 |
perl createlinks |
perl createlinks |