<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:19:01 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-15521] RPM 4.16 support</title>
                <link>https://jira.whamcloud.com/browse/LU-15521</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;RPM 4.16 removed support for bare words in expressions (eg a == b needs to be &quot;a&quot; == &quot;b&quot; now). More changes are in:&lt;br/&gt;
&lt;a href=&quot;https://rpm.org/wiki/Releases/4.16.0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://rpm.org/wiki/Releases/4.16.0&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The following errors in lustre.spec and lustre-dkms.spec need to be resolved:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;# rpm --version
RPM version 4.16.1.3
# find . -name &quot;*.spec&quot; | xargs rpmlint
./lustre.spec:442: W: macro-in-comment %optflags
./lustre.spec:469: W: macro-in-comment %{name}
./lustre.spec:723: E: hardcoded-library-path in %{_prefix}/lib/ocf/resource.d/lustre/
./lustre.spec:110: W: mixed-use-of-spaces-and-tabs (spaces: line 110, tab: line 59)
./lustre.spec: E: specfile-error error: bare words are no longer supported, please use &quot;...&quot;:  redhat==&quot;redhat&quot; || redhat==&quot;fedora&quot;
./lustre.spec: E: specfile-error error:                                                        ^
./lustre.spec: E: specfile-error error: ./lustre.spec:133: bad %if condition:  redhat==&quot;redhat&quot; || redhat==&quot;fedora&quot;
./lustre.spec: E: specfile-error error: query of specfile ./lustre.spec failed, can&apos;t parse
./lustre-dkms.spec:79: W: unversioned-explicit-provides lustre-dkms
./lustre-dkms.spec:80: W: unversioned-explicit-obsoletes lustre-dkms
./lustre-dkms.spec:107: W: unversioned-explicit-provides lustre-osd
./lustre-dkms.spec:109: W: unversioned-explicit-provides lustre-client
./lustre-dkms.spec:144: E: hardcoded-library-path in /usr/lib/dkms/common.postinst
./lustre-dkms.spec:40: W: mixed-use-of-spaces-and-tabs (spaces: line 40, tab: line 12)
./lustre-dkms.spec: E: specfile-error error: bare words are no longer supported, please use &quot;...&quot;:  redhat==&quot;redhat&quot; || redhat==&quot;fedora&quot;
./lustre-dkms.spec: E: specfile-error error:                                                        ^
./lustre-dkms.spec: E: specfile-error error: ./lustre-dkms.spec:31: bad %if condition:  redhat==&quot;redhat&quot; || redhat==&quot;fedora&quot;
./lustre-dkms.spec: E: specfile-error error: query of specfile ./lustre-dkms.spec failed, can&apos;t parse
0 packages and 2 specfiles checked; 10 errors, 8 warnings.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
</description>
                <environment></environment>
        <key id="68513">LU-15521</key>
            <summary>RPM 4.16 support</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="yujian">Jian Yu</assignee>
                                    <reporter username="yujian">Jian Yu</reporter>
                        <labels>
                    </labels>
                <created>Sun, 6 Feb 2022 08:56:55 +0000</created>
                <updated>Tue, 9 Jan 2024 21:28:45 +0000</updated>
                            <resolved>Tue, 9 Jan 2024 21:28:45 +0000</resolved>
                                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="325480" author="gerrit" created="Mon, 7 Feb 2022 18:33:44 +0000"  >&lt;p&gt;&quot;Jian Yu &amp;lt;yujian@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/46471&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/46471&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15521&quot; title=&quot;RPM 4.16 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15521&quot;&gt;&lt;del&gt;LU-15521&lt;/del&gt;&lt;/a&gt; spec: fix bare words error with rpm 4.16&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e58e85128e5e7f6e682f9c9318c1429b7a60fe79&lt;/p&gt;</comment>
                            <comment id="325488" author="yujian" created="Mon, 7 Feb 2022 19:11:54 +0000"  >&lt;p&gt;More issues need to be resolved:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;warning: /tmp/rpmbuild-lustre-root-IAPduFT5/SPECS/lustre.spec: line 272: Macro %kmp_release defined but not used within scope
warning: /tmp/rpmbuild-lustre-root-IAPduFT5/SPECS/lustre.spec: line 272: Macro %kmp_version defined but not used within scope
warning: /tmp/rpmbuild-lustre-root-IAPduFT5/SPECS/lustre.spec: line 272: Macro %latest_kernel defined but not used within scope
warning: /tmp/rpmbuild-lustre-root-IAPduFT5/SPECS/lustre.spec: line 275: Macro %kmp_release defined but not used within scope
warning: /tmp/rpmbuild-lustre-root-IAPduFT5/SPECS/lustre.spec: line 275: Macro %kmp_version defined but not used within scope
warning: /tmp/rpmbuild-lustre-root-IAPduFT5/SPECS/lustre.spec: line 275: Macro %latest_kernel defined but not used within scope
warning: /tmp/rpmbuild-lustre-root-IAPduFT5/SPECS/lustre.spec: line 377: Macro %kmp_release defined but not used within scope
warning: /tmp/rpmbuild-lustre-root-IAPduFT5/SPECS/lustre.spec: line 377: Macro %kmp_version defined but not used within scope
warning: /tmp/rpmbuild-lustre-root-IAPduFT5/SPECS/lustre.spec: line 377: Macro %latest_kernel defined but not used within scope
sh: -c: line 13: syntax error near unexpected token `(&apos;
sh: -c: line 13: `    /usr/bin/sed -r --in-place=.backup &apos;s/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g&apos; $file; &apos;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The issues came from the following codes:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;lustre.spec.in&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
%&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; 0%{?rhel} == 7
# until we have achieved full kABI compatibility we need to
# restrict the kernel range that can be used to the kernel
# version from the RHEL minor release
# &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt; is supposed to be done &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; kmods automatically but
# RHBZ#1467319 seems to be getting in the way
# &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt; is &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; el7.0 through el7.4
%define preamble %{expand:%(
TMPFILE=`mktemp`
cat %{SOURCE1} &amp;gt; $TMPFILE
kver=%{kernel_version}
linuxversion=${kver%%%%-*}
linuxrelease=${kver##*-}
kabiminor=${linuxrelease%%%%.*}
echo &lt;span class=&quot;code-quote&quot;&gt;&quot;Requires:       kernel &amp;lt; $linuxversion-$((kabiminor+1)), kernel &amp;gt;= $linuxversion-$((kabiminor))&quot;&lt;/span&gt; &amp;gt;&amp;gt; $TMPFILE
echo $TMPFILE
)}
%&lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt;
%define preamble %{SOURCE1}
%endif
%kernel_module_package -n %{name} -p %preamble -f %SOURCE2 %{_flavor}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="337417" author="gerrit" created="Sat, 11 Jun 2022 05:34:47 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/46471/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/46471/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15521&quot; title=&quot;RPM 4.16 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15521&quot;&gt;&lt;del&gt;LU-15521&lt;/del&gt;&lt;/a&gt; spec: fix bare words error with rpm 4.16&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 597a6bf9e085150dd57eb727859b114deb8979cb&lt;/p&gt;</comment>
                            <comment id="337509" author="pjones" created="Sat, 11 Jun 2022 15:40:58 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                            <comment id="337570" author="yujian" created="Sun, 12 Jun 2022 05:30:34 +0000"  >&lt;p&gt;More issues need to be resolved.&lt;/p&gt;</comment>
                            <comment id="338473" author="gerrit" created="Thu, 23 Jun 2022 07:19:13 +0000"  >&lt;p&gt;&quot;Jian Yu &amp;lt;yujian@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/47710&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47710&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15521&quot; title=&quot;RPM 4.16 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15521&quot;&gt;&lt;del&gt;LU-15521&lt;/del&gt;&lt;/a&gt; spec: fix bare words error with rpm 4.16&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: fefa92f8e69f918641cdcbae52e86c3046565613&lt;/p&gt;</comment>
                            <comment id="339208" author="gerrit" created="Wed, 29 Jun 2022 21:32:59 +0000"  >&lt;p&gt;&quot;Jian Yu &amp;lt;yujian@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/47833&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47833&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15521&quot; title=&quot;RPM 4.16 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15521&quot;&gt;&lt;del&gt;LU-15521&lt;/del&gt;&lt;/a&gt; spec: fix more bare words error with rpm 4.16&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 091bb5a39957b17cd3ebe77314870bbcc386eab6&lt;/p&gt;</comment>
                            <comment id="339210" author="gerrit" created="Wed, 29 Jun 2022 21:38:56 +0000"  >&lt;p&gt;&quot;Jian Yu &amp;lt;yujian@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/47835&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47835&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15521&quot; title=&quot;RPM 4.16 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15521&quot;&gt;&lt;del&gt;LU-15521&lt;/del&gt;&lt;/a&gt; spec: fix more bare words error with rpm 4.16&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a7b2994915b323d8be356b527ad27992196bdcb9&lt;/p&gt;</comment>
                            <comment id="339627" author="gerrit" created="Tue, 5 Jul 2022 22:13:53 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/47710/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47710/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15521&quot; title=&quot;RPM 4.16 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15521&quot;&gt;&lt;del&gt;LU-15521&lt;/del&gt;&lt;/a&gt; spec: fix bare words error with rpm 4.16&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ea45daebe0b03d449f99ca4ae949638b7e7d07a7&lt;/p&gt;</comment>
                            <comment id="339995" author="gerrit" created="Sun, 10 Jul 2022 14:27:12 +0000"  >&lt;p&gt;&quot;Shaun Tancheff &amp;lt;shaun.tancheff@hpe.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/47929&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47929&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15521&quot; title=&quot;RPM 4.16 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15521&quot;&gt;&lt;del&gt;LU-15521&lt;/del&gt;&lt;/a&gt; build: Spec updates for RHEL9&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 854d88400a5e03a32d23c6fd311e8d821e270623&lt;/p&gt;</comment>
                            <comment id="340492" author="gerrit" created="Fri, 15 Jul 2022 04:57:53 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/47833/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47833/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15521&quot; title=&quot;RPM 4.16 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15521&quot;&gt;&lt;del&gt;LU-15521&lt;/del&gt;&lt;/a&gt; spec: fix more bare words error with rpm 4.16&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 81530fe44c6b8d8819b8e70ea99ef7014c23a05b&lt;/p&gt;</comment>
                            <comment id="340493" author="gerrit" created="Fri, 15 Jul 2022 04:58:26 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/47835/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47835/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15521&quot; title=&quot;RPM 4.16 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15521&quot;&gt;&lt;del&gt;LU-15521&lt;/del&gt;&lt;/a&gt; spec: fix more bare words error with rpm 4.16&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 93169988e5f1e0723c02ec9b0bf5ba911b42a04d&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="67850">LU-15420</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="70051">LU-15797</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="70396">LU-15874</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i02hen:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>