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

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

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

Revision 1.2 by jcrisp, Tue Mar 23 14:27:50 2021 UTC Revision 1.6 by jcrisp, Wed Sep 22 12:01:20 2021 UTC
# Line 1  Line 1 
1  Summary: A rsync-based backup program for linux, adapted to Koozali SME server 10  Summary: A rsync-based backup program for linux, adapted to Koozali SME server 10
2  %define name smeserver-affa  %define name smeserver-affa
3  Name: %{name}  Name: %{name}
4  %define version 3.3.0  %define version 3.3.1
5  %define release 1  %define release 4
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  Vendor: Michael Weinberger <mweinber AT users DOT sourceforge DOT net> //// adaptation to sme-server Arnaud Guillaume <smeserver-affa AT guedel DOT eu>  Vendor: Michael Weinberger <mweinber AT users DOT sourceforge DOT net> //// adaptation to sme-server Arnaud Guillaume <smeserver-affa AT guedel DOT eu>
# Line 16  BuildRequires: e-smith-devtools Line 16  BuildRequires: e-smith-devtools
16  AutoReq: no  AutoReq: no
17    
18  Requires: e-smith-release >= 10  Requires: e-smith-release >= 10
19    Requires: smeserver-systemd-control
20  Requires: openssh-clients  Requires: openssh-clients
21  Requires: perl-Config-IniFiles  Requires: perl-Config-IniFiles
22  Requires: perl-Filesys-DiskFree  Requires: perl-Filesys-DiskFree
# Line 25  Requires: perl-TimeDate Line 26  Requires: perl-TimeDate
26  Requires: perl-List-MoreUtils  Requires: perl-List-MoreUtils
27  Requires: rsync  Requires: rsync
28    
29  #Patch1: smeserver-affa-something.patch  Patch1: smeserver-affa-add-some-systemd-support.patch
30    Patch2: smeserver-affa-change-host-domain.patch
31    Patch3: smeserver-affa-change_to_rsa_keys.patch
32    
33  %description  %description
34  Affa is a rsync-based backup program for SMEServer + RPMCheck + Watchdog + rise.  Documentation: http://affa.sf.net  Affa is a rsync-based backup program for SMEServer + RPMCheck + Watchdog + rise.  Documentation: http://affa.sf.net
# Line 34  Affa is a rsync-based backup program for Line 37  Affa is a rsync-based backup program for
37  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
38    
39  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
40  #%patch1 -p1  %patch1 -p1
41    %patch2 -p1
42    %patch3 -p1
43    
44  %build  %build
45  # perl createlinks << if required  # perl createlinks << if required
# Line 60  rm -f $RPM_BUILD_ROOT/sbin/affa.tmp Line 65  rm -f $RPM_BUILD_ROOT/sbin/affa.tmp
65      --file "/etc/sudoers.d/affa" "attr(0440,root,root)" \      --file "/etc/sudoers.d/affa" "attr(0440,root,root)" \
66      > %{name}-%{version}-filelist      > %{name}-%{version}-filelist
67    
 %files -f %{name}-%{version}-filelist  
   
68  # We could use this for docs I guess - we should standardise this sort of thing  # We could use this for docs I guess - we should standardise this sort of thing
69  #%doc README LICENSE README  #%doc README LICENSE README
70    echo "%doc LICENSE COPYING README WARRANTY" >> %{name}-%{version}-filelist
71    
72    
73    
74    %files -f %{name}-%{version}-filelist
75    
76  %clean  %clean
77  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
# Line 81  exit 0 Line 89  exit 0
89  exit 0  exit 0
90    
91  %changelog  %changelog
92  * Tue Mar 23 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.0-1.sme  * Wed Sep 22 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-4
93    - Change ssh keys from DSA to RSA 4096 [SME: 10783]
94    - Fix missing /var/affa store dir
95    
96    * Tue Sep 21 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-3.sme
97    - Fix some syntax errors. Migrate to using HostName/DomainName
98    
99    * Tue Sep 21 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-2.sme
100    - Add some systemd support [SME: 11024]
101    
102    * Mon Mar 29 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-1.sme
103    - Fix Warranty [SME: 11500]
104    - Fix Licence [SME: 11501]
105    - Remove atalk [SME: 11503]
106    
107    * Tue Mar 23 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.0-1.sme
108  - New version for Koozali SME v10 [SME: 11024]  - New version for Koozali SME v10 [SME: 11024]
109  - incorporated old patches  - incorporated old patches
110  - tidied up some old git files  - tidied up some old git files


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