forked from uyuni-project/uyuni
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspacecmd.changes
643 lines (478 loc) · 22.2 KB
/
spacecmd.changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
- Python3 fixes for errata in spacecmd (bsc#1169664)
- Added support for i18n of user-facing strings
- Python3 fix for sorted usage (bsc#1167907)
-------------------------------------------------------------------
Fri Sep 18 12:11:37 CEST 2020 - [email protected]
- version 4.2.1-1
- Fix softwarechannel_listlatestpackages throwing error on
empty channels (bsc#1175889)
- Add Service Pack migration operations (bsc#1173557)
- Fix softwarechannel update for vendor channels (bsc#1172709)
- Update package version to 4.2.0
-------------------------------------------------------------------
Thu Jul 23 13:24:34 CEST 2020 - [email protected]
- version 4.1.5-1
- fix escaping of package names (bsc#1171281)
-------------------------------------------------------------------
Wed Jun 10 12:14:16 CEST 2020 - [email protected]
- version 4.1.4-1
- only report real error, not result (bsc#1171687)
- use defined return values for spacecmd methods so scripts can
check for failure (bsc#1171687)
-------------------------------------------------------------------
Mon Feb 17 12:39:00 CET 2020 - [email protected]
- version 4.1.3-1
- disable globbing for api subcommand to allow wildcards in filter
settings (bsc#1163871)
-------------------------------------------------------------------
Thu Jan 30 14:47:39 CET 2020 - [email protected]
- version 4.1.2-1
- Bugfix: attempt to purge SSM when it is empty (bsc#1155372)
-------------------------------------------------------------------
Wed Nov 27 16:57:34 CET 2019 - [email protected]
- version 4.1.1-1
- Bump version to 4.1.0 (bsc#1154940)
- Prevent error when piping stdout in Python 2 (bsc#1153090)
- Java api expects content as encoded string instead of encoded bytes like before (bsc#1153277)
- Enable building and installing for Ubuntu 16.04 and Ubuntu 18.04
- Fix building and installing on CentOS8/RES8/RHEL8
- Check that a channel doesn't have clones before deleting it (bsc#1138454)
- Add unit test for schedule, errata, user, utils, misc, configchannel
and kickstart modules
- Multiple minor bugfixes alongside the unit tests
- Fix missing runtime dependencies that made spacecmd return old versions of
packages in some cases, even if newer ones were available (bsc#1148311)
-------------------------------------------------------------------
Wed Jul 31 17:30:30 CEST 2019 - [email protected]
- version 4.0.12-1
- Bugfix: referenced variable before assignment.
- Add unit test for report, package, org, repo and group
- Bugfix: 'dict' object has no attribute 'iteritems' (bsc#1135881)
- Add unit tests for custominfo, snippet, scap, ssm, cryptokey and distribution
-------------------------------------------------------------------
Wed May 15 15:05:51 CEST 2019 - [email protected]
- version 4.0.11-1
- SPEC cleanup
-------------------------------------------------------------------
Mon Apr 22 12:05:58 CEST 2019 - [email protected]
- version 4.0.10-1
- add unit tests for spacecmd.api, spacecmd.activationkey and spacecmd.filepreservation
- add unit tests for spacecmd.shell
- Save SSM list on system delete and update cache (bsc#1130077, bsc#1125744)
- add makefile and pylint configuration
-------------------------------------------------------------------
Mon Mar 25 16:40:32 CET 2019 - [email protected]
- version 4.0.9-1
- Add Pylint setup
- Replace iteritems with items for python2/3 compat (bsc#1129243)
-------------------------------------------------------------------
Mon Mar 04 09:53:28 CET 2019 - [email protected]
- version 4.0.8-1
- fix python 3 bytes issue when handling config channels
-------------------------------------------------------------------
Sat Mar 02 00:09:22 CET 2019 - [email protected]
- version 4.0.7-1
- Add '--force', '-f' option to regenerateYumCache (bsc#1127389)
-------------------------------------------------------------------
Wed Feb 27 12:59:05 CET 2019 - [email protected]
- version 4.0.6-1
- Prevent spacecmd crashing when piping the output in Python 3 (bsc#1125610)
-------------------------------------------------------------------
Thu Jan 31 16:34:26 CET 2019 - [email protected]
- version 4.0.5-1
- Fix compatibility with Python 3
-------------------------------------------------------------------
Wed Jan 16 12:16:54 CET 2019 - [email protected]
- version 4.0.4-1
- Fix importing state channels using configchannel_import
- Fix getting file info for latest revision (via configchannel_filedetails)
-------------------------------------------------------------------
Mon Dec 17 14:33:04 CET 2018 - [email protected]
- version 4.0.3-1
- Add function to merge errata and packages through spacecmd (bsc#987798)
- show group id on group_details (bsc#1111542)
- State channels handling: Existing commands configchannel_create and configchannel_import were updated
while system_scheduleapplyconfigchannels and configchannel_updateinitsls were added.
-------------------------------------------------------------------
Fri Oct 26 10:03:04 CEST 2018 - [email protected]
- version 4.0.2-1
- add summary to softwarechannel.clone when calling older API versions
(bsc#1109023)
- New function/Update old functions to handle state channels as well
-------------------------------------------------------------------
Fri Aug 10 15:10:30 CEST 2018 - [email protected]
- version 4.0.1-1
- Bump version to 4.0.0 (bsc#1104034)
- Fix copyright for the package specfile (bsc#1103696)
- Suggest not to use password option for spacecmd (bsc#1103090)
-------------------------------------------------------------------
Wed May 23 09:00:54 CEST 2018 - [email protected]
- version 2.8.25.4-1
- add option to set cleanup type for system_delete (bsc#1094190)
-------------------------------------------------------------------
Wed May 16 17:20:02 CEST 2018 - [email protected]
- version 2.8.25.3-1
- Sync with upstream (bsc#1083294)
-------------------------------------------------------------------
Mon Apr 23 08:55:55 CEST 2018 - [email protected]
- version 2.8.25.2-1
- Sync with upstream (bsc#1083294)
- 1539878 - add save_cache to do_ssm_intersect
- Fix softwarechannel_listsyncschedule
-------------------------------------------------------------------
Wed Apr 04 14:29:37 CEST 2018 - [email protected]
- version 2.8.21.2-1
- Disable pylint for python2 and RES < 8 (bsc#1088070)
-------------------------------------------------------------------
Mon Mar 26 08:42:35 CEST 2018 - [email protected]
- version 2.8.21.1-1
- Sync with upstream (bsc#1083294)
- Connect to API using FQDN instead of hostname to avoid SSL
validation problems (bsc#1085667)
-------------------------------------------------------------------
Mon Mar 05 08:41:11 CET 2018 - [email protected]
- version 2.8.20.1-1
- 1536484 - Command spacecmd supports utf8 name of systems
- 1484056 - updatefile and addfile are basically same calls
- 1484056 - make configchannel_addfile fully non-interactive
- 1445725 - display all checksum types, not just MD5
- remove clean section from spec (bsc#1083294)
- Added function to update software channel. Moreover, some
refactoring has been done(bsc#1076578)
-------------------------------------------------------------------
Fri Feb 23 12:14:59 CET 2018 - [email protected]
- version 2.8.17.2-1
- add more python3 compatibility changes
-------------------------------------------------------------------
Fri Feb 23 10:30:03 CET 2018 - [email protected]
- version 2.8.17.1-1
- Compatibility with Python 3
- Fix typo (bsc#1081151)
- Configure gpg_flag via spacecmd creating a channel (bsc#1080290)
-------------------------------------------------------------------
Mon Feb 05 12:44:39 CET 2018 - [email protected]
- version 2.8.15.3-1
- Allow scheduling the change of software channels as an action.
The previous channels remain accessible to the registered system
until the action is executed.
to the registered system until the action is executed.
-------------------------------------------------------------------
Fri Feb 02 11:58:16 CET 2018 - [email protected]
- version 2.8.15.2-1
- support multiple FQDNs per system (bsc#1063419)
-------------------------------------------------------------------
Wed Jan 17 17:34:42 CET 2018 - [email protected]
- version 2.8.13.2-1
- Fix bsc number for change 'configchannel export binary flag to
json'
-------------------------------------------------------------------
Wed Jan 17 11:14:54 CET 2018 - [email protected]
- version 2.8.13.1-1
- add --config option to spacecmd
- Added custom JSON encoder in order to parse date fields correctly (bsc#1070372)
-------------------------------------------------------------------
Fri Nov 10 16:28:48 CET 2017 - [email protected]
- version 2.8.10.1-1
- pylint - fix intendation
-------------------------------------------------------------------
Thu Oct 26 17:00:51 CEST 2017 - [email protected]
- version 2.8.9.1-1
- fix build with python 3
- show list of arches for channel
- allow softwarechannel_setsyncschedule to disable schedule
- add softwarechannel_setsyncschedule --latest
- in case of system named by id, let id take precedence
- Make spacecmd prompt for password when overriding config file user
- show less output of common packages in selected channels
- adding softwarechannel_listmanageablechannels
-------------------------------------------------------------------
Wed Aug 30 16:05:32 CEST 2017 - [email protected]
- version 2.7.8.7-1
- Switched logging from warning to debug
-------------------------------------------------------------------
Tue Aug 08 11:06:21 CEST 2017 - [email protected]
- version 2.7.8.6-1
- configchannel export binary flag to json (bsc#1044719)
-------------------------------------------------------------------
Mon Jun 12 09:10:45 CEST 2017 - [email protected]
- version 2.7.8.5-1
- spacecmd report_outofdatesystems: avoid one XMLRPC call per system
(bsc#1015882)
-------------------------------------------------------------------
Mon May 29 15:38:31 CEST 2017 - [email protected]
- version 2.7.8.4-1
- Remove debug logging from softwarechannel_sync function
-------------------------------------------------------------------
Tue May 23 07:59:56 CEST 2017 - [email protected]
- version 2.7.8.3-1
- Remove get_certificateexpiration support in spacecmd (bsc#1013876)
-------------------------------------------------------------------
Wed May 03 15:58:13 CEST 2017 - [email protected]
- version 2.7.8.2-1
- Adding softwarechannel_listmanageablechannels
-------------------------------------------------------------------
Mon Apr 03 14:55:20 CEST 2017 - [email protected]
- version 2.7.8.1-1
- fix syntax error
-------------------------------------------------------------------
Fri Mar 31 09:53:45 CEST 2017 - [email protected]
- version 2.7.7.1-1
- make sure to know if we get into default function and exit
accordingly
-------------------------------------------------------------------
Tue Mar 07 15:13:15 CET 2017 - [email protected]
- version 2.7.6.1-1
- exit with 1 with incorrect command, wrong server, etc.
- Updated links to github in spec files
- print also systemdid with system name
- improve output on error for listrepo (bsc#1027426)
- print profile_name instead of string we're searching for
- Fix: reword spacecmd removal msg (bsc#1024406)
- Fix interactive mode
- Add a type parameter to repo_create
-------------------------------------------------------------------
Tue Feb 07 15:11:39 CET 2017 - [email protected]
- version 2.7.3.2-1
- Removed obsolete code (bsc#1013938)
-------------------------------------------------------------------
Wed Jan 11 15:44:53 CET 2017 - [email protected]
- version 2.7.3.1-1
- Version 2.7.3-1
-------------------------------------------------------------------
Mon Nov 07 11:30:38 CET 2016 - [email protected]
- version 2.5.5.3-1
- Make exception class more generic and code fixup (bsc#1003449)
- Handle exceptions raised by listChannels (bsc#1003449)
- Alert if a non-unique package ID is detected
-------------------------------------------------------------------
Tue May 24 14:46:06 CEST 2016 - [email protected]
- version 2.5.5.2-1
- make spacecmd createRepo compatible with SUSE Manager 2.1 API
(bsc#977264)
-------------------------------------------------------------------
Wed Feb 10 08:40:17 CET 2016 - [email protected]
- version 2.5.5.1-1
- mimetype detection to set the binary flag requires 'file' tool
- Text description missing for remote command by Spacecmd
-------------------------------------------------------------------
Tue Jan 26 14:02:05 CET 2016 - [email protected]
- version 2.5.2.1-1
- spacecmd: repo_details show 'None' if repository doesn't have SSL
Certtificate
- spacecmd: Added functions to add/edit SSL certificates for
repositories
-------------------------------------------------------------------
Tue Jan 05 15:54:16 CET 2016 - [email protected]
- version 2.5.1.2-1
- build spacecmd noarch only on new systems
-------------------------------------------------------------------
Mon Nov 30 11:02:34 CET 2015 - [email protected]
- version 2.5.1.1-1
- mimetype detection to set the binary flag requires 'file' tool
- fix export/cloning: always base64
- Always base64 encode to avoid trim() bugs in the XML-RPC library.
-------------------------------------------------------------------
Thu Nov 19 14:07:08 UTC 2015 - [email protected]
- set binary mode on uploaded files based on content
(bsc#948245)
-------------------------------------------------------------------
Wed Oct 07 14:26:44 CEST 2015 - [email protected]
- version 2.5.0.1-1
- drop monitoring
- replace upstream subscription counting with new subscription
matching (FATE#311619)
-------------------------------------------------------------------
Wed Sep 23 15:05:03 CEST 2015 - [email protected]
- version 2.1.25.10-1
- Revert "1207606 - do not return one package multiple times" (bsc#945380)
- check for existence of device description in spacecmd system_listhardware
(bsc#932288)
-------------------------------------------------------------------
Mon Jun 22 15:57:11 CEST 2015 - [email protected]
- version 2.1.25.9-1
- do not escape spacecmd command arguments
- do not return one package multiple times
- add system_setcontactmethod (FATE#314858)
- add activationkey_setcontactmethod (FATE#314858)
- show contact method with activationkey_details and system_details
- clone config files without loosing trailing new lines (bsc#926318)
-------------------------------------------------------------------
Tue Mar 31 14:38:08 CEST 2015 - [email protected]
- version 2.1.25.8-1
- sanitize data from export
-------------------------------------------------------------------
Thu Jan 29 15:51:44 CET 2015 - [email protected]
- version 2.1.25.7-1
- fix configchannel export - do not create 'contents' key for directories
(bsc#908849)
- fix patch summary printing
- code cleanup
- add new function kickstart_getsoftwaredetails
- Added feature to get installed packageversion of a system or systems managed
by ssm to spacecmd
-------------------------------------------------------------------
Thu Dec 04 13:27:13 CET 2014 - [email protected]
- version 2.1.25.6-1
- call listAutoinstallableChannels() for listing distributions
(bsc#887879)
- Fix spacecmd schedule listing (bsc#902494)
- Teach spacecmd report_errata to process all-errata in the absence
of further args
-------------------------------------------------------------------
Tue Dec 2 15:13:52 CET 2014 - [email protected]
- fix call of setCustomOptions() during kickstart_importjson
(bsc#879904)
-------------------------------------------------------------------
Fri Nov 07 13:10:33 CET 2014 - [email protected]
- version 2.1.25.5-1
- spacecmd: fix listupgrades [bnc#892707]
-------------------------------------------------------------------
Fri Aug 01 10:14:56 CEST 2014 - [email protected]
- version 2.1.25.4-1
- make print_result a static method of SpacewalkShell (bnc#889605)
-------------------------------------------------------------------
Tue Jun 17 10:29:00 CEST 2014 - [email protected]
- version 2.1.25.3-1
- Added option to force deployment of a config channel to all subscribed systems
- Added last boot message in system_details command
- Updated kickstart_import documentation
- Added kickstart_import_raw command
-------------------------------------------------------------------
Tue May 06 15:14:55 CEST 2014 - [email protected]
- version 2.1.25.2-1
- set output encoding when stdout is not a tty
-------------------------------------------------------------------
Thu Feb 27 15:35:56 CET 2014 - [email protected]
- version 2.1.25.1-1
- make file_needs_b64_enc work for both str and unicode inputs
-------------------------------------------------------------------
Thu Feb 13 15:34:44 CET 2014 - [email protected]
- version 2.1.24.1-1
- Updating the copyright years info
-------------------------------------------------------------------
Mon Jan 13 09:42:30 CET 2014 - [email protected]
- version 2.1.22.1-1
- fix spacecmd, so it does not expect package id within the
system.listPackages API call
- fix binary file detection
- added function package_listdependencies
-------------------------------------------------------------------
Wed Dec 18 13:51:21 CET 2013 - [email protected]
- version 2.1.20.1-1
- don't attempt to write out 'None'
- fix system listing when identified by system id
-------------------------------------------------------------------
Mon Dec 09 16:42:53 CET 2013 - [email protected]
- version 2.1.18.1-1
- switch to 2.1
-------------------------------------------------------------------
Wed Aug 21 15:54:06 CEST 2013 - [email protected]
- version 1.7.7.11-1
- fixing spacecmd ssm 'list' has no attribute 'keys' error
-------------------------------------------------------------------
Wed Jun 12 13:37:52 CEST 2013 - [email protected]
- version 1.7.7.10-1
- spacecmd errors out when trying to add script to kickstart
- Make spacecmd able to specify config channel label
-------------------------------------------------------------------
Thu Apr 04 15:29:13 CEST 2013 - [email protected]
- version 1.7.7.9-1
- fix directory export in configchannel_export
- use 755 as default permissions for directories in
configfile_getinfo
- fix directory creation in configchannel_addfile
- print the list of systems in system_runscript
- print the list of systems in system_reboot
- return a unique set from expand_systems
- print a clearer error message when duplicate system names are found
- standardize the behavior for when a system ID is not returned
- add a delay before regenerating the system cache after a delete
- handle binary files correctly in configfile_getinfo
- print the name in the confirmation message of snippet_create
- don't reuse variable names in parse_arguments
- print the function's help message when -h in the argument list
- print file path in package_details
- fixing broken export of configchannels with symlinks
-------------------------------------------------------------------
Fri Sep 28 16:15:30 CEST 2012 - [email protected]
- version 1.7.7.8-1
- prevent outputting escape sequences to non-terminals
- Fixed small typo in spacecmd/src/lib/kickstart.py
- do not quote argument of the help command (bnc#776615)
-------------------------------------------------------------------
Mon Jul 16 15:27:39 CEST 2012 - [email protected]
- version 1.7.7.7-1
- Fix kickstart_export with old API versions
-------------------------------------------------------------------
Fri Jul 6 09:46:42 CEST 2012 - [email protected]
- command line parameter for "distribution path" was
documented wrong in help text
(bnc#769106)
-------------------------------------------------------------------
Thu Jul 5 11:34:41 CEST 2012 - [email protected]
- "suse" was missing in the helptext of the CLI for
distributions (bnc#769108)
-------------------------------------------------------------------
Mon Jun 25 10:23:03 CEST 2012 - [email protected]
- version 1.7.7.6-1
- enhancement add configchannel_sync
- enhancement add softwarechannel_sync
-------------------------------------------------------------------
Thu Jun 21 11:19:29 CEST 2012 - [email protected]
- version 1.7.7.5-1
- fixing chroot option for addscript
-------------------------------------------------------------------
Thu May 31 10:53:52 CEST 2012 - [email protected]
- version 1.7.7.4-1
- kickstart_getcontents fix character encoding error
- activationkey_import don't add empty package/group lists
- fix activationkey_import when no base-channel specified
- Fix reference to non-existent variable
- improve configchannel_export operation on old API versions
- *diff functions allow python 2.4 compatibility
- changed get_string_diff_dicts to better fitting replacement method
- remove reference to stage function
- add do_SPACEWALKCOMPONENT_diff functions
- system_comparewithchannel filter system packagelist
- argument validation needed for configchannel_addfile
- configchannel_addfile don't display b64 file contents
-------------------------------------------------------------------
Fri Apr 27 16:11:14 CEST 2012 - [email protected]
- version 1.7.7.3-1
- enhancement add system_addconfigfile
- Fix usage for configchannel_addfile
- enhancement Add system_listconfigfiles
- add option to allow templating for spacecmd kickstarting
-------------------------------------------------------------------
Fri Mar 30 15:00:21 CEST 2012 - [email protected]
- version 1.7.7.2-1
- softwarechannel_clone avoid ISE on duplicate name
- softwarechannel_adderrata mergeErrata should be
cloneErrataAsOriginal
- Add globbing support to distribution_details
- Add globbing support to distribution_delete
- Cleanup some typos in comments
- custominfo_details add support for globbing key names
- custominfo_deletekey add support for globbing key names
- Add cryptokey_details globbing support
- cryptokey_delete add support for globbing
- Workaround missing date key in recent spacewalk listErrata
- Add validation to softwarechannel_adderrata channel args
- softwarechannel_adderrata add --skip mode
- Add --quick mode to softwarechannel_adderrata
- Allow config-channel export of b64 encoded files
- Update the spacecmd copyright years
-------------------------------------------------------------------
Wed Mar 21 17:47:00 CET 2012 - [email protected]
- version 1.7.7.1-1
- Bumping package version
-------------------------------------------------------------------
Fri Feb 11 16:24:52 CET 2011 - [email protected]
- debranding
-------------------------------------------------------------------
Sun Jan 30 15:31:06 CET 2011 - [email protected]
- backport upstrem fixes
-------------------------------------------------------------------
Wed Sep 15 08:32:37 CEST 2010 - [email protected]
- Initial release of spacecmd
-------------------------------------------------------------------