[openssh-commits] [openssh] 04/12: Add 'dist' to 'rel' for OS specific RPM names.

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Feb 10 11:14:20 AEDT 2018


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit bb7e54dbaf34b70b3e57acf7982f3a2136c94ee5
Author: nkadel <nkadel at gmail.com>
Date:   Sun Nov 16 18:17:15 2014 -0500

    Add 'dist' to 'rel' for OS specific RPM names.
---
 contrib/redhat/openssh.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 326ac143..a66502e9 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -1,5 +1,5 @@
 %define ver 7.6p1
-%define rel 1
+%define rel 1%{?dist}
 
 # OpenSSH privilege separation requires a user & group ID
 %define sshd_uid    74
@@ -414,6 +414,7 @@ fi
 
 %changelog
 * Sun Nov 16 2014 Nico Kadel-Garcia <nakdel at gmail.com>
+- Add 'dist' option to 'ver' so package names reflect OS at build time
 - Always include x11-ssh-askpass tarball in SRPM
 - Add openssh-x11-aspass BuildRequires for libXT-devel, imake, gtk2-devel
 - Discard obsolete '--with-rsh' configure option

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list