spec file: revert to the previous Release tag

Revert from the current Release tag value `upstream` to the previously used
`0%{?dist}`, because:

* `0` sorts before `1`, which is usually used as the initial release number
  in downstream packages,

* the information provided by `%{?dist}` is useful, as packages built on
  one OS are not always installable on another OS.

https://fedorahosted.org/freeipa/ticket/6418

Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
Jan Cholasta 2016-12-05 12:18:54 +01:00
parent 556fc21482
commit eb1f05d598

View File

@ -41,7 +41,7 @@
Name: freeipa
Version: %{IPA_VERSION}
Release: upstream
Release: 0%{?dist}
Summary: The Identity, Policy and Audit system
Group: System Environment/Base