/[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.3 by jcrisp, Mon Mar 29 13:15:26 2021 UTC Revision 1.10 by jcrisp, Thu Jun 30 21:24:06 2022 UTC
# Line 2  Summary: A rsync-based backup program fo Line 2  Summary: A rsync-based backup program fo
2  %define name smeserver-affa  %define name smeserver-affa
3  Name: %{name}  Name: %{name}
4  %define version 3.3.1  %define version 3.3.1
5  %define release 1  %define release 8
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    Patch4: smeserver-affa-update-ssh-keys-links.patch
33    Patch5: smeserver-affa-fix-config-directory-name-spaces.patch
34    Patch6: smeserver-affa-fix-reporting-error.patch
35    Patch7: smeserver-affa-fix-ssh-knownhosts-error.patch
36    
37  %description  %description
38  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 41  Affa is a rsync-based backup program for
41  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
42    
43  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
44  #%patch1 -p1  %patch1 -p1
45    %patch2 -p1
46    %patch3 -p1
47    %patch4 -p1
48    %patch5 -p1
49    %patch6 -p1
50    %patch7 -p1
51    
52    
53  %build  %build
54  # perl createlinks << if required  # perl createlinks << if required
# Line 84  exit 0 Line 98  exit 0
98  exit 0  exit 0
99    
100  %changelog  %changelog
101    * Thu Jun 30 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-8
102    - Fix KnownHosts error [SME: 12081]
103    - Thanks to 'gieres' for finding this
104    
105    * Thu Jun 30 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-7
106    - Fix logging parse errors [SME:12084]
107    - Thanks to 'sti' for finding it
108    
109    * Thu Jun 30 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-6
110    - Fix error with files with spaces in names - Credit to Trevor Drake-Brockman [SME: 11784]
111    - Fix directory search - Credit to Trevor Drake-Brockman [SME: 11784]
112    
113    * Wed Sep 22 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-5
114    - Modify ssh key links [SME: 10783]
115    - Untidy the ssh commands so I can see them and tidy them more easily
116    
117    * Wed Sep 22 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-4
118    - Change ssh keys from DSA to RSA 4096 [SME: 10783]
119    - Fix missing /var/affa store dir
120    
121    * Tue Sep 21 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-3.sme
122    - Fix some syntax errors. Migrate to using HostName/DomainName
123    
124    * Tue Sep 21 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-2.sme
125    - Add some systemd support [SME: 11024]
126    
127  * Mon Mar 29 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-1.sme  * Mon Mar 29 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-1.sme
128  - Fix Warranty [SME: 11500]  - Fix Warranty [SME: 11500]
129  - Fix Licence [SME: 11501]  - Fix Licence [SME: 11501]


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