2e705c3b3d
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:saltstack/salt?expand=0&rev=75
28 lines
673 B
Diff
28 lines
673 B
Diff
From a2ffa8e54f3cd8dba3c4b73cad086a6b93fb3a41 Mon Sep 17 00:00:00 2001
|
|
From: Michael Calmer <mc@suse.de>
|
|
Date: Fri, 4 Mar 2016 09:51:22 +0100
|
|
Subject: [PATCH 04/12] do not generate a date in a comment to prevent rebuilds
|
|
(bsc#969407)
|
|
|
|
---
|
|
setup.py | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
diff --git a/setup.py b/setup.py
|
|
index 742eae5..d2dd8f7 100755
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -605,8 +605,7 @@ class Clean(clean):
|
|
|
|
|
|
INSTALL_VERSION_TEMPLATE = '''\
|
|
-# This file was auto-generated by salt's setup on \
|
|
-{date:%A, %d %B %Y @ %H:%m:%S UTC}.
|
|
+# This file was auto-generated by salt's setup
|
|
|
|
from salt.version import SaltStackVersion
|
|
|
|
--
|
|
2.1.4
|
|
|