summaryrefslogtreecommitdiff
path: root/rdiff-backup/dist/rdiff-backup.rh7x.spec
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-04-08 09:13:48 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-04-08 09:13:48 +0000
commit6fe0035bb3eaf59d8a7fe13c230c534619dba04b (patch)
tree475c7a641fc84bf3a960ec615fb330c6aec8e4f5 /rdiff-backup/dist/rdiff-backup.rh7x.spec
parent34d29a9d9961f4ba481828385364fa7c9a6fb2dc (diff)
downloadrdiff-backup-6fe0035bb3eaf59d8a7fe13c230c534619dba04b.tar.gz
Thought about making separate redhat 7.x RPMs, now I don't think I'll bother
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@38 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/dist/rdiff-backup.rh7x.spec')
-rw-r--r--rdiff-backup/dist/rdiff-backup.rh7x.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/rdiff-backup/dist/rdiff-backup.rh7x.spec b/rdiff-backup/dist/rdiff-backup.rh7x.spec
index cc72a38..7005e04 100644
--- a/rdiff-backup/dist/rdiff-backup.rh7x.spec
+++ b/rdiff-backup/dist/rdiff-backup.rh7x.spec
@@ -7,6 +7,7 @@ Copyright: GPL
Group: Applications/Archiving
BuildRoot: %{_tmppath}/%{name}-root
requires: librsync, python2 >= 2.2
+Patch: rdiff-backup-rh7x.patch
%description
rdiff-backup is a script, written in Python, that backs up one
@@ -22,7 +23,7 @@ differences from the previous backup will be transmitted.
%prep
%setup
-
+%patch
%build
%install
@@ -42,6 +43,8 @@ install -m 644 rdiff-backup.1 $RPM_BUILD_ROOT/usr/share/man/man1/rdiff-backup.1
%doc CHANGELOG COPYING README FAQ.html
%changelog
+* Sat Apr 6 2002 Ben Escoto <bescoto@stanford.edu>
+- Made new version for Redhat 7.x series
* Sun Nov 4 2001 Ben Escoto <bescoto@stanford.edu>
- Initial RPM