!5 Update to 2.2.4
From: @lyn1001 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
3f5548cb0f
Binary file not shown.
BIN
rdiff-backup-2.2.4.tar.gz
Normal file
BIN
rdiff-backup-2.2.4.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
Name: rdiff-backup
|
||||
Version: 2.0.5
|
||||
Version: 2.2.4
|
||||
Release: 1
|
||||
Summary: Convenient and transparent local/remote incremental mirror/backup
|
||||
URL: https://rdiff-backup.net/
|
||||
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
License: GPLv2+
|
||||
License: GPL-2.0-or-later
|
||||
BuildRequires: python3-devel >= 3.5, librsync-devel >= 1.0.0 python3-setuptools
|
||||
BuildRequires: python3-setuptools_scm gcc
|
||||
Requires: python3-setuptools
|
||||
@ -32,24 +32,26 @@ differences from the previous backup will be transmitted.
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
rm -rf $RPM_BUILD_ROOT/usr/share/doc/*
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/rdiff-backup
|
||||
%{_bindir}/rdiff-backup-statistics
|
||||
%{_bindir}/rdiff-backup-delete
|
||||
%{_mandir}/man1/rdiff-backup*
|
||||
%dir %{python3_sitearch}/rdiff_backup
|
||||
%{python3_sitearch}/rdiff_backup/*.py
|
||||
%dir %{python3_sitearch}/rdiff_backup/__pycache__
|
||||
%{python3_sitearch}/rdiff_backup/__pycache__/*.pyc
|
||||
%{python3_sitearch}/rdiff_backup/*.so
|
||||
%{python3_sitearch}/rdiff_backup/
|
||||
%{python3_sitearch}/rdiff_backup-*.egg-info
|
||||
%{python3_sitearch}/rdiffbackup/
|
||||
%{_datadir}/bash-completion/completions/rdiff-backup
|
||||
%doc CHANGELOG.md COPYING README.md
|
||||
%doc docs/FAQ.md docs/examples.md docs/DEVELOP.md
|
||||
%doc docs/Windows-README.md docs/Windows-DEVELOP.md
|
||||
%doc CHANGELOG.adoc README.adoc
|
||||
%doc docs/credits.adoc docs/DEVELOP.adoc docs/examples.adoc
|
||||
%doc docs/FAQ.adoc docs/migration.adoc
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Tue Apr 18 2023 liyanan <thistleslyn@163.com> - 2.2.4-1
|
||||
- Update to 2.2.4
|
||||
|
||||
* Mon Jul 25 2022 xu_ping <xuping33@h-partners.com> - 2.0.5-1
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user