public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
To: git-commits@fedoraproject.org
Subject: [rpms/intel-cmt-cat] rawhide: New release 26.03
Date: Fri, 12 Jun 2026 11:47:26 GMT [thread overview]
Message-ID: <178126484632.1.9495304564200765507.rpms-intel-cmt-cat-ad6e1f751023@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/intel-cmt-cat
Branch : rawhide
Commit : ad6e1f751023a898c1d10aff07d2a4e6676f38ed
Author : Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
Date : 2026-06-12T12:46:59+01:00
Stats : +69/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/intel-cmt-cat/c/ad6e1f751023a898c1d10aff07d2a4e6676f38ed?branch=rawhide
Log:
New release 26.03
---
diff --git a/0001-alter-install-paths.patch b/0001-alter-install-paths.patch
new file mode 100644
index 0000000..408ca34
--- /dev/null
+++ b/0001-alter-install-paths.patch
@@ -0,0 +1,68 @@
+Description: Workaround environment variable settings
+ Add environment to be set by packaging
+Forwarded: not-needed
+Author: Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
+
+Index: intel-cmt-cat-26.06/lib/Makefile
+===================================================================
+--- intel-cmt-cat-26.06.orig/lib/Makefile
++++ intel-cmt-cat-26.06/lib/Makefile
+@@ -121,10 +121,10 @@ endif
+
+ HDR = pqos.h
+ PREFIX ?= /usr/local
+-LIB_INSTALL_DIR ?= $(PREFIX)/lib
+-HDR_DIR ?= $(PREFIX)/include
++LIB_INSTALL_DIR ?= $(DESTDIR)/usr/lib64
++HDR_DIR ?= $(DESTDIR)/usr/include
+ DEPFILE = $(LIB).dep
+-NOLDCONFIG ?= n
++NOLDCONFIG ?= y
+
+ all: $(LIBNAME)
+
+Index: intel-cmt-cat-26.06/pqos/Makefile
+===================================================================
+--- intel-cmt-cat-26.06.orig/pqos/Makefile
++++ intel-cmt-cat-26.06/pqos/Makefile
+@@ -96,8 +96,8 @@ MAN = pqos.8
+
+ # XXX: modify as desired
+ PREFIX ?= /usr/local
+-BIN_DIR = $(PREFIX)/bin
+-MAN_DIR = $(PREFIX)/man/man8
++BIN_DIR = $(DESTDIR)/usr/sbin
++MAN_DIR = $(DESTDIR)/usr/share/man/man8
+
+ SRCS = $(sort $(wildcard *.c))
+ OBJS = $(addprefix $(OBJDIR)/,$(SRCS:.c=.o))
+Index: intel-cmt-cat-24.05/rdtset/Makefile
+===================================================================
+--- intel-cmt-cat-26.06.orig/rdtset/Makefile
++++ intel-cmt-cat-26.06/rdtset/Makefile
+@@ -97,8 +97,8 @@ MAN = rdtset.8
+
+ # XXX: modify as desired
+ PREFIX ?= /usr/local
+-BIN_DIR = $(PREFIX)/bin
+-MAN_DIR = $(PREFIX)/man/man8
++BIN_DIR = $(DESTDIR)/usr/sbin
++MAN_DIR = $(DESTDIR)/usr/share/man/man8
+
+ SRCS = $(sort $(wildcard *.c))
+ OBJS = $(SRCS:.c=.o)
+Index: intel-cmt-cat-26.06/tools/membw/Makefile
+===================================================================
+--- intel-cmt-cat-26.06.orig/tools/membw/Makefile
++++ intel-cmt-cat-26.06/tools/membw/Makefile
+@@ -41,8 +41,8 @@ MAN = membw.8
+
+ # XXX: modify as desired
+ PREFIX ?= /usr/local
+-BIN_DIR = $(PREFIX)/bin
+-MAN_DIR = $(PREFIX)/man/man8
++BIN_DIR = $(DESTDIR)/usr/bin
++MAN_DIR = $(DESTDIR)/usr/share/man/man8
+
+ CFLAGS=-W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
+ -Wmissing-declarations -Wold-style-definition -Wpointer-arith \
\ No newline at end of file
diff --git a/intel-cmt-cat.spec b/intel-cmt-cat.spec
index 56295e5..ce4c0a3 100644
--- a/intel-cmt-cat.spec
+++ b/intel-cmt-cat.spec
@@ -14,6 +14,7 @@ License: BSD-3-Clause
URL: https://github.com/intel/intel-cmt-cat
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+Patch0: 0001-alter-install-paths.patch
ExclusiveArch: x86_64
next reply other threads:[~2026-06-12 11:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-12 11:47 Raghavan Kanagaraj [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-06-12 12:29 [rpms/intel-cmt-cat] rawhide: New release 26.03 Raghavan Kanagaraj
2026-06-12 12:20 Raghavan Kanagaraj
2026-06-12 12:05 Raghavan Kanagaraj
2026-06-12 10:13 Raghavan Kanagaraj
2026-06-12 9:25 Raghavan Kanagaraj
2026-06-12 9:08 Raghavan Kanagaraj
2026-06-11 22:26 Raghavan Kanagaraj
2026-06-11 22:26 Raghavan Kanagaraj
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=178126484632.1.9495304564200765507.rpms-intel-cmt-cat-ad6e1f751023@fedoraproject.org \
--to=raghavan.kanagaraj@intel.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