[openssh] Fix tmpfiles to be more consistent with other config files in package (#1196807)

Jakub Jelen jjelen at fedoraproject.org
Thu Mar 12 10:55:27 UTC 2015


commit c31740f8ea23b85c6fa2a8f8aa3b8104ea68adae
Author: Jakub Jelen <jjelen at redhat.com>
Date:   Thu Mar 12 11:45:45 2015 +0100

    Fix tmpfiles to be more consistent with other config files in package (#1196807)

 openssh.spec                           | 2 +-
 openssh-tmpfiles.conf => sshd.tmpfiles | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openssh.spec b/openssh.spec
index bd7de85..5fc2572 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -89,7 +89,7 @@ Source10: sshd.socket
 Source11: sshd.service
 Source12: sshd-keygen.service
 Source13: sshd-keygen
-Source14: openssh-tmpfiles.conf
+Source14: sshd.tmpfiles
 
 # Internal debug
 Patch0: openssh-5.9p1-wIm.patch
diff --git a/openssh-tmpfiles.conf b/sshd.tmpfiles
similarity index 100%
rename from openssh-tmpfiles.conf
rename to sshd.tmpfiles


More information about the scm-commits mailing list