1 |
# $Id: smeserver-nfs.spec,v 1.2 2020/12/19 15:10:41 brianr Exp $ |
# $Id: smeserver-nfs.spec,v 1.6 2022/11/19 04:17:55 jpp Exp $ |
2 |
# Authority: slords |
# Authority: slords |
3 |
# Name: Shad L. Lords |
# Name: Shad L. Lords |
4 |
|
|
6 |
%define name smeserver-nfs |
%define name smeserver-nfs |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.2.0 |
%define version 1.2.0 |
9 |
%define release 18 |
%define release 22 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
29 |
Patch5: smeserver-nfs-1.2.0-locale-2018-12-14.patch |
Patch5: smeserver-nfs-1.2.0-locale-2018-12-14.patch |
30 |
Patch6: smeserver-nfs-1.2.0-locale-2019-12-07.patch |
Patch6: smeserver-nfs-1.2.0-locale-2019-12-07.patch |
31 |
Patch7: smeserver-nfs-1.2.0-Alter-rcpbind-restart-to-systemctl-call.patch |
Patch7: smeserver-nfs-1.2.0-Alter-rcpbind-restart-to-systemctl-call.patch |
32 |
|
Patch8: smeserver-nfs-1.2.0-Add-in-update-event.patch |
33 |
|
Patch9: smeserver-nfs-1.2.0-locale-2021-08-22.patch |
34 |
|
Patch10: smeserver-nfs-1.2.0-bz12230.patch |
35 |
|
Patch11: smeserver-nfs-1.2.0-locale-2024-09-06.patch |
36 |
|
|
37 |
%description |
%description |
38 |
e-smith server and gateway - configure nfs server |
e-smith server and gateway - configure nfs server |
39 |
|
|
40 |
%changelog |
%changelog |
41 |
|
* Fri Sep 06 2024 Terry Fage <terry@fage.id.au> 1.2.0-22.sme |
42 |
|
- apply locale 2024-09-06.patch |
43 |
|
|
44 |
|
* Fri Nov 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> %{version}-21.sme |
45 |
|
- fix service not starting and not accessible [SME: 12230] |
46 |
|
- using systemd and removing sysvinit links |
47 |
|
|
48 |
|
* Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 1.2.0-20.sme |
49 |
|
- apply locale 2021-08-22 patch |
50 |
|
|
51 |
|
* Wed Mar 03 2021 Brian Read <brianr@bjsystems.co.uk> 1.2.0-19.sme |
52 |
|
- Add in -update event [SME:11272 ] |
53 |
|
|
54 |
* Mon Dec 21 2020 Brian Read <brianr@bjsystems.co.uk> 1.2.0-18.sme |
* Mon Dec 21 2020 Brian Read <brianr@bjsystems.co.uk> 1.2.0-18.sme |
55 |
- Alter-rcpbind-restart-to-systemctl-call [SME: 11272] |
- Alter-rcpbind-restart-to-systemctl-call [SME: 11272] |
56 |
|
|
133 |
%patch5 -p1 |
%patch5 -p1 |
134 |
%patch6 -p1 |
%patch6 -p1 |
135 |
%patch7 -p1 |
%patch7 -p1 |
136 |
|
%patch8 -p1 |
137 |
|
%patch9 -p1 |
138 |
|
%patch10 -p1 |
139 |
|
%patch11 -p1 |
140 |
|
|
141 |
%build |
%build |
142 |
perl createlinks |
perl createlinks |
156 |
|
|
157 |
%files -f %{name}-%{version}-%{release}-filelist |
%files -f %{name}-%{version}-%{release}-filelist |
158 |
%defattr(-,root,root) |
%defattr(-,root,root) |
|
|
|