summaryrefslogtreecommitdiff
path: root/rdiff-backup/dist/rdiff-backup.spec.template
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-07-25 05:58:43 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-07-25 05:58:43 +0000
commit25fd648ab89d794f48f5c1ce8800aeabcb118d21 (patch)
treeef8755eab93df3c9bc2b046b8198cfebe4a4410d /rdiff-backup/dist/rdiff-backup.spec.template
parent39d57e6d23df6e43650791ee6667cec36a9a5f1d (diff)
downloadrdiff-backup-25fd648ab89d794f48f5c1ce8800aeabcb118d21.tar.gz
Final changes for 0.12.2
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-12@368 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
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.