/[smecontribs]/rpms/smeserver-ddclient/contribs10/smeserver-ddclient.spec
ViewVC logotype

Annotation of /rpms/smeserver-ddclient/contribs10/smeserver-ddclient.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.41 - (hide annotations) (download)
Wed Sep 4 09:35:26 2024 UTC (3 weeks, 1 day ago) by terryfage
Branch: MAIN
CVS Tags: smeserver-ddclient-1_3_0-34_el7_sme, HEAD
Changes since 1.40: +7 -2 lines
* Wed Sep 04 2024 Terry Fage <terry@fage.id.au> 1.3.0-34.sme
- Update locale 2024-09-04.patch

1 terryfage 1.41 # $Id: smeserver-ddclient.spec,v 1.40 2024/05/08 09:19:39 brianr Exp $
2 brianr 1.1 # Authority: dungog
3     # Name: Stephen Noble
4    
5     %define name smeserver-ddclient
6 brianr 1.4 %define version 1.3.0
7 terryfage 1.41 %define release 34
8 brianr 1.1
9     Summary: ddclient panel for SME Server
10     Name: %{name}
11     Version: %{version}
12     Release: %{release}%{?dist}
13     License: GNU GPL version 2
14     Group: SMEserver/addon
15     Source: %{name}-%{version}.tar.gz
16 brianr 1.5 Patch0: smeserver-ddclient-1.3.0-Add-in-extra-services.patch
17 brianr 1.7 Patch1: smeserver-ddclient-1.3.0-Add-in-link-to-wiki.patch
18 brianr 1.9 Patch2: smeserver-ddclient-1.3.0-Update-Createlinks-for-SME10-Systemd.patch
19 brianr 1.10 Patch3: smeserver-ddclient-1.3.0-Add-in-latest-dd-services-from-ddclient-391.patch
20 brianr 1.11 Patch4: smeserver-ddclient-1.3.0-Correct-service-file-ExecStart.patch
21 brianr 1.12 Patch5: smeserver-ddclient-1.3.0-Update-code-in-ip-up.local-for-systemd.patch
22 brianr 1.13 Patch6: smeserver-ddclient-1.3.0-Change_default_urlcheckip.patch
23 jcrisp 1.15 Patch7: smeserver-ddclient-1.3.0-bz11667-fix-perms-and-postupgrade.patch
24 terryfage 1.16 Patch8: smeserver-ddclient-1.3.0-locale-2021-08-21.patch
25 terryfage 1.17 Patch9: smeserver-ddclient-1.3.0-locale-2021-08-23.patch
26 jcrisp 1.24 Patch10: smeserver-ddclient-1.3.0-bz11667-Update-Events-and-Links.patch
27     Patch11: smeserver-ddclient-1.3.0-bz11667-Update-SM2-lib.patch
28     Patch12: smeserver-ddclient-1.3.0-locale-2021-09-08.patch
29     Patch13: smeserver-ddclient-1.3.0-Set-urlcheckip-default-back-to-dyndns.patch
30     Patch14: smeserver-ddclient-1.3.0-Add-class-to-div-in-main-module.patch
31     Patch15: smeserver-ddclient-1.3.0-Fix-typo-in-description-paragraph.patch
32     Patch16: smeserver-ddclient-1.3.0-bz11847-fix-unit-file.patch
33 brianr 1.25 Patch17: smeserver-ddclient-1.3.0-Make-intial-call-to-ddclient-honour-db-entries.patch
34 jcrisp 1.26 Patch18: smeserver-ddclient-1.3.0-bz11860-fix-zoneedit-endpoint.patch
35 brianr 1.27 Patch19: smeserver-ddclient-1.3.0-Add-DB-entries-for-success-and-failure-notification.patch
36 jpp 1.28 Patch20: smeserver-ddclient-1.3.0-locale-2022-11-11.patch
37 brianr 1.29 Patch21: smeserver-ddclient-1.3.0-Remove-ddc-from-front-of-messages-labels-and-update-conf-template.patch
38 brianr 1.32 Patch22: smeserver-ddclient-1.3.0-Update-for-3.11.1-deprecated-commands-in-template.patch
39 brianr 1.33 Patch23: smeserver-ddclient-1.3.0-Update-SM2-code-for-new-services-and-protocols.patch
40 brianr 1.36 Patch24: smeserver-ddclient-1.3.0-Alter-menu-category-for-new-arrangement.patch
41 brianr 1.37 Patch25: smeserver-ddclient-1.3.0-Fix-template-declaration-file-and-localise-table-sm1.patch
42 jcrisp 1.39 Patch26: smeserver-ddclient-1.3.0-bz12598-updateNameCheap.patch
43 brianr 1.40 Patch27: smeserver-ddclient-1.3.0-Fix-ppoe-restart-and-expand-template-for-bootstrap-and-console-save.patch
44 terryfage 1.41 Patch28: smeserver-ddclient-1.3.0-locale-2024-09-04.patch
45 brianr 1.1
46     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
47     BuildRequires: e-smith-devtools
48     Obsoletes: sme7-ddclient
49     BuildArchitectures: noarch
50 brianr 1.3 Requires: e-smith-release >= 10.0
51 brianr 1.8 #Requires: smeserver-manager >= 0.1.0-24
52 brianr 1.31 Requires: ddclient >= 3.11.1
53 brianr 1.1 Requires: e-smith-formmagick
54     AutoReqProv: no
55    
56     %changelog
57 terryfage 1.41 * Wed Sep 04 2024 Terry Fage <terry@fage.id.au> 1.3.0-34.sme
58     - Update locale 2024-09-04.patch
59    
60 brianr 1.40 * Wed May 08 2024 Brian Read <brianr@koozali.org> 1.3.0-33.sme
61     - change command on ppoe up to use systemd [SME: 12676 ]
62     - Add console-save and bootrap-console-save to expand template take out post-upgrade [SME: 12675 ]
63    
64 jcrisp 1.39 * Thu Apr 11 2024 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.0-32.sme
65     - update NameCheap [SME: 12598]
66    
67 jpp 1.38 * Sun Apr 07 2024 Jean-Philippe Pialasse <jpp@koozali.org> 1.3.0-31.sme
68 jcrisp 1.39 - add fix for namecheap to last patch [SME: 12598]
69 jpp 1.38
70 brianr 1.37 * Sun Apr 07 2024 Brian Read <brianr@koozali.org> 1.3.0-30.sme
71 jcrisp 1.39 - Merge template files for Virtual and free form domains and fix incompatibility with 3.11.2 [SME: 12598]
72     - Localist free form table [SME: 12600]
73 brianr 1.37
74 brianr 1.36 * Fri Mar 01 2024 Brian Read <brianr@koozali.org> 1.3.0-29.sme
75 jcrisp 1.39 - Edit Menu entry to conform to new arrangements [SME: 12493]
76 brianr 1.36
77 brianr 1.32 * Fri Nov 10 2023 Brian Read <brianr@koozali.org> 1.3.0-28.sme
78 jcrisp 1.39 - Update template for deprecated commands and v3.11.1 ddclient [SME: 12427]
79 brianr 1.33 - Update SM2 code to show all new protocols etc
80 brianr 1.32
81 brianr 1.31 * Wed Nov 08 2023 Brian Read <brianr@koozali.org> 1.3.0-27.sme
82 jcrisp 1.39 - Alter require to greater than or equal to 3.11.1 [SME: 12425]
83 brianr 1.31
84 brianr 1.30 * Mon Feb 13 2023 Brian Read <brianr@bjsystems.co.uk> 1.3.0-26.sme
85     - Remove 3.10 as a requirement in spec
86    
87 brianr 1.29 * Wed Jan 25 2023 Brian Read <brianr@bjsystems.co.uk> 1.3.0-25.sme
88     - Remove the ddc_ from the front of the (translateble) messages [SME: 12217]
89     - Update Template files for changes in conf format and contents for 3.10.0
90    
91 jpp 1.28 * Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.3.0-24.sme
92     - Update locale 2022-11-11 patch
93    
94 brianr 1.27 * Sun Feb 20 2022 Brian Read <brianr@bjsystems.co.uk> 1.3.0-23.sme
95     - Add-DB-entries-for-success-and-failure-notification [SME: 11874]
96    
97 jcrisp 1.26 * Fri Feb 04 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.0-22.sme
98     - Fix incorrect zoneedit endpoint [SME:11860]
99    
100 brianr 1.25 * Mon Jan 17 2022 Brian Read <brianr@bjsystems.co.uk> 1.3.0-21.sme
101     - Make-intial-call-to-ddclient-honour-db-entries [SME: 11849]
102    
103 jcrisp 1.24 * Wed Jan 12 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.0-20
104     - Fix unit file, add config entries [SME: 11847]
105    
106 brianr 1.23 * Mon Dec 20 2021 Brian Read <brianr@bjsystems.co.uk> 1.3.0-19.sme
107     - Fix-typo-in-description-paragraph [SME: 11812]
108    
109 brianr 1.22 * Fri Dec 03 2021 Brian Read <brianr@bjsystems.co.uk> 1.3.0-18.sme
110     - Add in class to Div id=module declaration in ep file [SME: 11794]
111    
112 brianr 1.21 * Thu Nov 11 2021 Brian Read <brianr@bjsystems.co.uk> 1.3.0-17.sme
113     - Set default urlcheckip back to the dyndns.org service [SME: 11752]
114    
115 terryfage 1.20 * Wed Sep 08 2021 Terry Fage <terry.fage@gmail.com> 1.3.0-16.sme
116     - Update locale 2021-09-08.patch
117    
118 jcrisp 1.19 * Tue Aug 31 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.0-15.sme
119     - Fix events in ddclient SM2 library [SME:11667]
120    
121 jcrisp 1.18 * Tue Aug 31 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.0-14.sme
122     - Fix events in ddclient web script [SME:11667]
123     - Add service link in domain-create
124    
125 terryfage 1.17 * Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 1.3.0-13.sme
126     - Update locale 2021-08-23.patch
127    
128 terryfage 1.16 * Sun Aug 22 2021 Terry Fage <terry.fage@gmail.com> 1.3.0-12.sme
129     - Update locale 2021-08-21.patch
130    
131 jcrisp 1.15 * Thu Aug 05 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 1.3.0-11.sme
132     - Fix ddclient.conf perms and wrong link in post-upgrade [SME: 11667]
133    
134 brianr 1.13 * Sat Jul 24 2021 Brian Read <brianr@bjsystems.co.uk> 1.3.0-10.sme
135 jcrisp 1.15 - Replace default checkip.dyndns.org with bot.whatismyipaddress.com [SME: 11656]
136 brianr 1.13
137 brianr 1.12 * Fri Mar 12 2021 Brian Read <brianr@bjsystems.co.uk> 1.3.0-9.sme
138     - Update code in ip-up.local for systemd [SME: 11450]
139    
140 brianr 1.11 * Fri Mar 05 2021 Brian Read <brianr@bjsystems.co.uk> 1.3.0-8.sme
141     - Correct ExecStart in Service file [SME: 11370]
142    
143 brianr 1.10 * Fri Mar 05 2021 Brian Read <brianr@bjsystems.co.uk> 1.3.0-7.sme
144     - Update list of services in SM1 [SME: 11414]
145     - Add in Wantedby in service file dropin
146    
147 brianr 1.9 * Sun Jan 10 2021 Brian Read <brianr@bjsystems.co.uk> 1.3.0-6.sme
148     - Update Createlinks according to bug:10959 [SME: 11320]
149    
150 brianr 1.8 * Wed Dec 02 2020 Brian Read <brianr@bjsystems.co.uk> 1.3.0-5.sme
151     - Update spec file to take out requires smeserver-manager [SME: 10942]
152    
153 brianr 1.7 * Wed Jul 22 2020 Brian Read <brianr@bjsystems.co.uk> 1.3.0-4.sme
154     - fix [SME:10942]
155    
156 brianr 1.5 * Tue Jun 30 2020 Brian Read <brianr@bjsystems.co.uk> 1.3.0-3.sme
157     - Add in extra services from ddclient 3.9.1 [SME:10942 ]
158    
159     * Mon Jun 29 2020 Brian Read <brianr@bjsystems.co.uk> 1.3.0-2.sme
160     - Sort out startup with systemd [SME:10942]
161    
162 brianr 1.4 * Sun Jun 28 2020 Brian Read <brianr@bjsystems.co.uk> 1.3.0-1.sme
163     - Roll up all patches for SME10 [SME:10942]
164    
165 brianr 1.3 * Thu Jun 11 2020 Brian Read <brianr@bjsystems.co.uk> 1.2.1-17.sme
166     - Update-for-Apache-Mod-Proxy-based-server2 [SME:10942 ]
167    
168 brianr 1.2 * Mon Jun 08 2020 Brian Read <brianr@bjsystems.co.uk> 1.2.1-16.sme
169     - Add Server Manager2 panels for SME10 [SME:10942 ]
170 brianr 1.1
171     * Tue Dec 31 2019 Brian Read <smeserver@bjsystems.co.uk> 1.2.1-15.sme
172     - allow @ in username in server manager panel - needed for Noip service [SME: 10796]
173    
174     * Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 1.2.1-14.sme
175     - apply locale 2019-12-07 patch
176    
177     * Sun Apr 07 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.1-13.sme
178     - fix missing new line [SME: 10765]
179     thank you to Eric Serafin for reporting.
180    
181     * Sat Jan 19 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.1-12.sme
182     - fix spdns migrate to spdyn.de [SME: 10593]
183     - add new way to detect new ip [SME: 9450]
184    
185     * Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 1.2.1-9.sme
186     - apply locale 2017-12-02 patch
187    
188     * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.2.1-8.sme
189     - apply locale 2016-03-09 patch
190    
191     * Sat Sep 12 2015 stephane de labrusse <stephdl@de-labrusse.fr> - 1.2.1-7.sme
192     - Added smeserver-ddclient-1.2.1-locale-2015-09-12.patch
193    
194     * Sat Jul 11 2015 stephane de labrusse <stephdl@de-labrusse.fr> - 1.2.1-6.sme
195     - Added locale smeserver-ddclient-1.2.1-locale-2015-07-11.patch
196    
197 brianr 1.6 * Fri Jul 10 2015 stephane de labrusse <stephdl@de-labrusse.fr> - 1.2.1-5.sme
198 brianr 1.1 - added spdns.de [SME: 8975]
199     - added custom fields for dns providers [SME: 8961]
200     - added custom fields for free domains and panel options to ddclient [SME: 8983]
201    
202     * Wed Jul 1 2015 stephane de Labrusse <stephdl@de-labrusse.fr> - 1.2.1-3.sme
203     - add locale smeserver-ddclient-1.2.1-locale-2015-07-01.patch
204     - add translation missing Namecheap_translation.patch [SME: 8964]
205    
206 brianr 1.6 * Tue Jun 16 2015 stephane de Labrusse <stephdl@de-labrusse.fr> - 1.2.1-2.sme
207 brianr 1.1 - first import to sme9contribs
208    
209     * Mon Aug 25 2014 stephane de Labrusse <stephdl@de-labrusse.fr> - 1.2.1-1.sme
210     - Added the Namecheap protocol [SME:8538]
211     - Added a db DeamonUpdate
212     - Added force ssl
213    
214     * Tue Jun 10 2014 stephane de Labrusse <stephdl@de-labrusse.fr> - 1.2.0-1.sme
215     - Initial release to sme9contribs
216    
217     * Mon Dec 30 2013 JP Pialasse <tests@pialasse.com> 1.0.0-30.sme
218     - fix db extras need to migrate [SME: 6494]
219     - added misisng prop login
220    
221     * Tue Dec 3 2013 JP Pialasse <tests@pialasse.com> 1.0.0-28.sme
222     - patch fix for translation
223    
224     * Tue Nov 26 2013 stephane de Labrusse <stephdl@de-labrusse.fr> 1.0.0-27.sme
225     - 5 more dynamic dns services (DtDNS, Loopia, dnspark.com, OVH DynHost,Noip ,changeip) [SME:8019]
226    
227 brianr 1.6 * Thu Jul 25 2013 stephane de Labrusse <stephdl@de-labrusse.fr> 1.0.0-26.sme
228 brianr 1.1 - modify the path of template ddclient.conf [SME: 8018]
229    
230     * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.0.0-24.sme
231     - apply locale 2013-07-14 patch
232    
233     * Sun Mar 06 2011 SME Translation Server <translations@contribs.org> 1.0.0-23.sme
234     - apply locale 2011-03-06 patch
235    
236     * Sun May 23 2010 SME Translation Server <translations@contribs.org> 1.0.0-22.sme
237     - apply locale 2010-05-23 patch
238    
239     * Tue Mar 02 2010 SME Translation Server <translations@contribs.org> 1.0.0-21.sme
240     - apply locale 2010-03-02 patch
241    
242     * Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 1.0.0-20.sme
243     - apply locale 2009-10-27 patch
244    
245     * Wed Oct 21 2009 SME Translation Server <translations@contribs.org> 1.0.0-19.sme
246     - apply locale 2009-10-21 patch
247    
248     * Thu Oct 8 2009 Filippo Carletti <filippo.carletti@gmail.com> 1.0.0-18.sme
249     - Merged dyndns db into domains db
250     - Template and cgi cleanup
251     - Fixed template expansion in events
252    
253     * Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 1.0.0-17.sme
254     - apply locale 2009-08-24 patch
255    
256     * Mon Apr 27 2009 SME Translation Server <translations@contribs.org> 1.0.0-16.sme
257     - apply locale 2009-04-27 patch
258    
259     * Tue Mar 03 2009 SME Translation Server
260     - apply locale 2009-03-03 patch
261    
262     * Sun Mar 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-14
263     - Apply 1 Mar 2009 locale patch [SME: 5018]
264    
265     * Sat Jan 31 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-13
266     - Apply 31 Jan 2009 locale patch [SME: 4951]
267    
268     * Thu Jan 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-12
269     - Apply 1 Jan 2009 locale patch [SME: 4900]
270    
271     * Sun Nov 30 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-11
272     - Apply 30 Nov 2008 locale patch
273    
274     * Wed Nov 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-10
275     - Apply 5 Nov 2008 locale patch
276    
277     * Tue Oct 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-9
278     - Apply 14 Oct 2008 locale patch
279    
280     * Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-8
281     - Apply 1 July 2008 locale patch
282    
283     * Wed Jun 25 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-7
284     - Apply 25 Jun 2008 locale patch
285    
286 brianr 1.6 * Wed May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-6
287 brianr 1.1 - Apply 21 May 2008 locale patch
288    
289     * Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-5
290     - Apply 5 May 2008 locale patch
291    
292     * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-4
293     - Added 26 April 2008 locale patch
294     - Add common <base> tags to e-smith-formmagick's general
295    
296     * Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-3
297     - Added 23 April 2008 locale patch
298     - Removed version number from spec file
299    
300     * Wed Apr 23 2008 Stephen Noble <support@dungog.net> 1.0.0-2
301     - prepare for import to smecontribs
302     - links moved to createlinks
303     - en lexicon split from function
304     - fr and de lexicons removed, add back in pootle
305    
306     * Sat Jan 20 2007 Paul Floor <paul@smeserver.us>
307     - ver 1.0 rel 1: split into smeserver-ddclient and ddclient
308     - removed heartbeat
309    
310     * Sun Nov 12 2006 Filali-Ansary Vincent <filali.v@free.fr>
311     - ver 3.7 rel 1: change for the new ddclient client
312    
313     * Sat Aug 19 2006 Filali-Ansary Vincent <filali.v@free.fr>
314     - rel 8: change checkip.sjc.dyndns.org by checkip.dyndns.org
315    
316     * Mon Aug 7 2006 Filali-Ansary Vincent <filali.v@free.fr>
317     - rel 7: repair the custom eurodyndns options on ddclient.conf.
318    
319     * Mon Jul 31 2006 Filali-Ansary Vincent <filali.v@free.fr>
320     - rel 6: repair the custom dyndns options on ddclient.conf.
321    
322     * Fri Jun 30 2006 Filali-Ansary Vincent <filali.v@free.fr>
323     - rel 5: change checkip.dyndns.org by checkip.sjc.dyndns.org
324    
325     * Tue May 09 2006 Filali-Ansary Vincent <filali.v@free.fr>
326     - initial release
327    
328     %description
329 brianr 1.9 ddclient panel and config files for SMEServer V10.
330 brianr 1.1
331     %prep
332     %setup
333 brianr 1.5 %patch0 -p1
334 brianr 1.7 %patch1 -p1
335 brianr 1.9 %patch2 -p1
336 brianr 1.10 %patch3 -p1
337 brianr 1.11 %patch4 -p1
338 brianr 1.12 %patch5 -p1
339 brianr 1.13 %patch6 -p1
340 jcrisp 1.15 %patch7 -p1
341 terryfage 1.16 %patch8 -p1
342 terryfage 1.17 %patch9 -p1
343 jcrisp 1.18 %patch10 -p1
344 jcrisp 1.19 %patch11 -p1
345 terryfage 1.20 %patch12 -p1
346 brianr 1.21 %patch13 -p1
347 brianr 1.22 %patch14 -p1
348 brianr 1.23 %patch15 -p1
349 jcrisp 1.24 %patch16 -p1
350 brianr 1.25 %patch17 -p1
351 jcrisp 1.26 %patch18 -p1
352 brianr 1.27 %patch19 -p1
353 jpp 1.28 %patch20 -p1
354 brianr 1.29 %patch21 -p1
355 brianr 1.32 %patch22 -p1
356 brianr 1.33 %patch23 -p1
357 brianr 1.36 %patch24 -p1
358 brianr 1.37 %patch25 -p1
359 jcrisp 1.39 %patch26 -p1
360 brianr 1.40 %patch27 -p1
361 terryfage 1.41 %patch28 -p1
362 brianr 1.1
363     %build
364     perl createlinks
365    
366     %install
367     rm -rf $RPM_BUILD_ROOT
368     (cd root ; find . -depth -print | cpio -ldump $RPM_BUILD_ROOT)
369     rm -f %{name}-%{version}-filelist
370 jcrisp 1.24 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
371     > %{name}-%{version}-filelist
372 brianr 1.1 echo "%doc COPYING" >> %{name}-%{version}-filelist
373    
374 brianr 1.35 # --dir /etc/ddclient 'attr(0600,ddclient,ddclient)' \
375     # --dir /var/cache/ddclient 'attr(0600,ddclient,ddclient)' \
376    
377 brianr 1.1 %clean
378     rm -rf $RPM_BUILD_ROOT
379    
380 brianr 1.3 %post
381 brianr 1.9 #systemctl enable ddclient
382     #systemctl start ddclient
383     #/sbin/e-smith/signal-event smanager-refresh
384     #systemctl restart smanager
385 brianr 1.3
386 brianr 1.36 if (systemctl list-unit-files |grep smanager) then
387     echo "Smanager restart in spec file"
388     /sbin/e-smith/signal-event smanager-refresh;
389 brianr 1.34 fi
390     true
391    
392    
393 brianr 1.1 %files -f %{name}-%{version}-filelist
394     %defattr(-,root,root)
395 jcrisp 1.24

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed