[Bug 1120363] New: Base:System/fwupd: Bug: shell syntax error in rpm scripts
http://bugzilla.opensuse.org/show_bug.cgi?id=1120363 Bug ID: 1120363 Summary: Base:System/fwupd: Bug: shell syntax error in rpm scripts Classification: openSUSE Product: openSUSE.org Version: unspecified Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: 3rd party software Assignee: dimstar@opensuse.org Reporter: jayvdb@gmail.com QA Contact: bnc-team-screening@forge.provo.novell.com Found By: --- Blocker: --- (3/9) Installing: fwupd-1.1.2-4.1.x86_64 ..........................................................................................................................[done] Additional rpm output: /var/tmp/rpm-tmp.IzYVqa: line 26: [: missing `]' -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1120363 http://bugzilla.opensuse.org/show_bug.cgi?id=1120363#c1 Bernhard Voelker <mail@bernhard-voelker.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mail@bernhard-voelker.de --- Comment #1 from Bernhard Voelker <mail@bernhard-voelker.de> --- Indeed, the spec contains the following shell snippet: %postun ... if [ "$1" = 0 && -d "/boot/efi/EFI/%{efidir}" ] ; then Instead, it should propably read: if [ "$1" = 0 ] && [ -d "/boot/efi/EFI/%{efidir}" ] ; then -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1120363 http://bugzilla.opensuse.org/show_bug.cgi?id=1120363#c2 --- Comment #2 from Bernhard Voelker <mail@bernhard-voelker.de> --- Submit request to Base:System/fwupd: https://build.opensuse.org/request/show/671984 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1120363 http://bugzilla.opensuse.org/show_bug.cgi?id=1120363#c3 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dominique Leuenberger <dimstar@opensuse.org> --- (In reply to Bernhard Voelker from comment #2)
Submit request to Base:System/fwupd: https://build.opensuse.org/request/show/671984
had been accepted - hence issue closed -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1120363 http://bugzilla.opensuse.org/show_bug.cgi?id=1120363#c4 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mail@philipp-wagner.com --- Comment #4 from Dominique Leuenberger <dimstar@opensuse.org> --- *** Bug 1128230 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com