/[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.13 by jcrisp, Sun Nov 12 13:53:12 2023 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.1  %define version 4.0
5  %define release 1  %define release 1
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
# 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 23  Requires: perl-MailTools Line 24  Requires: perl-MailTools
24  Requires: perl-Proc-ProcessTable  Requires: perl-Proc-ProcessTable
25  Requires: perl-TimeDate  Requires: perl-TimeDate
26  Requires: perl-List-MoreUtils  Requires: perl-List-MoreUtils
27  Requires: rsync  Requires: rsync >= 3.1.2-11
28    
29  #Patch1: smeserver-affa-something.patch  
30    #Patch1: smeserver-affa-add-some-systemd-support.patch
31    #Patch2: smeserver-affa-change-host-domain.patch
32    #Patch3: smeserver-affa-change_to_rsa_keys.patch
33    #Patch4: smeserver-affa-update-ssh-keys-links.patch
34    #Patch5: smeserver-affa-fix-config-directory-name-spaces.patch
35    #Patch6: smeserver-affa-fix-reporting-error.patch
36    #Patch7: smeserver-affa-fix-ssh-knownhosts-error.patch
37    #Patch8: smeserver-affa-fix-reporting-error-syntax.patch
38    #Patch9: smeserver-affa-fix-reporting-error-2.patch
39    #Patch10: smeserver-affa-fix-reporting-error-3.patch
40    
41  %description  %description
42  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 35  rm -rf $RPM_BUILD_ROOT Line 46  rm -rf $RPM_BUILD_ROOT
46    
47  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
48  #%patch1 -p1  #%patch1 -p1
49    #%patch2 -p1
50    #%patch3 -p1
51    #%patch4 -p1
52    #%patch5 -p1
53    #%patch6 -p1
54    #%patch7 -p1
55    #%patch8 -p1
56    #%patch9 -p1
57    #%patch10 -p1
58    
59  %build  %build
60  # perl createlinks << if required  # perl createlinks << if required
# Line 84  exit 0 Line 104  exit 0
104  exit 0  exit 0
105    
106  %changelog  %changelog
107    * Fri Apr 21 2023 John Crisp <jcrisp@safeandsoundit.co.uk>4.0-1.sme
108    - Update to v4
109    - Accomodate latest rsync to user@i.p.ad.dress:// format
110    - Rewrite the include and exclude routines
111    - Fix multiple small bugs
112    - Fix restore of selected backup or rise e.g daily.3 or monthly.1
113    - Add --cli-debug option
114    - Add --link-dest check in rise
115    
116    * Tue Jul 05 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-11
117    - Update Regex to help clean out rsyncd.motd messages [SME: 12084]
118    
119    * Mon Jul 04 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-10
120    - Redo patch at -8 to fix the next if syntax [SME: 12084]
121    
122    * Mon Jul 04 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-9
123    - Fix my syntax errors from [SME: 11784]
124    
125    * Thu Jun 30 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-8
126    - Fix KnownHosts error [SME: 12081]
127    - Thanks to 'gieres' for finding this
128    
129    * Thu Jun 30 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-7
130    - Fix logging parse errors [SME: 12084]
131    - Thanks to 'sti' for finding it
132    
133    * Thu Jun 30 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-6
134    - Fix error with files with spaces in names - Credit to Trevor Drake-Brockman [SME: 11784]
135    - Fix directory search - Credit to Trevor Drake-Brockman [SME: 11784]
136    
137    * Wed Sep 22 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-5
138    - Modify ssh key links [SME: 10783]
139    - Untidy the ssh commands so I can see them and tidy them more easily
140    
141    * Wed Sep 22 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-4
142    - Change ssh keys from DSA to RSA 4096 [SME: 10783]
143    - Fix missing /var/affa store dir
144    
145    * Tue Sep 21 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-3.sme
146    - Fix some syntax errors. Migrate to using HostName/DomainName
147    
148    * Tue Sep 21 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-2.sme
149    - Add some systemd support [SME: 11024]
150    
151  * 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
152  - Fix Warranty [SME: 11500]  - Fix Warranty [SME: 11500]
153  - 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