Bug 1669894
Summary: | Error in naming file fedora-live-xfce.ks | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fomalhaut <fmhstar> |
Component: | spin-kickstarts | Assignee: | Václav Pavlín <vpavlin> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 29 | CC: | admiller, bruno, dustymabe, kevin, vanmeeuwen+fedora, vpavlin |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | spin-kickstarts-0.30.2-1.fc30 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-07-08 01:08:55 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Fomalhaut
2019-01-27 19:14:13 UTC
# rpm -qa | grep kickstarts l10n-kickstarts-0.29.2-1.fc29.noarch spin-kickstarts-0.29.2-1.fc29.noarch custom-kickstarts-0.29.2-1.fc29.noarch fedora-kickstarts-0.29.2-1.fc29.noarch I've created an upstream PR to fix this: https://pagure.io/fedora-kickstarts/pull-request/487 should make its way out at some point. Thanks for the bug report! I tried to create my image based on F30 and again I encountered the same problem: an erroneous file name in the "include": ------------------ # cat /usr/share/spin-kickstarts/l10n/fedora-livecd-xfce-ru_RU.ks | grep -i "include" | grep -v "^#" %include ../fedora-livecd-xfce.ks $ cat /usr/share/spin-kickstarts/fedora-livecd-xfce.ks | grep -i "include" | grep -v "^#" cat: /usr/share/spin-kickstarts/fedora-livecd-xfce.ks: No such file or directory # cat /usr/share/spin-kickstarts/fedora-live-xfce.ks | grep -i "include" | grep -v "^#" %include fedora-live-base.ks %include fedora-live-minimization.ks %include fedora-xfce-common.ks ------------------ There is no file fedora-livecd-xfce.ks, but there is a file fedora-live-xfce.ks. Also in the body of the file is written the old file name: * -liveCD- *, instead of the current * -live- *. This is in many ks files. ------------------ $ cat fedora-live-xfce.ks | grep fedora-live | grep "#" # fedora-livecd-xfce.ks ------------------ What versions of spin-kickstarts / i10n-kickstarts do you have installed? # rpm -qa | grep kickstarts fedora-kickstarts-0.30.1-1.fc30.noarch spin-kickstarts-0.30.1-1.fc30.noarch custom-kickstarts-0.30.1-1.fc30.noarch l10n-kickstarts-0.30.1-1.fc30.noarch This was never pushed to f30, only fixed in rawhide/f31. I've submitted a PR for f30... would you like me to do a new release there as well, or can you just use the f30 git branch? I fixed it myself: it's not difficult to fix a text file. :-) But besides me, someone else might come across, so I would like you to make a package on f30. Thanx. :-) FEDORA-2019-c0414d3604 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-c0414d3604 spin-kickstarts-0.30.2-1.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-c0414d3604 Thank. Now everything is fine with the name of the files. But there remains a small note on the description of the file name in the files themselves: ------------------ $ cat /usr/share/spin-kickstarts/fedora-live-xfce.ks # fedora-livecd-xfce.ks # # Description: # - Fedora Live Spin with the light-weight XFCE Desktop Environment [...] ------------------ File: /usr/share/spin-kickstarts/fedora-live-xfce.ks But in the file its description: # fedora-livecd-xfce.ks Yeah, there's a bunch more cosmetic things like that... would you care to make a patch or a pull-request for them? I can try and fix them up someday, but I've got a lot higher priority items pending right now. spin-kickstarts-0.30.2-1.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report. |