Update to latest upstream v26.03
- Updated %files to match SONAME bump (libpqos.so.6 -> libpqos.so.7) introduced upstream Resolves: RHEL-185862 Signed-off-by: Dennis Chen <dechen@redhat.com>
This commit is contained in:
parent
8a0f3a7d6a
commit
eb61d30f33
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/v4.1.0.tar.gz
|
||||
/intel-cmt-cat-23.11.tar.gz
|
||||
/intel-cmt-cat-25.04.tar.gz
|
||||
/intel-cmt-cat-26.03.tar.gz
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
%global githubname intel-cmt-cat
|
||||
%global githubver 25.04
|
||||
%global githubver 26.03
|
||||
|
||||
%if %{defined githubsubver}
|
||||
%global githubfull %{githubname}-%{githubver}.%{githubsubver}
|
||||
@ -151,7 +151,7 @@ install -m 0644 %{_builddir}/%{githubfull}/LICENSE %{buildroot}/%{_licensedir}/%
|
||||
install -d %{buildroot}/%{_libdir}
|
||||
install -s %{_builddir}/%{githubfull}/lib/libpqos.so.* %{buildroot}/%{_libdir}
|
||||
cp -a %{_builddir}/%{githubfull}/lib/libpqos.so %{buildroot}/%{_libdir}
|
||||
cp -a %{_builddir}/%{githubfull}/lib/libpqos.so.6 %{buildroot}/%{_libdir}
|
||||
cp -a %{_builddir}/%{githubfull}/lib/libpqos.so.7 %{buildroot}/%{_libdir}
|
||||
|
||||
# Install the header file
|
||||
install -d %{buildroot}/%{_includedir}
|
||||
@ -205,7 +205,7 @@ install -m 0644 %{_builddir}/%{githubfull}/examples/c/PSEUDO_LOCK/tsc.h
|
||||
|
||||
%files -n intel-cmt-cat-devel
|
||||
%{_libdir}/libpqos.so
|
||||
%{_libdir}/libpqos.so.6
|
||||
%{_libdir}/libpqos.so.7
|
||||
%{_includedir}/pqos.h
|
||||
%{_usrsrc}/%{githubfull}/c/CAT_MBA/Makefile
|
||||
%{_usrsrc}/%{githubfull}/c/CAT_MBA/README
|
||||
@ -227,6 +227,12 @@ install -m 0644 %{_builddir}/%{githubfull}/examples/c/PSEUDO_LOCK/tsc.h
|
||||
%doc %{_usrsrc}/%{githubfull}/LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed Jun 17 2026 Dennis Chen <dechen@redhat.com> - 26.03-1
|
||||
- Update to latest upstream v26.03.
|
||||
- Updated %files to match SONAME bump (libpqos.so.6 -> libpqos.so.7) introduced
|
||||
upstream
|
||||
Resolves: RHEL-185862
|
||||
|
||||
* Fri Oct 24 2025 Tony Camuso <tcamuso@redhat.com> - 25.04-1
|
||||
- Update to latest upstream.
|
||||
- Clean up install paths, drop obsolete patches, and improve flag injection
|
||||
|
||||
1
sources
1
sources
@ -1 +1,2 @@
|
||||
SHA512 (intel-cmt-cat-25.04.tar.gz) = 263182a61af1eb3ec4338a38b722fe9f65480a31265f38fc81724e1e62a47f55214f4ec983afa3d55b42d7e638b60940d0a73b52e2f091b21b0b7bff0b07d03b
|
||||
SHA512 (intel-cmt-cat-26.03.tar.gz) = 8e1c78f336a26afe46437f9f792e386f512f25e5e20474c608ef8a4187c9851f52b03964cff475f3d0b24f6a42783aa2aa5322424baaff5f41401f3341e3e684
|
||||
|
||||
Loading…
Reference in New Issue
Block a user