Bug 407891
| Summary: | undefined macro in pam_ssh.spec | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Florian La Roche <laroche> |
| Component: | pam_ssh | Assignee: | Patrice Dumas <pertusus> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | dmitry, fedora |
| 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: | 2007-12-14 15:49:39 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: | |||
Patrice, maybe just drop the recent SELinux addons? Since something was added to the system-wide polycies? (I've already proposed this somewhere recently...) Yes, drop the selinux changes from pam_ssh since it has now been fixed directly in the policy. pam_ssh-1.92-5.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update pam_ssh' |
Description of problem: %postun if [ "$1" -eq "0" ]; then semodule -r %{module} || : fi In the above scriupt "module" is not a defined macro, so the string "%{module}" is copied into the script. "module -> name" should probably fix this. regards, Florian La Roche Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: