14ef6d2b51
- splitting out the susemanager integration plugins into their own subpackages. ATM this only contains the zypp plugin to tell susemanager about manually installed packages. - Unit and integration tests fixes for 2016.3.2 Add: * 0018-Unit-tests-fixes-for-2016.3.2.patch * 0019-Fix-snapper_test-for-python26.patch * 0020-Integration-tests-fixes-for-2016.3.2.patch - Prevent pkg.install failure for expired keys (bsc#996455) Add: * 0017-Check-for-single-quote-before-splitting-on-single-qu.patch - Required D-Bus and generating machine ID where it is missing - Fix sphinx crashes when documentation is being generated Add script for documentation update. Add: * 0016-Improve-Mock-to-be-flexible-and-able-to-mock-methods.patch * update-documentation.sh - Fix pkg.installed refresh repo failure (bsc#993549) Fix salt.states.pkgrepo.management no change failure (bsc#990440) Add: * 0014-Add-ignore_repo_failure-option-to-suppress-zypper-s-.patch * 0015-Remove-zypper-s-raise-exception-if-mod_repo-has-no-a.patch - Deprecate status.uptime one version later Add: OBS-URL: https://build.opensuse.org/request/show/430691 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:saltstack/salt?expand=0&rev=77
28 lines
683 B
Diff
28 lines
683 B
Diff
From a831380a6d7f323c9824d26d6f6e5966b10cbc6e 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/13] 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 c84c19824a6f..819ec2b875d1 100755
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -618,8 +618,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.8.3
|
|
|