]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- rel 2
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 10 Jan 2011 11:44:26 +0000 (11:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add ssh client config to disable ssh compression (can't be set via key options)

Changed files:
    amanda.spec -> 1.214
    ssh_config -> 1.1

amanda.spec
ssh_config [new file with mode: 0644]

index f022d02a0e4fcddeeab9d3ba6974dc77360017ce..318398f848c2db83cf3d140c2c12644b76a43d8c 100644 (file)
@@ -10,7 +10,7 @@ Summary:      A network-capable tape backup solution
 Summary(pl.UTF-8):     Sieciowo zorientowany system tworzenia kopii zapasowych
 Name:          amanda
 Version:       3.2.1
-Release:       1
+Release:       2
 License:       BSD
 Group:         Networking/Utilities
 Source0:       http://dl.sourceforge.net/amanda/%{name}-%{version}.tar.gz
@@ -22,6 +22,7 @@ Source4:      amidxtape.inetd
 Source5:       k5%{name}.inet
 # http://amanda.svn.sourceforge.net/viewvc/amanda/amanda/branches/3_2/contrib/convert-zd-mtx-to-robot.sh
 Source6:       convert-zd-mtx-to-robot.sh
+Source7:       %{name}-ssh_config
 Patch0:                %{name}-no_libnsl.patch
 Patch1:                %{name}-chg-zd-mtx-sh.patch
 Patch2:                %{name}-tar.patch
@@ -273,6 +274,7 @@ touch $RPM_BUILD_ROOT%{_sharedstatedir}/amanda/.amandahosts
 
 install %{SOURCE6} $RPM_BUILD_ROOT%{_sbindir}/amconvert-zd-mtx-to-robot.sh
 
+install %{SOURCE7} $RPM_BUILD_ROOT%{_sharedstatedir}/amanda/.ssh/config
 touch $RPM_BUILD_ROOT%{_sharedstatedir}/amanda/.ssh/{,client_}authorized_keys
 touch $RPM_BUILD_ROOT%{_sharedstatedir}/amanda/.ssh/id_rsa_amdump{,.pub}
 touch $RPM_BUILD_ROOT%{_sharedstatedir}/amanda/.ssh/id_rsa_amrecover{,.pub}
@@ -409,6 +411,7 @@ EOF
 %attr(750,amanda,amanda) %dir %{_sharedstatedir}/amanda/debug
 %attr(750,amanda,amanda) %dir %{_sharedstatedir}/amanda/debug/amandad
 %attr(600,amanda,amanda) %config(noreplace) %verify(not md5 mtime size) %{_sharedstatedir}/amanda/.amandahosts
+%attr(600,amanda,amanda) %config(noreplace) %verify(not md5 mtime size) %{_sharedstatedir}/amanda/.ssh/config
 # Commented out so it won't get removed on uninstall
 #%attr(600,amanda,amanda) %ghost %{_sharedstatedir}/amanda/.ssh/authorized_keys
 %{_mandir}/man5/amanda-archive-format.5*
diff --git a/ssh_config b/ssh_config
new file mode 100644 (file)
index 0000000..70018e0
--- /dev/null
@@ -0,0 +1,2 @@
+Host *
+       Compression no
This page took 0.081848 seconds and 4 git commands to generate.