summaryrefslogtreecommitdiff
path: root/rdiff-backup/dist/rdiff-backup.spec.template
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/dist/rdiff-backup.spec.template')
-rw-r--r--rdiff-backup/dist/rdiff-backup.spec.template8
1 files changed, 6 insertions, 2 deletions
diff --git a/rdiff-backup/dist/rdiff-backup.spec.template b/rdiff-backup/dist/rdiff-backup.spec.template
index 0249336..47c2ce7 100644
--- a/rdiff-backup/dist/rdiff-backup.spec.template
+++ b/rdiff-backup/dist/rdiff-backup.spec.template
@@ -3,7 +3,7 @@
Version: $version
Summary: Convenient and transparent local/remote incremental mirror/backup
Name: rdiff-backup
-Release: 0.fdr.1
+Release: 0.fdr.2
Epoch: 0
URL: http://rdiff-backup.stanford.edu/
Source: http://rdiff-backup.stanford.edu/%{name}-%{version}.tar.gz
@@ -11,7 +11,7 @@ License: GPL
Group: Applications/Archiving
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: librsync >= 0.9.5.1, %{PYTHON_NAME} >= 2.2
-BuildPrereq: %{PYTHON_NAME}-devel >= 2.2, librsync-devel >= 0.9.5.1
+BuildPrereq: %{PYTHON_NAME}-devel >= 2.2, librsync-devel = 0.9.5.1
%description
rdiff-backup is a script, written in Python, that backs up one
@@ -45,6 +45,10 @@ differences from the previous backup will be transmitted.
%doc CHANGELOG COPYING FAQ.html README
%changelog
+* Thu Jul 24 2003 Ben Escoto <bescoto@stanford.edu>
+- Set librsync = 0.9.5.1, because new version will use librsync.h
+ instead of rsync.h
+
* Sun Jul 20 2003 Ben Escoto <bescoto@stanford.edu>
- Minor changes to comply with Fedora standards.