4 Commits

6 changed files with 24 additions and 5 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of opa-fm in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/opa-fm/standard)
The current state of opa-fm in the devel project build (science:HPC)
![Devel project build results](https://br.opensuse.org/status/science:HPC/opa-fm)

View File

@@ -8,7 +8,7 @@
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="revision">acde83417bb3bd96261f84497993dbb962f1ac9c</param>
<param name="revision">baa358f3127da5793d26b502b2b00cf5d81eccf1</param>
</service>
<service name="recompress" mode="manual">
<param name="file">opa-fm*.tar</param>

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 9 09:05:20 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
- Update to 10.14.4.0.20-1 (jsc#PED-13892)
- Build fixes
-------------------------------------------------------------------
Wed Feb 19 15:40:29 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>

View File

@@ -16,7 +16,7 @@
#
%define git_ver .0.acde83417bb3
%define git_ver -1.0.baa358f
%define pseudo_opt %{_prefix}/lib/opa-fm
%define opasysconfdir %{_sysconfdir}/opa-fm/
@@ -30,6 +30,7 @@ Group: Development/Libraries/C and C++
URL: http://www.intel.com/
Source0: %{name}-%{version}%{git_ver}.tar.gz
Source1: %{name}-rpmlintrc
Source100: README.md
Patch1: opa-fm-Fallback-to-custom-vendor-if-os_vendor-fails.patch
Patch2: opa-fm-use-RPM_OPT_FLAGS.patch
Patch3: opa-fm-force-code-symbols-to-be-loaded.patch