Actions
Bug #3815
closedTechnique "Package management for RHEL / CentOS / SuSE / RPM systems": Package installation using yum doesn't work (RPM based systems like Red Hat / CentOS)
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The package_method we use is broken, and refers to packages as "${name}.${arch}", so when you ask to install "htop" it tries to install "htop.*", which doesn't exist.
This is related to the CFEngine bug https://cfengine.com/dev/issues/2986.
Updated by Jonathan CLARKE over 11 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/163
I have made a Pull Request to add new versions of aptPackageInstallation and rpmPackageInstallation in order to fix several bugs in one, including this one.
Please review: https://github.com/Normation/rudder-techniques/pull/163
Updated by Jonathan CLARKE over 11 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset commit:55bf4129b82b8bd4481469d955e857632c3ce478.
Updated by Nicolas PERRON about 11 years ago
- Subject changed from Package installation using yum doesn't work (RPM based systems like Red Hat / CentOS) to Technique "Package management for RHEL / CentOS / SuSE / RPM systems": Package installation using yum doesn't work (RPM based systems like Red Hat / CentOS)
- Category deleted (
Techniques)
Updated by Nicolas PERRON about 11 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.4.8, which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2013-September/000044.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog24
- Download information: http://www.rudder-project.org/foswiki/Download/
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 24 to Rudder
- Category set to Techniques
Actions