[openssh] use {?dist} tag in suffixes for hmac checksum files

plautrba plautrba at fedoraproject.org
Fri Sep 20 16:00:38 UTC 2013


commit 15244ec17860339015d260fb1ded88dec4491b86
Author: Petr Lautrbach <plautrba at redhat.com>
Date:   Fri Sep 20 17:11:49 2013 +0200

    use {?dist} tag in suffixes for hmac checksum files

 openssh.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/openssh.spec b/openssh.spec
index 916f33b..7ef0593 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -68,7 +68,7 @@
 %define pam_ssh_agent_ver 0.9.3
 %define pam_ssh_agent_rel 5
 
-%define hmac_suffix .%{openssh_ver}-%{openssh_rel}.hmac
+%define hmac_suffix .%{openssh_ver}-%{openssh_rel}%{?dist}.hmac
 
 Summary: An open source implementation of SSH protocol versions 1 and 2
 Name: openssh


More information about the scm-commits mailing list