Bug 126596
| Summary: | shadow-utils is missing dependencies | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Steve Grubb <linux_4ever> |
| Component: | shadow-utils | Assignee: | Eido Inoue <havill> |
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | dziumanenko |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-08-24 12:49:08 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 123268 | ||
Requires: libselinux is superfluous. *** Bug 123748 has been marked as a duplicate of this bug. *** should be in rawhide soon |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4.2) Gecko/20040308 Description of problem: shadow-utils is missing build dependencies: --- working/shadow-utils/shadow-utils.spec 2004-03-30 16:27:41.000000000 -0500 +++ /opt/specs/shadow-utils.spec 2004-05-22 18:18:17.000000000 -0400 @@ -32,7 +32,9 @@ Patch12: shadow-4.0.3-uninitialized.patch License: BSD Group: System Environment/Base -BuildPrereq: autoconf, automake, libtool +BuildPrereq: autoconf, automake, libtool, gettext +BuildRequires: libselinux-devel +Requires: libselinux Buildroot: %{_tmppath}/%{name}-%{version}-root Obsoletes: adduser Version-Release number of selected component (if applicable): shadow-utils-4.0.3-23 How reproducible: Always Steps to Reproduce: 1. rpm -e --nodeps libselinux-devel gettext 2. rpmbuild -bb /usr/src/redhat/SPECS/shadow-utils.spec 3. Additional info: