Bug 1262937
| Summary: | 'fpaste --sysinfo' truncates on 'rpm -qa' section | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Striker Leggette <striker> | ||||
| Component: | fpaste | Assignee: | Ankur Sinha (FranciscoD) <sanjay.ankur> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 22 | CC: | athmanem, robyduck, sanjay.ankur | ||||
| Target Milestone: | --- | Keywords: | Reopened | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | fpaste-0.3.8.1-1.fc23 fpaste-0.3.8.1-1.fc22 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-10-04 22:51:47 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: | |||||||
| Attachments: |
|
||||||
|
Description
Striker Leggette
2015-09-14 16:32:05 UTC
Fixed. Change:
('Last 20 packages installed', '''rpm -qa --nodigest --nosignature
--last | head -20''')]
To:
('Last 20 packages installed', '''rpm -qa --nodigest --nosignature --last | head -20''')]
Created attachment 1073343 [details]
patch to fix 'rpm -qa' truncating output
I'll look into this. Thanks for the fix. Sorry for the delay :( Cheers, Ankur fpaste-0.3.8.1-1.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-16614 fpaste-0.3.8.1-1.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-16614 fpaste-0.3.8.1-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-8168a6fa2e 0.3.8.1-1.fc22:
'''grep -v '^#' /etc/yum.conf'''),
('DNF Extras', '''dnf -C list extras'''),
('Last 20 packages installed', '''rpm -qa --nodigest --nosignature --last | head -20''')]
#('Installed packages', '''rpm -qa --nodigest --nosignature | sort''', '''dpkg -l''') ]
si = []
looks good, will test
New version works. # dnf update https://kojipkgs.fedoraproject.org//packages/fpaste/0.3.8.1/1.fc22/noarch/fpaste-0.3.8.1-1.fc22.noarch.rpm fpaste-0.3.8.1-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update fpaste' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-8168a6fa2e fpaste-0.3.8.1-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update fpaste' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-8168a6fa2e fpaste-0.3.8.1-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. fpaste-0.3.8.1-1.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update fpaste' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-16614 fpaste-0.3.8.1-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |