URL: https://github.com/freeipa/freeipa/pull/350 Author: jcholast Title: #350: spec file: revert to the previous Release tag Action: opened
PR body: """ 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 """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/350/head:pr350 git checkout pr350
From 0c8451d3e9b86b7e397b49a7dd25b9b3e5a0a222 Mon Sep 17 00:00:00 2001 From: Jan Cholasta <jchol...@redhat.com> Date: Mon, 5 Dec 2016 12:18:54 +0100 Subject: [PATCH] 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 --- freeipa.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeipa.spec.in b/freeipa.spec.in index fbb3945..c58c057 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -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
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code