15
0

Accepting request 556320 from home:lee_duncan:branches:devel:languages:python

- Converting RPM SPEC file to singlespec format (bsc#1045332),
  adding patch:
  * configshell-fb-example-should-not-specify-path.patch
- Fix targetcli.service problem when TERM not set (bsc#1071194),
  adding patch (from LSZhu):
  * configshell-fb-Handle-if-TERM-is-not-set.patch
- Moved build requirement on urwid to runtime requirement,
  as suggested by scarabeus_iv
- ran spec-cleaner to clean up SPEC file
- Converted from manually-added configshell-fb tar file to
  tar_scm service-generated file by adding _service and
  _servicedata

OBS-URL: https://build.opensuse.org/request/show/556320
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configshell-fb?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2017-12-15 16:39:22 +00:00
committed by Git OBS Bridge
parent 74e7a169ad
commit 1861bd57b3
8 changed files with 123 additions and 32 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Dec 8 19:34:23 UTC 2017 - lduncan@suse.com
- Converting RPM SPEC file to singlespec format (bsc#1045332),
adding patch:
* configshell-fb-example-should-not-specify-path.patch
- Fix targetcli.service problem when TERM not set (bsc#1071194),
adding patch (from LSZhu):
* configshell-fb-Handle-if-TERM-is-not-set.patch
- Moved build requirement on urwid to runtime requirement,
as suggested by scarabeus_iv
- ran spec-cleaner to clean up SPEC file
- Converted from manually-added configshell-fb tar file to
tar_scm service-generated file by adding _service and
_servicedata
-------------------------------------------------------------------
Thu Aug 17 06:11:22 UTC 2017 - lszhu@suse.com