rpms/rdiff-backup/devel rdiff-backup.spec,1.15,1.16

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Mon Aug 13 16:14:06 UTC 2007


Author: kevin

Update of /cvs/extras/rpms/rdiff-backup/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12423

Modified Files:
	rdiff-backup.spec 
Log Message:
Update License
Applied patch from Marcin Zajaczkowski <mszpak ATT wp DOTT pl> for addition of pylibacl, pyxattr in Requires section



Index: rdiff-backup.spec
===================================================================
RCS file: /cvs/extras/rpms/rdiff-backup/devel/rdiff-backup.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- rdiff-backup.spec	17 Dec 2006 19:40:10 -0000	1.15
+++ rdiff-backup.spec	13 Aug 2007 16:13:33 -0000	1.16
@@ -3,16 +3,18 @@
 Version: 1.0.5
 Summary: Convenient and transparent local/remote incremental mirror/backup
 Name: rdiff-backup
-Release: 2%{?dist}
+Release: 4%{?dist}
 
 URL: http://www.nongnu.org/rdiff-backup/
 Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz
-License: GPL
+License: GPLv2+
 Group: Applications/Archiving
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: python-devel >= 2.2, librsync-devel >= 0.9.6
 
 Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
+#recommended runtime dependencies
+Requires: pylibacl, pyxattr
 
 %description
 rdiff-backup is a script, written in Python, that backs up one
@@ -53,6 +55,13 @@
 %{python_sitearch}/rdiff_backup/*.pyo
 
 %changelog
+* Mon Aug 13 2007 Kevin Fenzi <kevin at tummy.com> 1.0.5-4
+- Update License
+
+* Fri Jun 15 2007 Gavin Henry <ghenry at suretecsystems.com> 1.0.5-3
+- Applied patch from Marcin Zajaczkowski <mszpak ATT wp DOTT pl>
+  for addition of pylibacl, pyxattr in Requires section
+
 * Sun Dec 17 2006 Kevin Fenzi <kevin at tummy.com> - 1.0.5-2
 - Rebuild for python 2.5
 




More information about the fedora-extras-commits mailing list