Bug 188614

Summary: fixes in %post and spec cleanups
Product: [Fedora] Fedora Reporter: kloczek
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mitr, rvokal
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 8.38-1 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-08-03 00:36:07 UTC Type: ---
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 Flags
initscripts.spec patch none

Description kloczek 2006-04-11 18:41:29 UTC
- fixed sed regexp in %post
  $ sed -e '/BOOTUP=color/BOOTUP=serial/' /etc/sysconfig/init
  sed: -e expression #1, char 15: unknown command: `B'
- use ony sed in %post (mktmp can be removed from Prereq also using mktemp
  way with sed do not preserved SELinux context on /etc/sysconfig/init,
- use %find_lang macro in %install,
- s/fileutils, sh-utils/coreutils/ in Prereq,
- few other minor cleanups/simplifications.

Comment 1 kloczek 2006-04-11 18:41:29 UTC
Created attachment 127631 [details]
initscripts.spec patch

Comment 2 Miloslav Trmač 2006-07-29 20:23:54 UTC
Thanks, mostly applied in CVS.

(In the future, please don't combine real bug fixes with unrelated formatting
changes, to make reviewing easier).