Commit c4b697f2 by Dwight Engen Committed by Daniel Lezcano

Add %{dist} tag to differentiate RPM distributions and releases

Note that an additional Release field is not necessary for the devel package as it will follow the primary Release field. For more information on the dist tag, see http://fedoraproject.org/wiki/Packaging:DistTagSigned-off-by: 's avatarDwight Engen <dwight.engen@oracle.com> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 7f99e339
......@@ -22,7 +22,7 @@
Name: @PACKAGE@
Version: @VERSION@
Release: 1
Release: 1%{?dist}
URL: http://lxc.sourceforge.net
Source: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
Summary: %{name} : Linux Container
......@@ -52,7 +52,6 @@ Group: System Environment/Libraries
The %{name}-libs package contains libraries for running %{name} applications.
%package devel
Release: 1
Summary: development library for %{name}
Group: Development/Libraries
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment