From 5b61c30157755fc2f109c0ddc0caf00e43023161 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 21 Jan 2015 14:47:55 -0700 Subject: [PATCH] packaging: use dist tag in RPM Release field This change adds ".el6", ".el7", etc to the end of the RPM filename. More information about the dist tag can be found at http://fedoraproject.org/wiki/Packaging:DistTag 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 2bd3562..5a1095c 100644 --- a/radosgw-agent.spec +++ b/radosgw-agent.spec @@ -1,7 +1,7 @@ Summary: Synchronize users and data between radosgw clusters Name: radosgw-agent Version: 1.2 -Release: 0 +Release: 0%{?dist} Source0: https://pypi.python.org/packages/source/r/%{name}/%{name}-%{version}.tar.gz License: MIT Group: Development/Libraries -- 2.47.3