Actions
User story #4671
closedUser story #4595: Support for AIX (agent only)
Avoid listing files twice in .spec %files section
Effort required:
Name check:
Fix check:
Regression:
Description
Currently, building rudder-agent RPM with older version of rpm results in this error:
13:40:22 Processing files: rudder-agent-2.10.0.alpha1.git201403181302-1.AIX.5.3 13:40:23 File listed twice: /opt/rudder/etc/uuid.hive 13:40:26 File listed twice: /var/rudder/cfengine-community/ppkeys
This happens because our "%files" section contains these lines:
%{rudderdir} %config(noreplace) %{rudderdir}/etc/uuid.hive %{ruddervardir} %attr(0600, -, -) %dir %{ruddervardir}/cfengine-community/ppkeys
This can be avoided by listing the exact files to include, and specifying separately the two we want special attributes on.
Updated by Jonathan CLARKE over 10 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to Matthieu CERDA
- Pull Request set to https://github.com/Normation/rudder-packages/pull/276/files
PR available for review: https://github.com/Normation/rudder-packages/pull/276/files
Updated by Jonathan CLARKE over 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset commit:25e23178d226879d3899acc7c3bc2876ace56bf3.
Updated by Matthieu CERDA over 10 years ago
Applied in changeset commit:808c37d829f9a77968b4e5683197929f441b630a.
Updated by Vincent MEMBRÉ over 10 years ago
- Tracker changed from 6 to Bug
- Parent task deleted (
#4595)
Updated by Vincent MEMBRÉ over 10 years ago
- Tracker changed from Bug to Enhancement
- Parent task set to #4595
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.10.0, which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2014-March/000085.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog210
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Benoît PECCATTE over 9 years ago
- Tracker changed from Enhancement to User story
Actions