From 0d5881e32471b7f9017e6c01ccadc34b6740b2be Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 12 Jan 2015 14:22:44 -0700 Subject: [PATCH] packaging: use full PyPI URL for RPM Source tarball Alfredo has published the radosgw-agent package to PyPI today. Add the full URL. Signed-off-by: Ken Dreyer --- radosgw-agent.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radosgw-agent.spec b/radosgw-agent.spec index 274ad2d..2bd3562 100644 --- a/radosgw-agent.spec +++ b/radosgw-agent.spec @@ -2,7 +2,7 @@ Summary: Synchronize users and data between radosgw clusters Name: radosgw-agent Version: 1.2 Release: 0 -Source0: %{name}-%{version}.tar.gz +Source0: https://pypi.python.org/packages/source/r/%{name}/%{name}-%{version}.tar.gz License: MIT Group: Development/Libraries BuildArch: noarch -- 2.47.3