diff options
author | Wayne Davison <wayned@samba.org> | 2008-04-03 22:37:01 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2008-04-03 22:37:01 -0700 |
commit | 325c243210cdb3e8467e78f673043661f86fdf74 (patch) | |
tree | e84127891bd4b0c47094b8ab79f98e68305fe5c2 /packaging | |
parent | 4e90cfbfeda6d6956d547d9bed5c6763c9d596ba (diff) | |
download | rsync-325c243210cdb3e8467e78f673043661f86fdf74.tar.gz rsync-325c243210cdb3e8467e78f673043661f86fdf74.tar.bz2 rsync-325c243210cdb3e8467e78f673043661f86fdf74.zip |
Preparing for release of 3.0.1v3.0.1
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/lsb/rsync.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec index 23a9521f..0472e824 100644 --- a/packaging/lsb/rsync.spec +++ b/packaging/lsb/rsync.spec @@ -1,9 +1,9 @@ Summary: A fast, versatile, remote (and local) file-copying tool Name: rsync Version: 3.0.1 -%define fullversion %{version}pre3 -Release: 0.1.pre3 -%define srcdir src-previews +%define fullversion %{version} +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 @@ -63,8 +63,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/rsyncd.conf.5* %changelog -* Sun Mar 30 2008 Wayne Davison <wayned@samba.org> -Released 3.0.1pre3. +* Thu Apr 03 2008 Wayne Davison <wayned@samba.org> +Released 3.0.1. * Fri Mar 21 2008 Wayne Davison <wayned@samba.org> Added installation of /etc/xinetd.d/rsync file and some commented-out |