Bug 115478

Summary: The pam package still requires glib instead of glib2
Product: [Fedora] Fedora Reporter: W. Michael Petullo <redhat>
Component: pamAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 2CC: leonard-rh-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: pam-0.77-49 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-07-16 11:56:06 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:

Description W. Michael Petullo 2004-02-12 20:46:53 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.6)
Gecko/20040115 Epiphany/1.0.7

Description of problem:
The pam package still requires glib instead of glib2, despite
pam_console being linked against glib2.

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


How reproducible:
Always

Steps to Reproduce:
[mike@imp mike]$ rpm -qR pam
[...]
libglib-2.0.so.0
[...]

** AND **

[mike@imp mike]$ ldd /lib/security/pam_console.so             
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x6ff2b000)
        libc.so.6 => /lib/tls/libc.so.6 (0x6fdc3000)
        /lib/ld.so.1 => /lib/ld.so.1 (0x08000000)

** BUT **

RPM specification for pam says:

Requires: [...], glib, [...]
BuildPrereq: [...], glib-devel, [...]

This should be glib2 and glib2-devel

Additional info:

Comment 1 W. Michael Petullo 2004-05-03 00:02:44 UTC
This bug still exists in Fedora Core 2 Test 3.

Comment 2 W. Michael Petullo 2004-05-03 00:05:33 UTC
triage->easyfix

Comment 3 Nalin Dahyabhai 2004-06-21 18:20:21 UTC
Fixing.

Comment 4 Leonard den Ottolander 2004-07-08 14:38:24 UTC
This has neither been pushed to development nor testing. Both are
still at 0.77-47.

Comment 5 Alan Cox 2004-07-10 14:01:29 UTC
There was no version > -47. I've built -48/-49 which actually does not
require glib1 any more