File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
* Support rsync daemon authentication.
3
3
*
4
4
* Copyright (C) 1998-2000 Andrew Tridgell
5
- * Copyright (C) 2002-2020 Wayne Davison
5
+ * Copyright (C) 2002-2022 Wayne Davison
6
6
*
7
7
* This program is free software; you can redistribute it and/or modify
8
8
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Routines to provide a memory-efficient hashtable.
3
3
*
4
- * Copyright (C) 2007-2020 Wayne Davison
4
+ * Copyright (C) 2007-2022 Wayne Davison
5
5
*
6
6
* This program is free software; you can redistribute it and/or modify
7
7
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (C) 1996 Andrew Tridgell
5
5
* Copyright (C) 1996 Paul Mackerras
6
- * Copyright (C) 2003-2020 Wayne Davison
6
+ * Copyright (C) 2003-2022 Wayne Davison
7
7
*
8
8
* This program is free software; you can redistribute it and/or modify
9
9
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
1
Summary: A fast, versatile, remote (and local ) file-copying tool
2
2
Name: rsync
3
- Version: 3.2.6
4
- %define fullversion %{version }
5
- Release: 1
6
- %define srcdir src
3
+ Version: 3.2.7
4
+ %define fullversion %{version }pre1
5
+ Release: 0.1.pre1
6
+ %define srcdir src-previews
7
7
Group: Applications/Internet
8
8
License: GPL
9
9
Source0: https://rsync.samba.org/ftp/rsync/%{srcdir }/rsync-%{fullversion }.tar.gz
@@ -79,8 +79,8 @@ rm -rf $RPM_BUILD_ROOT
79
79
%dir /etc/rsync-ssl/certs
80
80
81
81
%changelog
82
- * Fri Sep 09 2022 Wayne Davison <wayne@opencoder.net>
83
- Released 3.2.6 .
82
+ * Fri Sep 30 2022 Wayne Davison <wayne@opencoder.net>
83
+ Released 3.2.7pre1 .
84
84
85
85
* Fri Mar 21 2008 Wayne Davison <wayne@opencoder.net>
86
86
Added installation of /etc/xinetd.d/rsync file and some commented-out
Original file line number Diff line number Diff line change 1
- #define RSYNC_VERSION "3.2.7dev "
1
+ #define RSYNC_VERSION "3.2.7pre1 "
2
2
#define MAINTAINER_TZ_OFFSET -7.0
You can’t perform that action at this time.
0 commit comments