[Bug 777391] New: post-build-checks: need stricter /run check
https://bugzilla.novell.com/show_bug.cgi?id=777391 https://bugzilla.novell.com/show_bug.cgi?id=777391#c0 Summary: post-build-checks: need stricter /run check Classification: Internal Novell Products Product: openSUSE Build Service Version: master Platform: All OS/Version: Linux Status: NEW Severity: Major Priority: P5 - None Component: build process AssignedTo: mls@suse.com ReportedBy: jengelh@inai.de QAContact: adrian@suse.com Found By: Beta-Customer Blocker: --- mdadm.spec has %files ... %ghost /run/mdadm source_validator/post-build-checks/rpmlint should flag this. There should be no files in /run whatsoever. if rpm -qlp $pkg.rpm | grep -q ^/run/; then echo "Nothing allowed in /run"; exit 1; fi -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=777391 https://bugzilla.novell.com/show_bug.cgi?id=777391#c1 Michael Schröder <mls@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mls@suse.com |lnussel@suse.com --- Comment #1 from Michael Schröder <mls@suse.com> 2012-08-27 10:34:24 UTC --- (rpm != rpmlint) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=777391 https://bugzilla.novell.com/show_bug.cgi?id=777391#c2 Ludwig Nussel <lnussel@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Ludwig Nussel <lnussel@suse.com> 2012-08-27 13:37:35 CEST --- an rpmlint check already takes care of that. ghost files are tolerated though so you can rpm -qf them and they get removed on package removal. http://en.opensuse.org/openSUSE:Packaging_checks#non-ghost-in-var-run -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=777391 https://bugzilla.novell.com/show_bug.cgi?id=777391#c Jan Engelhardt <jengelh@inai.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com