public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Rix <Tom.Rix@amd.com>
To: git-commits@fedoraproject.org
Subject: [rpms/miopen] epel10: Cleanup specfile
Date: Sun, 14 Jun 2026 13:44:07 GMT	[thread overview]
Message-ID: <178144464745.1.6597134336816438005.rpms-miopen-7db03d2d455a@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/miopen
            Branch : epel10
            Commit : 7db03d2d455aa0dd1dddc180c20d886ae285d75f
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-02-17T12:37:12-08:00
            Stats  : +11/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/miopen/c/7db03d2d455aa0dd1dddc180c20d886ae285d75f?branch=epel10

            Log:
            Cleanup specfile

Signed-off-by: Tom Rix <Tom.Rix@amd.com>

---
diff --git a/miopen.spec b/miopen.spec
index 63a026c..b37a120 100644
--- a/miopen.spec
+++ b/miopen.spec
@@ -93,7 +93,7 @@
 %bcond_without tensile
 
 # Compression type and level for source/binary package payloads.
-#  "w7T0.xzdio"	xz level 7 using %%{getncpus} threads
+#  "w7T0.xzdio" xz level 7 using %%{getncpus} threads
 %global _source_payload w7T0.xzdio
 %global _binary_payload w7T0.xzdio
 
@@ -115,7 +115,7 @@ Version:        git%{date0}.%{shortcommit0}
 Release:        1%{?dist}
 %else
 Version:        %{rocm_version}
-Release:        1%{?dist}
+Release:        2%{?dist}
 %endif
 Summary:        AMD's Machine Intelligence Library
 License:        MIT AND BSD-2-Clause AND Apache-2.0 AND %{?fedora:LicenseRef-Fedora-Public-Domain}%{?suse_version:SUSE-Public-Domain}
@@ -199,7 +199,10 @@ BuildRequires:  ninja
 
 Provides:       miopen%{pkg_suffix} = %{version}-%{release}
 
-# Use ROCm devel at runtime
+# MIOpen compiles on the fly, so it needs ROCm devel at runtime
+# This rpmlint
+#   miopen.x86_64: E: devel-dependency rocm-hip-devel
+# is a false positive
 Requires:       rocm-hip%{pkg_suffix}-devel
 Requires:       rocrand%{pkg_suffix}-devel
 # Also needs c++ to work
@@ -377,8 +380,10 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/miopen-hip/LICENSE.md
 %fdupes %{buildroot}%{pkg_prefix}
 %endif
 
+%if 0%{?suse_version}
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
+%endif
 
 %files
 %if %{with gitcommit}
@@ -404,6 +409,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/miopen-hip/LICENSE.md
 %endif
 
 %changelog
+* Tue Feb 17 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-2
+- Cleanup specfile
+
 * Tue Feb 10 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-1
 - Update to 7.2.0
 

                 reply	other threads:[~2026-06-14 13:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178144464745.1.6597134336816438005.rpms-miopen-7db03d2d455a@fedoraproject.org \
    --to=tom.rix@amd.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox