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

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

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

Revision 1.1 by jcrisp, Wed Oct 28 16:52:20 2020 UTC Revision 1.8 by terryfage, Mon Jul 18 09:32:56 2022 UTC
# Line 7  Summary: A graphical monitor, alert rais Line 7  Summary: A graphical monitor, alert rais
7  %define name smeserver-smeadmin  %define name smeserver-smeadmin
8  Name: %{name}  Name: %{name}
9  %define version 1.6  %define version 1.6
10  %define release 1  %define release 6
11  Version: %{version}  Version: %{version}
12  Release: %{release}%{?dist}  Release: %{release}%{?dist}
13  License: GPL  License: GPL
14  Group: Networking/Daemons  Group: Networking/Daemons
15  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
16    Patch0: smeserver-smeadmin-1.6-bz11062-initial-import.patch
17    Patch1: smeserver-smeadmin-1.6-locale-2021-08-24.patch
18    Patch2: smeserver-smeadmin-1.6-locale-2021-09-08.patch
19    Patch3: smeserver-smeadmin-1.6-bz10761_real_ssh_port.patch
20    Patch4: smeserver-smeadmin-1.6-bz11642-bz1159-authproxy-errorlog.patch
21    
22  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
23  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 32  Requires: lm_sensors Line 37  Requires: lm_sensors
37  AutoReqProv: no  AutoReqProv: no
38    
39  %changelog  %changelog
40    * Mon Jul 18 2022 zsolt vasarhelyi <vasarhelyizsolt@hotmail.com> 1.6-6.sme
41    - bz11642 authproxy errorlog [SME: 11642]
42    - bz11590 error log [SME: 11590]
43    
44    * Mon Jul 18 2022 Michel Begue <mab974@misouk.com> 1.6-5.sme
45    - get real ssh port from configuration db. [SME: 10761]
46    
47    * Wed Sep 08 2021 Terry Fage <terry.fage@gmail.com> 1.6-4.sme
48    - apply locale 2021-09-08 patch
49    
50    * Tue Aug 24 2021 Terry Fage <terry.fage@gmail.com> 1.6-3.sme
51    - apply locale 2021-08-24 patch
52    
53    * Thu Mar 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.6-2.sme
54    - fix mysql not migrating sme9admind  [SME: 11062]
55    - fix config db sme9admind not migrated to smeadmind
56    - fix /var/lib/sme9admin not migrated
57    - add smeserver-smeadmin-update event
58    - fix services diplayed multiple times [SME: 11455]
59    - systemd unit
60    - review new logs locations
61    - check calls to sysvinit
62    - TODO implement new VPNs stats
63    
64  * Thu Oct 15 2020 Brian Read <brianr@bjsystems.co.uk> 1.6-1  * Thu Oct 15 2020 Brian Read <brianr@bjsystems.co.uk> 1.6-1
65  - Move to SME10, rename to smeadmin [SME: 11040]  - Move to SME10, rename to smeadmin [SME: 11040, 11062]
66    
67  * Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 1.5-30.sme  * Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 1.5-30.sme
68  - apply locale 2019-12-07 patch  - apply locale 2019-12-07 patch
# Line 150  This contrib is a bit inspired by e-smit Line 179  This contrib is a bit inspired by e-smit
179    
180  %prep  %prep
181  %setup  %setup
182    %patch0 -p1
183    %patch1 -p1
184    %patch2 -p1
185    %patch3 -p1
186    %patch4 -p1
187    
188  %build  %build
189  perl createlinks  perl createlinks
# Line 168  rm -rf $RPM_BUILD_ROOT Line 202  rm -rf $RPM_BUILD_ROOT
202  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
203  rm -f %{name}-%{version}-filelist  rm -f %{name}-%{version}-filelist
204  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
205  |grep -v '/etc/e-smith/sql/init/smeadmin'\  --file /usr/bin/smeadmind 'attr(755,root,root)' \
206  |grep -v '/usr/bin/smeadmind'\  --file /usr/share/doc/smeserver-smeadmin/add_ds_to_rrd.pl 'attr(755,root,root)' \
207  |grep -v '/usr/share/doc/smeserver-smeadmin/add_ds_to_rrd.pl'> %{name}-%{version}-filelist   > %{name}-%{version}-filelist
208    
209  %clean  %clean
210  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
# Line 179  rm -rf $RPM_BUILD_ROOT Line 213  rm -rf $RPM_BUILD_ROOT
213    
214  %preun  %preun
215    
   
216  %post  %post
217    
218  %postun  %postun
219    
220  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
221  %defattr(-,root,root)  %defattr(-,root,root)
 %attr(755,root,root) /etc/e-smith/sql/init/smeadmin  
 %attr(755,root,root) /usr/bin/smeadmind  
 %attr(755,root,root) /usr/share/doc/smeserver-smeadmin/add_ds_to_rrd.pl  


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