diff options
author | Wayne Davison <wayned@samba.org> | 2008-04-04 00:17:00 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2008-04-04 00:27:14 -0700 |
commit | 214af6ad83f3cdaa728e03180f77b0396409c2f7 (patch) | |
tree | ab0a54d184021a3afab5dd0dd101e97967affcd1 /packaging | |
parent | 2551c47eb73dc3472b0e91a99a1fab68386f1f4a (diff) | |
download | rsync-214af6ad83f3cdaa728e03180f77b0396409c2f7.tar.gz rsync-214af6ad83f3cdaa728e03180f77b0396409c2f7.tar.bz2 rsync-214af6ad83f3cdaa728e03180f77b0396409c2f7.zip |
Comment out the Source1 tar file by default in the spec file.
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/lsb/rsync.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec index 0472e824..73248062 100644 --- a/packaging/lsb/rsync.spec +++ b/packaging/lsb/rsync.spec @@ -6,7 +6,7 @@ Release: 1 %define srcdir src Group: Applications/Internet Source0: http://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-%{fullversion}.tar.gz -Source1: http://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-patches-%{fullversion}.tar.gz +#Source1: http://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-patches-%{fullversion}.tar.gz URL: http://rsync.samba.org/ Prefix: %{_prefix} |