<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:17:07 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-8390] e2fsprogs builds incorrectly on some sles12 versions</title>
                <link>https://jira.whamcloud.com/browse/LU-8390</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The distro name reported by the lsb_release command has changed in some versions of sles12.  This change causes the e2fsprogs build process for the master-lustre branch to choose the wrong .spec file to build with.  Using the wrong .spec file results in generating the wrong packages, generic style RPMs instead of SLES compatible RPMs.&lt;/p&gt;

&lt;p&gt;The following small repair to the build script can fix the problem:&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;--- a/contrib/build-rpm
+++ b/contrib/build-rpm
@@ -75,7 +75,7 @@ case &quot;$DISTRO-$RELEASE&quot; in
     Fedora-1[5-9]) DISTRO=RHEL; RELEASE=7;;
     Fedora-2[0-9]) DISTRO=RHEL; RELEASE=7;;
     SUSE\ LINUX-11*) DISTRO=SUSE_LINUX; RELEASE=11;;
-    SUSE\ LINUX-12*) DISTRO=SUSE_LINUX; RELEASE=12;;
+    SUSE\ LINUX-12* | SUSE-12*) DISTRO=SUSE_LINUX; RELEASE=12;;
 esac
 
 SPECFILE=&quot;$currdir/e2fsprogs-${DISTRO// /_}-$RELEASE.spec&quot;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="38082">LU-8390</key>
            <summary>e2fsprogs builds incorrectly on some sles12 versions</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="bogl">Bob Glossman</assignee>
                                    <reporter username="bogl">Bob Glossman</reporter>
                        <labels>
                    </labels>
                <created>Mon, 11 Jul 2016 15:28:19 +0000</created>
                <updated>Wed, 8 Aug 2018 21:04:06 +0000</updated>
                            <resolved>Wed, 8 Aug 2018 21:03:56 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="158359" author="gerrit" created="Mon, 11 Jul 2016 18:13:31 +0000"  >&lt;p&gt;Bob Glossman (bob.glossman@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/21237&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21237&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8390&quot; title=&quot;e2fsprogs builds incorrectly on some sles12 versions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8390&quot;&gt;&lt;del&gt;LU-8390&lt;/del&gt;&lt;/a&gt; build: use correct .spec file for sles12&lt;br/&gt;
Project: tools/e2fsprogs&lt;br/&gt;
Branch: master-lustre&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 40a37385f5dc01da1dc2fc0562661c50fd5a61ea&lt;/p&gt;</comment>
                            <comment id="158535" author="bogl" created="Tue, 12 Jul 2016 19:53:15 +0000"  >&lt;p&gt;Andreas,&lt;br/&gt;
I strongly suspect but can&apos;t prove that test problems with e2fsprogs are really DCO issues.  It just failed a test run on el7, which has worked fine before.  So problems not limited to sles11sp3 only.&lt;/p&gt;</comment>
                            <comment id="161776" author="gerrit" created="Fri, 12 Aug 2016 18:52:14 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/21237/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21237/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8390&quot; title=&quot;e2fsprogs builds incorrectly on some sles12 versions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8390&quot;&gt;&lt;del&gt;LU-8390&lt;/del&gt;&lt;/a&gt; build: use correct .spec file for SLES 12&lt;br/&gt;
Project: tools/e2fsprogs&lt;br/&gt;
Branch: master-lustre&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cbbd8d6d6d5017355afc9cba4a25fe2aeb0dd494&lt;/p&gt;</comment>
                    </comments>
                    <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|hzyh1r:</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>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>