Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

spacecmd-4.2.16-150000.3.77.1 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: spacecmd Distribution: SUSE Linux Enterprise 15
Version: 4.2.16 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150000.3.77.1 Build date: Wed Apr 6 18:11:22 2022
Group: Applications/System Build host: sheep27
Size: 2513424 Source RPM: spacecmd-4.2.16-150000.3.77.1.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/uyuni-project/uyuni
Summary: Command-line interface to Spacewalk and Red Hat Satellite servers
spacecmd is a command-line interface to Spacewalk and Red Hat Satellite servers

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Tue Mar 29 2022 jmassaguerpla@suse.de
  - version 4.2.16-1
    * implement system.bootstrap (bsc#1194909)
    * Fix interactive mode for "system_applyerrata" and "errata_apply" (bsc#1194363)
* Wed Feb 02 2022 jmassaguerpla@suse.de
  - version 4.2.15-1
    * require python macros for building
* Wed Nov 17 2021 jmassaguerpla@suse.de
  - version 4.2.14-1
    * Update translation strings
* Wed Oct 06 2021 jgonzalez@suse.com
  - version 4.2.13-1
    * Update translation strings
    * configchannel_updatefile handles directory properly (bsc#1190512)
    * Add schedule_archivecompleted to mass archive actions (bsc#1181223)
    * Remove whoami from the list of unauthenticated commands (bsc#1188977)
* Mon Aug 30 2021 jmassaguerpla@suse.de
  - version 4.2.12-1
  - Update translation strings
  - Make schedule_deletearchived to get all actions without display limit
  - Allow passing a date limit for schedule_deletearchived on spacecmd (bsc#1181223)
  - Use correct API endpoint in list_proxies (bsc#1188042)
  - Add schedule_deletearchived to bulk delete archived actions (bsc#1181223)
* Fri Jul 16 2021 jgonzalez@suse.com
  - version 4.2.11-1
  - make spacecmd aware of retracted patches/packages
* Tue Jun 01 2021 jgonzalez@suse.com
  - version 4.2.10-1
  - enhance help for installation types when creating distributions (bsc#1186581)
* Mon May 24 2021 jgonzalez@suse.com
  - version 4.2.9-1
  - Parse empty argument when nothing in between the separator
* Wed May 05 2021 jgonzalez@suse.com
  - version 4.2.8-1
  - Rename system migration to system transfer
  - Rename SP to product migration
* Mon Apr 19 2021 jgonzalez@suse.com
  - version 4.2.7-1
  - Update translation strings
* Fri Apr 16 2021 jgonzalez@suse.com
  - version 4.2.6-1
  - Add group_addconfigchannel and group_removeconfigchannel
  - Add group_listconfigchannels and configchannel_listgroups
  - Handle SIGPIPE without user-visible Exception (bsc#1181124)
  - Fix spacecmd compat with Python 3
* Fri Feb 12 2021 jgonzalez@suse.com
  - version 4.2.5-1
  - Deprecated "Software Crashes" feature
  - Document advanced package search on '--help' (bsc#1180583)
  - Fixed advanced search on 'package_listinstalledsystems'
  - Fixed duplicate results when using multiple search criteria (bsc#1180585)
* Wed Jan 27 2021 jgonzalez@suse.com
  - version 4.2.4-1
  - Fix spacecmd with no parameters produces traceback
    on SLE 11 SP4 (bsc#1176823)
  - Fixed "non-advanced" package search when using multiple package names (bsc#1180584)
  - Added '-r REVISION' option to the 'configchannel_updateinitsls' command (bsc#1179566)
  - Fix: internal: workaround for future tee of logs translation
* Thu Dec 03 2020 jgonzalez@suse.com
  - version 4.2.3-1
  - Update translations
* Wed Nov 25 2020 jgonzalez@suse.com
  - version 4.2.2-1
  - Fix: make spacecmd build on Debian
  - 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 2020 jgonzalez@suse.com
  - 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 2020 jgonzalez@suse.com
  - version 4.1.5-1
  - fix escaping of package names (bsc#1171281)
* Wed Jun 10 2020 jgonzalez@suse.com
  - 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 2020 jgonzalez@suse.com
  - version 4.1.3-1
  - disable globbing for api subcommand to allow wildcards in filter
    settings (bsc#1163871)
* Thu Jan 30 2020 jgonzalez@suse.com
  - version 4.1.2-1
  - Bugfix: attempt to purge SSM when it is empty (bsc#1155372)
* Wed Nov 27 2019 jgonzalez@suse.com
  - 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 2019 jgonzalez@suse.com
  - 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 2019 jgonzalez@suse.com
  - version 4.0.11-1
  - SPEC cleanup
* Mon Apr 22 2019 jgonzalez@suse.com
  - 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 2019 jgonzalez@suse.com
  - version 4.0.9-1
  - Add Pylint setup
  - Replace iteritems with items for python2/3 compat (bsc#1129243)
* Mon Mar 04 2019 jgonzalez@suse.com
  - version 4.0.8-1
  - fix python 3 bytes issue when handling config channels
* Sat Mar 02 2019 jgonzalez@suse.com
  - version 4.0.7-1
  - Add '--force', '-f' option to regenerateYumCache (bsc#1127389)
* Wed Feb 27 2019 jgonzalez@suse.com
  - version 4.0.6-1
  - Prevent spacecmd crashing when piping the output in Python 3 (bsc#1125610)
* Thu Jan 31 2019 jgonzalez@suse.com
  - version 4.0.5-1
  - Fix compatibility with Python 3
* Wed Jan 16 2019 jgonzalez@suse.com
  - 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 2018 jgonzalez@suse.com
  - 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 2018 jgonzalez@suse.com
  - 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 2018 jgonzalez@suse.com
  - 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 2018 jgonzalez@suse.com
  - version 2.8.25.4-1
  - add option to set cleanup type for system_delete (bsc#1094190)
* Wed May 16 2018 jgonzalez@suse.com
  - version 2.8.25.3-1
  - Sync with upstream (bsc#1083294)
* Mon Apr 23 2018 jgonzalez@suse.com
  - 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 2018 jgonzalez@suse.com
  - version 2.8.21.2-1
  - Disable pylint for python2 and RES < 8 (bsc#1088070)
* Mon Mar 26 2018 jgonzalez@suse.com
  - 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 2018 jgonzalez@suse.com
  - 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 2018 jgonzalez@suse.com
  - version 2.8.17.2-1
  - add more python3 compatibility changes
* Fri Feb 23 2018 jgonzalez@suse.com
  - 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 2018 jgonzalez@suse.com
  - 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 2018 jgonzalez@suse.com
  - version 2.8.15.2-1
  - support multiple FQDNs per system (bsc#1063419)
* Wed Jan 17 2018 jgonzalez@suse.com
  - version 2.8.13.2-1
  - Fix bsc number for change 'configchannel export binary flag to
    json'
* Wed Jan 17 2018 jgonzalez@suse.com
  - 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 2017 mc@suse.de
  - version 2.8.10.1-1
  - pylint - fix intendation
* Thu Oct 26 2017 mc@suse.de
  - 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 2017 mc@suse.de
  - version 2.7.8.7-1
  - Switched logging from warning to debug
* Tue Aug 08 2017 fkobzik@suse.de
  - version 2.7.8.6-1
  - configchannel export binary flag to json (bsc#1044719)
* Mon Jun 12 2017 mc@suse.de
  - version 2.7.8.5-1
  - spacecmd report_outofdatesystems: avoid one XMLRPC call per system
    (bsc#1015882)
* Mon May 29 2017 mc@suse.de
  - version 2.7.8.4-1
  - Remove debug logging from softwarechannel_sync function
* Tue May 23 2017 mc@suse.de
  - version 2.7.8.3-1
  - Remove get_certificateexpiration support in spacecmd (bsc#1013876)
* Wed May 03 2017 michele.bologna@suse.com
  - version 2.7.8.2-1
  - Adding softwarechannel_listmanageablechannels
* Mon Apr 03 2017 mc@suse.de
  - version 2.7.8.1-1
  - fix syntax error
* Fri Mar 31 2017 mc@suse.de
  - version 2.7.7.1-1
  - make sure to know if we get into default function and exit
    accordingly
* Tue Mar 07 2017 mc@suse.de
  - 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 2017 michele.bologna@suse.com
  - version 2.7.3.2-1
  - Removed obsolete code (bsc#1013938)
* Wed Jan 11 2017 michele.bologna@suse.com
  - version 2.7.3.1-1
  - Version 2.7.3-1
* Mon Nov 07 2016 michele.bologna@suse.com
  - 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 2016 kwalter@suse.com
  - version 2.5.5.2-1
  - make spacecmd createRepo compatible with SUSE Manager 2.1 API
    (bsc#977264)
* Wed Feb 10 2016 mc@suse.de
  - 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 2016 mc@suse.de
  - 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 2016 mc@suse.de
  - version 2.5.1.2-1
  - build spacecmd noarch only on new systems
* Mon Nov 30 2015 mc@suse.de
  - 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 2015 dmacvicar@suse.de
  - set binary mode on uploaded files based on content
    (bsc#948245)
* Wed Oct 07 2015 mc@suse.de
  - version 2.5.0.1-1
  - drop monitoring
  - replace upstream subscription counting with new subscription
    matching (FATE#311619)
* Wed Sep 23 2015 mc@suse.de
  - 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 2015 jrenner@suse.de
  - 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 2015 mc@suse.de
  - version 2.1.25.8-1
  - sanitize data from export
* Thu Jan 29 2015 mc@suse.de
  - 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 2014 mc@suse.de
  - 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 02 2014 mc@suse.de
  - fix call of setCustomOptions() during kickstart_importjson
    (bsc#879904)
* Fri Nov 07 2014 mc@suse.de
  - version 2.1.25.5-1
  - spacecmd: fix listupgrades [bnc#892707]

Files

/etc/bash_completion.d
/etc/bash_completion.d/spacecmd
/etc/spacecmd.conf
/usr/bin/spacecmd
/usr/lib/python3.6/site-packages/spacecmd
/usr/lib/python3.6/site-packages/spacecmd/__init__.py
/usr/lib/python3.6/site-packages/spacecmd/__pycache__
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/activationkey.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/activationkey.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/api.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/api.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/argumentparser.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/argumentparser.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/configchannel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/configchannel.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/cryptokey.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/cryptokey.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/custominfo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/custominfo.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/distribution.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/distribution.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/errata.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/errata.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/filepreservation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/filepreservation.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/group.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/group.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/i18n.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/i18n.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/kickstart.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/kickstart.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/misc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/misc.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/org.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/org.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/package.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/package.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/repo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/repo.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/report.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/report.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/scap.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/scap.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/schedule.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/schedule.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/shell.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/shell.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/snippet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/snippet.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/softwarechannel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/softwarechannel.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/ssm.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/ssm.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/system.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/system.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/user.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/user.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/spacecmd/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/spacecmd/activationkey.py
/usr/lib/python3.6/site-packages/spacecmd/api.py
/usr/lib/python3.6/site-packages/spacecmd/argumentparser.py
/usr/lib/python3.6/site-packages/spacecmd/configchannel.py
/usr/lib/python3.6/site-packages/spacecmd/cryptokey.py
/usr/lib/python3.6/site-packages/spacecmd/custominfo.py
/usr/lib/python3.6/site-packages/spacecmd/distribution.py
/usr/lib/python3.6/site-packages/spacecmd/errata.py
/usr/lib/python3.6/site-packages/spacecmd/filepreservation.py
/usr/lib/python3.6/site-packages/spacecmd/group.py
/usr/lib/python3.6/site-packages/spacecmd/i18n.py
/usr/lib/python3.6/site-packages/spacecmd/kickstart.py
/usr/lib/python3.6/site-packages/spacecmd/misc.py
/usr/lib/python3.6/site-packages/spacecmd/org.py
/usr/lib/python3.6/site-packages/spacecmd/package.py
/usr/lib/python3.6/site-packages/spacecmd/repo.py
/usr/lib/python3.6/site-packages/spacecmd/report.py
/usr/lib/python3.6/site-packages/spacecmd/scap.py
/usr/lib/python3.6/site-packages/spacecmd/schedule.py
/usr/lib/python3.6/site-packages/spacecmd/shell.py
/usr/lib/python3.6/site-packages/spacecmd/snippet.py
/usr/lib/python3.6/site-packages/spacecmd/softwarechannel.py
/usr/lib/python3.6/site-packages/spacecmd/ssm.py
/usr/lib/python3.6/site-packages/spacecmd/system.py
/usr/lib/python3.6/site-packages/spacecmd/user.py
/usr/lib/python3.6/site-packages/spacecmd/utils.py
/usr/share/doc/packages/spacecmd
/usr/share/doc/packages/spacecmd/COPYING
/usr/share/doc/packages/spacecmd/README
/usr/share/locale/de/LC_MESSAGES/spacecmd.mo
/usr/share/locale/es/LC_MESSAGES/spacecmd.mo
/usr/share/locale/it/LC_MESSAGES/spacecmd.mo
/usr/share/locale/ja/LC_MESSAGES/spacecmd.mo
/usr/share/locale/ko/LC_MESSAGES/spacecmd.mo
/usr/share/locale/pt/LC_MESSAGES/spacecmd.mo
/usr/share/locale/pt_BR/LC_MESSAGES/spacecmd.mo
/usr/share/locale/ru/LC_MESSAGES/spacecmd.mo
/usr/share/locale/sk/LC_MESSAGES/spacecmd.mo
/usr/share/locale/zh_CN/LC_MESSAGES/spacecmd.mo
/usr/share/locale/zh_HK/LC_MESSAGES/spacecmd.mo
/usr/share/locale/zh_TW/LC_MESSAGES/spacecmd.mo
/usr/share/man/man1/spacecmd.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024