Bug 832233 - matahari-core does not require groupadd in %pre
Summary: matahari-core does not require groupadd in %pre
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: matahari
Version: 17
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Zane Bitter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-14 23:26 UTC by Mike Burns
Modified: 2013-06-29 00:30 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-06-29 00:30:24 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Mike Burns 2012-06-14 23:26:48 UTC
Description of problem:

/var/tmp/rpm-tmp.TSO6Ij: line 1: groupadd: command not found
warning: group qpidd does not exist - using root

The above occurs if the groupadd command is not present on the system.  This can happen when building a livecd (oVirt Node is where this came up)

Version-Release number of selected component (if applicable):
f17

How reproducible:
Always, if groupadd is not available


Patch:


diff --git a/matahari.spec b/matahari.spec
index c4861ec..c8cd01b 100644
--- a/matahari.spec
+++ b/matahari.spec
@@ -91,6 +91,7 @@ as a set of objects with properties and methods.
 License:        GPLv2+
 Summary:        Core files for Matahari
 Group:          Applications/System
+Requires(pre):  /usr/sbin/groupadd

 %description core
 Core files for Matahari

Comment 1 Cole Robinson 2013-06-29 00:30:24 UTC
Given that matahari is retired in F19+, I don't think this will ever be fixed. Closing as WONTFIX


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