RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1736487 - environment-modules has incorrect %postun script for alternatives
Summary: environment-modules has incorrect %postun script for alternatives
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: environment-modules
Version: 8.0
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: rc
: 8.0
Assignee: Jan Synacek
QA Contact: Frantisek Sumsal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-08-01 18:27 UTC by Orion Poplawski
Modified: 2020-11-14 09:36 UTC (History)
2 users (show)

Fixed In Version: environment-modules-4.1.4-4.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-11-05 22:37:04 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2019:3670 0 None None None 2019-11-05 22:37:05 UTC

Description Orion Poplawski 2019-08-01 18:27:32 UTC
Description of problem:

  Erasing          : environment-modules-4.1.4-1.el8.x86_64                                    1/1
  Running scriptlet: environment-modules-4.1.4-1.el8.x86_64                                    1/1
/usr/share/Modules/init/modules.sh has not been configured as an alternative for modules.sh
warning: %postun(environment-modules-4.1.4-1.el8.x86_64) scriptlet failed, exit status 2

Error in POSTUN scriptlet in rpm package environment-modules


Looks like:

%postun
if [ $1 -eq 0 ] ; then
  %{_sbindir}/update-alternatives --remove modules.sh %{_datadir}/Modules/init/modules.sh
fi

should be:

%postun
if [ $1 -eq 0 ] ; then
  %{_sbindir}/update-alternatives --remove modules.sh %{_datadir}/Modules/init/profile.sh
fi

Version-Release number of selected component (if applicable):
environment-modules-4.1.4-1.el8.x86_64

Comment 1 Orion Poplawski 2019-08-01 18:29:55 UTC
$ git show 82ec8e119542580a4f53f107fbb98c5121e703b7
commit 82ec8e119542580a4f53f107fbb98c5121e703b7
Author: Jan Synacek <jsynacek>
Date:   Fri May 4 08:59:33 2018 +0200

    Fix postun script (#1565699)

    Resolves: #1565699

diff --git a/environment-modules.spec b/environment-modules.spec
index e2f1c13..e57eeac 100644
--- a/environment-modules.spec
+++ b/environment-modules.spec
@@ -2,7 +2,7 @@

 Name:           environment-modules
 Version:        4.1.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Provides dynamic modification of a user's environment

 Group:          System Environment/Base
@@ -135,7 +135,7 @@ fi

 %postun
 if [ $1 -eq 0 ] ; then
-  %{_sbindir}/update-alternatives --remove modules.sh %{_datadir}/Modules/init/modules.sh
+  %{_sbindir}/update-alternatives --remove modules.sh %{_datadir}/Modules/init/profile.sh
 fi

 %postun compat
@@ -175,6 +175,9 @@ fi


 %changelog
+* Fri May  4 2018 Jan Synáček <jsynacek> - 4.1.2-2
+- Fix postun script (#1565699)
+
 * Tue Apr  3 2018 Jan Synáček <jsynacek> - 4.1.2-1
 - Update to 4.1.2 (#1562535)

Comment 6 errata-xmlrpc 2019-11-05 22:37:04 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2019:3670


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