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

Diff of /rpms/smeserver-dhcpmanager/contribs10/smeserver-dhcpmanager.spec

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

Revision 1.11 by brianr, Wed Feb 7 16:07:26 2024 UTC Revision 1.12 by brianr, Fri Mar 1 12:18:01 2024 UTC
# Line 1  Line 1 
1  %define name smeserver-dhcpmanager  %define name smeserver-dhcpmanager
2  %define version 2.0.4  %define version 2.0.4
3  %define release 16  %define release 17
4    
5  Summary: provide a dhcp panel in the server-manager for The SME Server  Summary: provide a dhcp panel in the server-manager for The SME Server
6  Name: %{name}  Name: %{name}
# Line 33  Patch9: smeserver-dhcpmanager-2.0.4-Add- Line 33  Patch9: smeserver-dhcpmanager-2.0.4-Add-
33  Patch10: smeserver-dhcpmanager-2.0.4-More-changes-for-sm2-panels.patch  Patch10: smeserver-dhcpmanager-2.0.4-More-changes-for-sm2-panels.patch
34  Patch11: smeserver-dhcpmanager-2.0.4-Yet-more-changes-for-SM2-panels.patch  Patch11: smeserver-dhcpmanager-2.0.4-Yet-more-changes-for-SM2-panels.patch
35  Patch12: smeserver-dhcpmanager-2.0.4-Fix-JS-Error-on-load-and-typo-in-table-class-name.patch  Patch12: smeserver-dhcpmanager-2.0.4-Fix-JS-Error-on-load-and-typo-in-table-class-name.patch
36    Patch13: smeserver-dhcpmanager-2.0.4-Alter-menu-category-for-new-arrangement.patch
37    
38  %description  %description
39  Implementation of some feature arround dhcp clients like : wol, cleaning dhcpd.leases, Scan of your network etc//  Implementation of some feature arround dhcp clients like : wol, cleaning dhcpd.leases, Scan of your network etc//
40    
41  %changelog  %changelog
42    * Fri Mar 01 2024 Brian Read <brianr@koozali.org> 2.0.4-17.sme
43    - Edit Menu entry to conform to new arrangements [SME: 12493]
44    
45    
46  * Wed Feb 07 2024 Brian Read <brianr@koozali.org> 2.0.4-16.sme  * Wed Feb 07 2024 Brian Read <brianr@koozali.org> 2.0.4-16.sme
47  - Fix JS error on load and typo in table class name [SME: 12468]  - Fix JS error on load and typo in table class name [SME: 12468]
48    
# Line 150  Implementation of some feature arround d Line 155  Implementation of some feature arround d
155  %patch10 -p1  %patch10 -p1
156  %patch11 -p1  %patch11 -p1
157  %patch12 -p1  %patch12 -p1
158    %patch13 -p1
159    
160  rm -rf root/etc/e-smith/templates-custom  rm -rf root/etc/e-smith/templates-custom
161    
# Line 172  rm -rf %{name}-%{version} Line 178  rm -rf %{name}-%{version}
178  %preun  %preun
179    
180  %post  %post
181  if [ -f /usr/share/smanager/lib/SrvMngr.pm ]  if (systemctl list-unit-files |grep smanager) then
182  then    echo "Smanager restart in spec file"
183          rm -f /usr/share/smanager/lib/I18N/Modules/Dhcpd/en.pm    /sbin/e-smith/signal-event smanager-refresh;
         /usr/sbin/e-smith/signal-event smanager-refresh  
184  fi  fi
185  true  true
186    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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