SHA256
1
0
forked from pool/salt

Accepting request 569868 from systemsmanagement:saltstack:testing

- Fix the usage of custom macros on the spec file.

- Fix RES7: different dependency names for python-PyYAML
  and python-MarkupSafe

- Build both python2 and python3 binaries together.

- Bugfix: errors in external pillar causes crash instead of report
  of them (bsc#1068446)
- Fix 'user.present' when 'gid_from_name' is set but group does
  not exist.
- Added:
 * bugfix-the-logic-according-to-the-exact-described-pu.patch
 * return-error-when-gid_from_name-and-group-does-not-e.patch

- Fix "No service execution module loaded" issue (bsc#1065792)
- Set SHELL environment variable
  Added:
  * fix-bsc-1065792.patch
  * set-shell-environment-variable-64.patch

- Removed unnecessary logging on shutdown (bsc#1050003)
- Renamed patch that adds grain fqdns
  Changed:
  * catching-error-when-pidfile-cannot-be-deleted
  Removed:
  * fix-for-pidfile-removal-logging
  Renamed:
  * add-fqdns-grains -> feat-add-grain-for-all-fqdns

OBS-URL: https://build.opensuse.org/request/show/569868
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:saltstack/salt?expand=0&rev=107
This commit is contained in:
Pablo Suárez Hernández
2018-01-26 13:46:21 +00:00
committed by Git OBS Bridge
parent 01ad8e1de6
commit b17d3e3575
31 changed files with 1921 additions and 168 deletions

View File

@@ -1,3 +1,127 @@
-------------------------------------------------------------------
Thu Jan 25 13:04:24 UTC 2018 - pablo.suarezhernandez@suse.com
- Fix the usage of custom macros on the spec file.
-------------------------------------------------------------------
Thu Jan 25 10:49:53 UTC 2018 - bmaryniuk@suse.com
- Fix RES7: different dependency names for python-PyYAML
and python-MarkupSafe
-------------------------------------------------------------------
Wed Jan 24 15:04:42 UTC 2018 - bmaryniuk@suse.com
- Build both python2 and python3 binaries together.
-------------------------------------------------------------------
Wed Jan 17 11:26:54 UTC 2018 - pablo.suarezhernandez@suse.com
- Bugfix: errors in external pillar causes crash instead of report
of them (bsc#1068446)
- Fix 'user.present' when 'gid_from_name' is set but group does
not exist.
- Added:
* bugfix-the-logic-according-to-the-exact-described-pu.patch
* return-error-when-gid_from_name-and-group-does-not-e.patch
-------------------------------------------------------------------
Thu Jan 11 15:57:11 UTC 2018 - jrenner@suse.com
- Fix "No service execution module loaded" issue (bsc#1065792)
- Set SHELL environment variable
Added:
* fix-bsc-1065792.patch
* set-shell-environment-variable-64.patch
-------------------------------------------------------------------
Fri Jan 05 15:24:30 UTC 2018 - jbreuer@suse.de
- Removed unnecessary logging on shutdown (bsc#1050003)
- Renamed patch that adds grain fqdns
Changed:
* catching-error-when-pidfile-cannot-be-deleted
Removed:
* fix-for-pidfile-removal-logging
Renamed:
* add-fqdns-grains -> feat-add-grain-for-all-fqdns
-------------------------------------------------------------------
Thu Dec 28 10:37:10 UTC 2017 - michele.bologna@suse.com
- Add fqdns to grains (bsc#1063419)
Added:
* add-fqdns-grains.patch
-------------------------------------------------------------------
Tue Dec 19 16:15:14 UTC 2017 - mc@suse.com
- Fixing cherrypy websocket with python3
Added:
* python3-compatibility-fix-got-bytes-instead-of-strin.patch
-------------------------------------------------------------------
Mon Dec 18 15:28:26 UTC 2017 - mihai.dinca@suse.com
- Various-bug-fixes
- Python3 bugfix for cherrypy read()
- Fix for logging on salt-master exit in rare cases (pid-file removal)
- Added:
* cherrypy-read-reads-bytes-from-the-wire-and-write-th.patch
* fix-for-pidfile-removal-logging.patch
* split-only-strings-if-they-are-such.patch
-------------------------------------------------------------------
Thu Dec 14 09:18:02 UTC 2017 - mihai.dinca@suse.com
- Fix salt-master for old psutil version
- Added:
* fix-salt-master-for-old-psutil.patch
-------------------------------------------------------------------
Wed Dec 13 16:23:38 UTC 2017 - mihai.dinca@suse.com
- Put back accidentally removed patches
- Added:
* avoid-excessive-syslogging-by-watchdog-cronjob-58.patch
* catching-error-when-pidfile-cannot-be-deleted.patch
-------------------------------------------------------------------
Wed Dec 13 16:22:25 UTC 2017 - mihai.dinca@suse.com
- Fix for delete_deployment in Kubernetes module (bsc#1059291)
- Added:
* fix-for-delete_deployment-in-kubernetes-module.patch
-------------------------------------------------------------------
Wed Dec 13 16:15:53 UTC 2017 - mihai.dinca@suse.com
- Older logrotate need su directive
* Added:
older-logrotate-need-su-directive.patch
-------------------------------------------------------------------
Wed Dec 13 16:10:32 UTC 2017 - mihai.dinca@suse.com
- Fix bsc#1041993 already included in 2017.7.2
- Removed:
* removes-beacon-configuration-deprecation-warning-48.patch
-------------------------------------------------------------------
Wed Dec 13 16:09:41 UTC 2017 - mihai.dinca@suse.com
- Fixed beacons failure when pillar-based suppressing config-based.
(bsc#1060230)
- Added:
* activate-all-beacons-sources-config-pillar-grains.patch
-------------------------------------------------------------------
Thu Dec 7 11:19:12 UTC 2017 - dimstar@opensuse.org