forked from rpms/rsync
		
	New version 3.2.2
This commit is contained in:
		
							parent
							
								
									60b410ece5
								
							
						
					
					
						commit
						2de022e446
					
				
							
								
								
									
										25
									
								
								rsync.spec
									
									
									
									
									
								
							
							
						
						
									
										25
									
								
								rsync.spec
									
									
									
									
									
								
							| @ -8,8 +8,8 @@ | |||||||
| 
 | 
 | ||||||
| Summary: A program for synchronizing files over a network | Summary: A program for synchronizing files over a network | ||||||
| Name: rsync | Name: rsync | ||||||
| Version: 3.1.3 | Version: 3.2.2 | ||||||
| Release: 11%{?dist} | Release: 1%{?dist} | ||||||
| URL: http://rsync.samba.org/ | URL: http://rsync.samba.org/ | ||||||
| 
 | 
 | ||||||
| Source0: https://download.samba.org/pub/rsync/src/rsync-%{version}%{?prerelease}.tar.gz | Source0: https://download.samba.org/pub/rsync/src/rsync-%{version}%{?prerelease}.tar.gz | ||||||
| @ -20,17 +20,13 @@ Source4: rsyncd.conf | |||||||
| Source5: rsyncd.sysconfig | Source5: rsyncd.sysconfig | ||||||
| Source6: rsyncd@.service | Source6: rsyncd@.service | ||||||
| 
 | 
 | ||||||
| BuildRequires:  gcc | BuildRequires: gcc gcc-c++ | ||||||
| BuildRequires: libacl-devel, libattr-devel, autoconf, popt-devel, systemd | BuildRequires: libacl-devel, libattr-devel, autoconf, popt-devel, systemd | ||||||
| #Requires: zlib | BuildRequires: lz4-devel openssl-devel libzstd-devel | ||||||
| #Added virtual provide for zlib due to https://fedoraproject.org/wiki/Bundled_Libraries?rd=Packaging:Bundled_Libraries | #Added virtual provide for zlib due to https://fedoraproject.org/wiki/Bundled_Libraries?rd=Packaging:Bundled_Libraries | ||||||
| Provides: bundled(zlib) = 1.2.8 | Provides: bundled(zlib) = 1.2.8 | ||||||
| License: GPLv3+ | License: GPLv3+ | ||||||
| 
 | 
 | ||||||
| Patch0: rsync-man.patch |  | ||||||
| Patch1: rsync-noatime.patch |  | ||||||
| Patch2: rsync-3.0.6-iconv-logging.patch |  | ||||||
| 
 |  | ||||||
| %description | %description | ||||||
| Rsync uses a reliable algorithm to bring remote and host files into | Rsync uses a reliable algorithm to bring remote and host files into | ||||||
| sync very quickly. Rsync is fast because it just sends the differences | sync very quickly. Rsync is fast because it just sends the differences | ||||||
| @ -67,13 +63,9 @@ patch -p1 -i patches/xattrs.diff | |||||||
| #Enable --copy-devices parameter | #Enable --copy-devices parameter | ||||||
| patch -p1 -i patches/copy-devices.diff | patch -p1 -i patches/copy-devices.diff | ||||||
| 
 | 
 | ||||||
| %patch0 -p1 -b .man |  | ||||||
| %patch1 -p1 -b .noatime |  | ||||||
| %patch2 -p1 -b .iconv |  | ||||||
| 
 |  | ||||||
| %build | %build | ||||||
| 
 | 
 | ||||||
| %configure | %configure --disable-xxhash | ||||||
| # --with-included-zlib=no temporary disabled because of #1043965 | # --with-included-zlib=no temporary disabled because of #1043965 | ||||||
| 
 | 
 | ||||||
| make %{?_smp_mflags} | make %{?_smp_mflags} | ||||||
| @ -96,9 +88,11 @@ install -D -m644 %{SOURCE6} $RPM_BUILD_ROOT/%{_unitdir}/rsyncd@.service | |||||||
| %files | %files | ||||||
| %{!?_licensedir:%global license %%doc} | %{!?_licensedir:%global license %%doc} | ||||||
| %license COPYING | %license COPYING | ||||||
| %doc NEWS OLDNEWS README support/ tech_report.tex | %doc support/ tech_report.tex | ||||||
| %{_bindir}/%{name} | %{_bindir}/%{name} | ||||||
|  | %{_bindir}/%{name}-ssl | ||||||
| %{_mandir}/man1/%{name}.1* | %{_mandir}/man1/%{name}.1* | ||||||
|  | %{_mandir}/man1/%{name}-ssl.1* | ||||||
| %{_mandir}/man5/rsyncd.conf.5* | %{_mandir}/man5/rsyncd.conf.5* | ||||||
| %config(noreplace) %{_sysconfdir}/rsyncd.conf | %config(noreplace) %{_sysconfdir}/rsyncd.conf | ||||||
| 
 | 
 | ||||||
| @ -118,6 +112,9 @@ install -D -m644 %{SOURCE6} $RPM_BUILD_ROOT/%{_unitdir}/rsyncd@.service | |||||||
| %systemd_postun_with_restart rsyncd.service | %systemd_postun_with_restart rsyncd.service | ||||||
| 
 | 
 | ||||||
| %changelog | %changelog | ||||||
|  | * Tue Jul 21 2020 Michal Ruprich <michalruprich@gmail.com> - 3.2.2-1 | ||||||
|  | - New version 3.2.2 | ||||||
|  | 
 | ||||||
| * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.3-11 | * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.3-11 | ||||||
| - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild | - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user