Bug 188614 - fixes in %post and spec cleanups
Summary: fixes in %post and spec cleanups
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-04-11 18:41 UTC by kloczek
Modified: 2014-03-17 02:59 UTC (History)
2 users (show)

Fixed In Version: 8.38-1
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-08-03 00:36:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
initscripts.spec patch (2.70 KB, patch)
2006-04-11 18:41 UTC, kloczek
no flags Details | Diff

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).


Note You need to log in before you can comment on or make changes to this bug.