|
Bugzilla – Full Text Bug Listing |
| Summary: | ConsoleKit removes it's pam config on update | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Ludwig Nussel <lnussel> |
| Component: | Update Problems | Assignee: | Holger Macht <hmacht> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Major | ||
| Priority: | P3 - Medium | ||
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | maint:released:11.1:24614 | ||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Ludwig Nussel
2008-12-02 16:37:06 UTC
But isn't that a pam issue? ConsoleKit would be readded to the pam config on update, no? Otherwise, how to solve, just remove the "pam-config .... -d"? The %postun script of the old package runs last so on update pam-config -d is always called last. Common pitfall but apparently not documented in our wiki *sigh*. Something like this should work: %postun if [ "$1" = 0 ]; then pam-config -d ... fi Submit request created: osc sr -d show 4233 the 11.1 consolekit dbus update was released without this fix Will be fixed along with bug 491063 The SWAMPID for this issue is 24545. Please submit the patch and patchinfo file using this ID. (https://swamp.suse.de/webswamp/wf/24545) Package submitted to Update:Test quite some time ago, reclosing this bug. Update released for: ConsoleKit, ConsoleKit-debuginfo, ConsoleKit-debugsource, ConsoleKit-devel, ConsoleKit-x11 Products: openSUSE 11.1 (debug, i586, ppc, ppc64, x86_64) |