public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/intel-cmt-cat] rawhide: New release 26.03
@ 2026-06-12 11:47 Raghavan Kanagaraj
0 siblings, 0 replies; 9+ messages in thread
From: Raghavan Kanagaraj @ 2026-06-12 11:47 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [rpms/intel-cmt-cat] rawhide: New release 26.03
@ 2026-06-12 12:29 Raghavan Kanagaraj
0 siblings, 0 replies; 9+ messages in thread
From: Raghavan Kanagaraj @ 2026-06-12 12:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/intel-cmt-cat
Branch : rawhide
Commit : 333e66ddbee13b990cc91e62d577b021334696ad
Author : Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
Date : 2026-06-12T13:29:21+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/intel-cmt-cat/c/333e66ddbee13b990cc91e62d577b021334696ad?branch=rawhide
Log:
New release 26.03
---
diff --git a/intel-cmt-cat.spec b/intel-cmt-cat.spec
index ce4c0a3..136dcdd 100644
--- a/intel-cmt-cat.spec
+++ b/intel-cmt-cat.spec
@@ -51,7 +51,7 @@ Development files.
%{_sbindir}/pqos-msr
%{_sbindir}/pqos-os
%{_sbindir}/rdtset
-%{_libdir}/libpqos.so.6
+%{_libdir}/libpqos.so.7
%{_libdir}/libpqos.so.%{libpqos_ver}
%{_mandir}/man8/membw.8*
%{_mandir}/man8/pqos.8*
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [rpms/intel-cmt-cat] rawhide: New release 26.03
@ 2026-06-12 12:20 Raghavan Kanagaraj
0 siblings, 0 replies; 9+ messages in thread
From: Raghavan Kanagaraj @ 2026-06-12 12:20 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/intel-cmt-cat
Branch : rawhide
Commit : d7f52072f9c0000205821c9490eab5d3dad684b7
Author : Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
Date : 2026-06-12T13:20:02+01:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/intel-cmt-cat/c/d7f52072f9c0000205821c9490eab5d3dad684b7?branch=rawhide
Log:
New release 26.03
---
diff --git a/0001-alter-install-paths.patch b/0001-alter-install-paths.patch
index ac820fe..c73671d 100644
--- a/0001-alter-install-paths.patch
+++ b/0001-alter-install-paths.patch
@@ -55,7 +55,7 @@ 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,7 +41,7 @@ MAN = membw.8
+@@ -41,8 +41,8 @@ MAN = membw.8
# XXX: modify as desired
PREFIX ?= /usr/local
@@ -65,4 +65,4 @@ Index: intel-cmt-cat-26.06/tools/membw/Makefile
+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
+ -Wmissing-declarations -Wold-style-definition -Wpointer-arith \
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [rpms/intel-cmt-cat] rawhide: New release 26.03
@ 2026-06-12 12:05 Raghavan Kanagaraj
0 siblings, 0 replies; 9+ messages in thread
From: Raghavan Kanagaraj @ 2026-06-12 12:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/intel-cmt-cat
Branch : rawhide
Commit : e3e8b08303166771fd30eddbbf469dca66ddf2ee
Author : Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
Date : 2026-06-12T13:04:49+01:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/intel-cmt-cat/c/e3e8b08303166771fd30eddbbf469dca66ddf2ee?branch=rawhide
Log:
New release 26.03
---
diff --git a/0001-alter-install-paths.patch b/0001-alter-install-paths.patch
index 408ca34..ac820fe 100644
--- a/0001-alter-install-paths.patch
+++ b/0001-alter-install-paths.patch
@@ -55,13 +55,13 @@ 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
+@@ -41,7 +41,7 @@ MAN = membw.8
# XXX: modify as desired
PREFIX ?= /usr/local
-BIN_DIR = $(PREFIX)/bin
-MAN_DIR = $(PREFIX)/man/man8
-+BIN_DIR = $(DESTDIR)/usr/bin
++BIN_DIR = $(DESTDIR)/usr/sbin
+MAN_DIR = $(DESTDIR)/usr/share/man/man8
CFLAGS=-W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [rpms/intel-cmt-cat] rawhide: New release 26.03
@ 2026-06-12 10:13 Raghavan Kanagaraj
0 siblings, 0 replies; 9+ messages in thread
From: Raghavan Kanagaraj @ 2026-06-12 10:13 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/intel-cmt-cat
Branch : rawhide
Commit : ef0cfb776dfdd7a22ba0f51b886202b061df6568
Author : Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
Date : 2026-06-12T11:12:37+01:00
Stats : +0/-55 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/intel-cmt-cat/c/ef0cfb776dfdd7a22ba0f51b886202b061df6568?branch=rawhide
Log:
New release 26.03
---
diff --git a/0001-alter-install-paths.patch b/0001-alter-install-paths.patch
deleted file mode 100644
index f4eb591..0000000
--- a/0001-alter-install-paths.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-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
-@@ -126,10 +126,10 @@
-
- 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 @@
-
- # 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-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 @@
-
- # 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 \
-
diff --git a/intel-cmt-cat.spec b/intel-cmt-cat.spec
index ce4c0a3..56295e5 100644
--- a/intel-cmt-cat.spec
+++ b/intel-cmt-cat.spec
@@ -14,7 +14,6 @@ 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
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [rpms/intel-cmt-cat] rawhide: New release 26.03
@ 2026-06-12 9:25 Raghavan Kanagaraj
0 siblings, 0 replies; 9+ messages in thread
From: Raghavan Kanagaraj @ 2026-06-12 9:25 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/intel-cmt-cat
Branch : rawhide
Commit : 9b2d86ad8ca84335884e358d0f0eb1c54e021af6
Author : Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
Date : 2026-06-12T10:25:22+01:00
Stats : +0/-70 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/intel-cmt-cat/c/9b2d86ad8ca84335884e358d0f0eb1c54e021af6?branch=rawhide
Log:
New release 26.03
---
diff --git a/0002-remove-build-and-install-of-examples.patch b/0002-remove-build-and-install-of-examples.patch
deleted file mode 100644
index 1406109..0000000
--- a/0002-remove-build-and-install-of-examples.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Remove examples
- No need to install these, developers are encouraged to look
- at the code in the repository
-Forwarded: not-needed
-Author: Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
-
-Index: intel-cmt-cat-26.06/Makefile
-===================================================================
---- intel-cmt-cat-26.06.orig/Makefile
-+++ intel-cmt-cat-26.06/Makefile
-@@ -54,9 +54,6 @@
- $(MAKE) -C lib
- $(MAKE) -C pqos
- $(MAKE) -C tools/membw
-- $(MAKE) -C examples/c/CAT_MBA
-- $(MAKE) -C examples/c/CMT_MBM
-- $(MAKE) -C examples/c/PSEUDO_LOCK
-
- setup-dev:
- $(MAKE) -C tests setup-dev
diff --git a/0003-allow-debian-flags-to-be-added.patch b/0003-allow-debian-flags-to-be-added.patch
deleted file mode 100644
index 1a3da23..0000000
--- a/0003-allow-debian-flags-to-be-added.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-Description: Hard code in hardening options
-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
-@@ -39,8 +39,8 @@
- VERSION = 7.0.0
- SO_VERSION = 7
- SHARED ?= y
--LDFLAGS = -L. -lpthread -z noexecstack -z relro -z now
--CFLAGS = -pthread -I./ -D_GNU_SOURCE \
-+LDFLAGS += -L. -lpthread -z noexecstack -z relro -z now
-+CFLAGS += -pthread -I./ -D_GNU_SOURCE \
- -W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
- -Wmissing-declarations -Wold-style-definition -Wpointer-arith \
- -Wcast-qual -Wundef -Wwrite-strings \
-Index: intel-cmt-cat-26.06/pqos/Makefile
-===================================================================
---- intel-cmt-cat-26.06.orig/pqos/Makefile
-+++ intel-cmt-cat-26.06/pqos/Makefile
-@@ -38,9 +38,9 @@
-
- OBJDIR = obj
- LIBDIR ?= ../lib
--LDFLAGS = -L$(LIBDIR) -pie -z noexecstack -z relro -z now
-+LDFLAGS += -L$(LIBDIR) -pie -z noexecstack -z relro -z now
- LDLIBS = -lpqos -lpthread
--CFLAGS = -I$(LIBDIR) \
-+CFLAGS += -I$(LIBDIR) \
- -W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
- -Wmissing-declarations -Wold-style-definition -Wpointer-arith \
- -Wcast-qual -Wundef -Wwrite-strings \
-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
-@@ -44,7 +44,7 @@
- BIN_DIR = $(DESTDIR)/usr/bin
- MAN_DIR = $(DESTDIR)/usr/share/man/man8
-
--CFLAGS=-W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
-+CFLAGS += -W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
- -Wmissing-declarations -Wold-style-definition -Wpointer-arith \
- -Wcast-qual -Wundef -Wwrite-strings \
- -Wformat -Wformat-security -fstack-protector-strong -fPIE \
diff --git a/intel-cmt-cat.spec b/intel-cmt-cat.spec
index b9c1c52..ce4c0a3 100644
--- a/intel-cmt-cat.spec
+++ b/intel-cmt-cat.spec
@@ -15,8 +15,6 @@ URL: https://github.com/intel/intel-cmt-cat
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Patch0: 0001-alter-install-paths.patch
-Patch1: 0002-remove-build-and-install-of-examples.patch
-Patch2: 0003-allow-debian-flags-to-be-added.patch
ExclusiveArch: x86_64
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [rpms/intel-cmt-cat] rawhide: New release 26.03
@ 2026-06-12 9:08 Raghavan Kanagaraj
0 siblings, 0 replies; 9+ messages in thread
From: Raghavan Kanagaraj @ 2026-06-12 9:08 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/intel-cmt-cat
Branch : rawhide
Commit : b0d2ceb65c4845b11df9d756c219ecb068ba372c
Author : Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
Date : 2026-06-12T10:08:31+01:00
Stats : +61/-91 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/intel-cmt-cat/c/b0d2ceb65c4845b11df9d756c219ecb068ba372c?branch=rawhide
Log:
New release 26.03
---
diff --git a/0001-alter-install-paths.patch b/0001-alter-install-paths.patch
index ec0bc55..f4eb591 100644
--- a/0001-alter-install-paths.patch
+++ b/0001-alter-install-paths.patch
@@ -1,14 +1,14 @@
Description: Workaround environment variable settings
Add environment to be set by packaging
Forwarded: not-needed
-Author: Colin Ian King <colin.i.king@gmail.com>
+Author: Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
-Index: intel-cmt-cat-24.05/lib/Makefile
+Index: intel-cmt-cat-26.06/lib/Makefile
===================================================================
---- intel-cmt-cat-24.05.orig/lib/Makefile
-+++ intel-cmt-cat-24.05/lib/Makefile
-@@ -121,10 +121,10 @@ endif
-
+--- intel-cmt-cat-26.06.orig/lib/Makefile
++++ intel-cmt-cat-26.06/lib/Makefile
+@@ -126,10 +126,10 @@
+
HDR = pqos.h
PREFIX ?= /usr/local
-LIB_INSTALL_DIR ?= $(PREFIX)/lib
@@ -18,51 +18,37 @@ Index: intel-cmt-cat-24.05/lib/Makefile
DEPFILE = $(LIB).dep
-NOLDCONFIG ?= n
+NOLDCONFIG ?= y
-
+
all: $(LIBNAME)
-
-Index: intel-cmt-cat-24.05/pqos/Makefile
+
+Index: intel-cmt-cat-26.06/pqos/Makefile
===================================================================
---- intel-cmt-cat-24.05.orig/pqos/Makefile
-+++ intel-cmt-cat-24.05/pqos/Makefile
-@@ -96,8 +96,8 @@ MAN = pqos.8
-
+--- intel-cmt-cat-26.06.orig/pqos/Makefile
++++ intel-cmt-cat-26.06/pqos/Makefile
+@@ -96,8 +96,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-24.05.orig/rdtset/Makefile
-+++ intel-cmt-cat-24.05/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-24.05/tools/membw/Makefile
+Index: intel-cmt-cat-26.06/tools/membw/Makefile
===================================================================
---- intel-cmt-cat-24.05.orig/tools/membw/Makefile
-+++ intel-cmt-cat-24.05/tools/membw/Makefile
-@@ -41,8 +41,8 @@ MAN = membw.8
-
+--- intel-cmt-cat-26.06.orig/tools/membw/Makefile
++++ intel-cmt-cat-26.06/tools/membw/Makefile
+@@ -41,8 +41,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 \
+ -Wmissing-declarations -Wold-style-definition -Wpointer-arith \
+
diff --git a/0002-remove-build-and-install-of-examples.patch b/0002-remove-build-and-install-of-examples.patch
index f51f238..1406109 100644
--- a/0002-remove-build-and-install-of-examples.patch
+++ b/0002-remove-build-and-install-of-examples.patch
@@ -2,19 +2,19 @@ Description: Remove examples
No need to install these, developers are encouraged to look
at the code in the repository
Forwarded: not-needed
-Author: Colin Ian King <colin.i.king@gmail.com>
+Author: Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
-Index: intel-cmt-cat-24.05/Makefile
+Index: intel-cmt-cat-26.06/Makefile
===================================================================
---- intel-cmt-cat-24.05.orig/Makefile
-+++ intel-cmt-cat-24.05/Makefile
-@@ -55,9 +55,6 @@ all:
- $(MAKE) -C pqos
- $(MAKE) -C rdtset
- $(MAKE) -C tools/membw
-- $(MAKE) -C examples/c/CAT_MBA
-- $(MAKE) -C examples/c/CMT_MBM
-- $(MAKE) -C examples/c/PSEUDO_LOCK
-
+--- intel-cmt-cat-26.06.orig/Makefile
++++ intel-cmt-cat-26.06/Makefile
+@@ -54,9 +54,6 @@
+ $(MAKE) -C lib
+ $(MAKE) -C pqos
+ $(MAKE) -C tools/membw
+- $(MAKE) -C examples/c/CAT_MBA
+- $(MAKE) -C examples/c/CMT_MBM
+- $(MAKE) -C examples/c/PSEUDO_LOCK
+
setup-dev:
- $(MAKE) -C appqos setup-dev
+ $(MAKE) -C tests setup-dev
diff --git a/0003-allow-debian-flags-to-be-added.patch b/0003-allow-debian-flags-to-be-added.patch
index 0e51f64..1a3da23 100644
--- a/0003-allow-debian-flags-to-be-added.patch
+++ b/0003-allow-debian-flags-to-be-added.patch
@@ -1,28 +1,28 @@
Description: Hard code in hardening options
Forwarded: not-needed
-Author: Colin Ian King <colin.i.king@gmail.com>
+Author: Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
-Index: intel-cmt-cat-25.04/lib/Makefile
+Index: intel-cmt-cat-26.06/lib/Makefile
===================================================================
---- intel-cmt-cat-25.04.orig/lib/Makefile
-+++ intel-cmt-cat-25.04/lib/Makefile
-@@ -39,8 +39,8 @@ LIB = libpqos
- VERSION = 6.0.1
- SO_VERSION = 6
+--- intel-cmt-cat-26.06.orig/lib/Makefile
++++ intel-cmt-cat-26.06/lib/Makefile
+@@ -39,8 +39,8 @@
+ VERSION = 7.0.0
+ SO_VERSION = 7
SHARED ?= y
-LDFLAGS = -L. -lpthread -z noexecstack -z relro -z now
-CFLAGS = -pthread -I./ -D_GNU_SOURCE \
+LDFLAGS += -L. -lpthread -z noexecstack -z relro -z now
+CFLAGS += -pthread -I./ -D_GNU_SOURCE \
- -W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
- -Wmissing-declarations -Wold-style-definition -Wpointer-arith \
- -Wcast-qual -Wundef -Wwrite-strings \
-Index: intel-cmt-cat-25.04/pqos/Makefile
+ -W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
+ -Wmissing-declarations -Wold-style-definition -Wpointer-arith \
+ -Wcast-qual -Wundef -Wwrite-strings \
+Index: intel-cmt-cat-26.06/pqos/Makefile
===================================================================
---- intel-cmt-cat-25.04.orig/pqos/Makefile
-+++ intel-cmt-cat-25.04/pqos/Makefile
-@@ -38,9 +38,9 @@ include ../pre-build.mk
-
+--- intel-cmt-cat-26.06.orig/pqos/Makefile
++++ intel-cmt-cat-26.06/pqos/Makefile
+@@ -38,9 +38,9 @@
+
OBJDIR = obj
LIBDIR ?= ../lib
-LDFLAGS = -L$(LIBDIR) -pie -z noexecstack -z relro -z now
@@ -30,35 +30,19 @@ Index: intel-cmt-cat-25.04/pqos/Makefile
LDLIBS = -lpqos -lpthread
-CFLAGS = -I$(LIBDIR) \
+CFLAGS += -I$(LIBDIR) \
- -W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
- -Wmissing-declarations -Wold-style-definition -Wpointer-arith \
- -Wcast-qual -Wundef -Wwrite-strings \
-Index: intel-cmt-cat-25.04/rdtset/Makefile
+ -W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
+ -Wmissing-declarations -Wold-style-definition -Wpointer-arith \
+ -Wcast-qual -Wundef -Wwrite-strings \
+Index: intel-cmt-cat-26.06/tools/membw/Makefile
===================================================================
---- intel-cmt-cat-25.04.orig/rdtset/Makefile
-+++ intel-cmt-cat-25.04/rdtset/Makefile
-@@ -37,9 +37,9 @@
- include ../pre-build.mk
-
- LIBDIR ?= ../lib
--LDFLAGS = -L$(LIBDIR) -pie -z noexecstack -z relro -z now
-+LDFLAGS += -L$(LIBDIR) -pie -z noexecstack -z relro -z now
- LDLIBS = -lpqos -lpthread
--CFLAGS = -I$(LIBDIR) \
-+CFLAGS += -I$(LIBDIR) \
- -W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
- -Wmissing-declarations -Wold-style-definition -Wpointer-arith \
- -Wcast-qual -Wundef -Wwrite-strings \
-Index: intel-cmt-cat-25.04/tools/membw/Makefile
-===================================================================
---- intel-cmt-cat-25.04.orig/tools/membw/Makefile
-+++ intel-cmt-cat-25.04/tools/membw/Makefile
-@@ -44,7 +44,7 @@ PREFIX ?= /usr/local
+--- intel-cmt-cat-26.06.orig/tools/membw/Makefile
++++ intel-cmt-cat-26.06/tools/membw/Makefile
+@@ -44,7 +44,7 @@
BIN_DIR = $(DESTDIR)/usr/bin
MAN_DIR = $(DESTDIR)/usr/share/man/man8
-
+
-CFLAGS=-W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
+CFLAGS += -W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
- -Wmissing-declarations -Wold-style-definition -Wpointer-arith \
- -Wcast-qual -Wundef -Wwrite-strings \
- -Wformat -Wformat-security -fstack-protector-strong -fPIE \
+ -Wmissing-declarations -Wold-style-definition -Wpointer-arith \
+ -Wcast-qual -Wundef -Wwrite-strings \
+ -Wformat -Wformat-security -fstack-protector-strong -fPIE \
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [rpms/intel-cmt-cat] rawhide: New release 26.03
@ 2026-06-11 22:26 Raghavan Kanagaraj
0 siblings, 0 replies; 9+ messages in thread
From: Raghavan Kanagaraj @ 2026-06-11 22:26 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/intel-cmt-cat
Branch : rawhide
Commit : ca9231476df1d29438166c9a44c2496d4184ef7d
Author : Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
Date : 2026-06-11T23:26:04+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/intel-cmt-cat/c/ca9231476df1d29438166c9a44c2496d4184ef7d?branch=rawhide
Log:
New release 26.03
---
diff --git a/sources b/sources
index 1ed510a..c58621a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v26.03.tar.gz) = 8e1c78f336a26afe46437f9f792e386f512f25e5e20474c608ef8a4187c9851f52b03964cff475f3d0b24f6a42783aa2aa5322424baaff5f41401f3341e3e684
+SHA512 (intel-cmt-cat-26.03.tar.gz) = 8e1c78f336a26afe46437f9f792e386f512f25e5e20474c608ef8a4187c9851f52b03964cff475f3d0b24f6a42783aa2aa5322424baaff5f41401f3341e3e684
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [rpms/intel-cmt-cat] rawhide: New release 26.03
@ 2026-06-11 22:26 Raghavan Kanagaraj
0 siblings, 0 replies; 9+ messages in thread
From: Raghavan Kanagaraj @ 2026-06-11 22:26 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/intel-cmt-cat
Branch : rawhide
Commit : b35bdad9add7405434bfeb9fb6db3c3ff8fc6084
Author : Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
Date : 2026-06-11T23:22:05+01:00
Stats : +7/-4 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/intel-cmt-cat/c/b35bdad9add7405434bfeb9fb6db3c3ff8fc6084?branch=rawhide
Log:
New release 26.03
---
diff --git a/intel-cmt-cat.spec b/intel-cmt-cat.spec
index 7c86b60..b9c1c52 100644
--- a/intel-cmt-cat.spec
+++ b/intel-cmt-cat.spec
@@ -1,4 +1,4 @@
-%global libpqos_ver 6.0.1
+%global libpqos_ver 7.0.0
%global desc %{expand: \
This package provides basic support for Intel Resource Director Technology
including, Cache Monitoring Technology (CMT), Memory Bandwidth Monitoring
@@ -6,8 +6,8 @@ including, Cache Monitoring Technology (CMT), Memory Bandwidth Monitoring
(CDP) and Memory Bandwidth Allocation (MBA).}
Name: intel-cmt-cat
-Version: 25.04
-Release: 4%{?dist}
+Version: 26.03
+Release: 1%{?dist}
Summary: Intel cache monitoring and allocation technology config tool
License: BSD-3-Clause
@@ -66,6 +66,9 @@ Development files.
%{_libdir}/libpqos.so
%changelog
+* Thu Jun 11 2026 Raghavan Kanagaraj <raghavan.kanagaraj@intel.com> - 26.03-1
+- New release 26.03
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 25.04-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/sources b/sources
index 1f6e151..1ed510a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (intel-cmt-cat-25.04.tar.gz) = 263182a61af1eb3ec4338a38b722fe9f65480a31265f38fc81724e1e62a47f55214f4ec983afa3d55b42d7e638b60940d0a73b52e2f091b21b0b7bff0b07d03b
+SHA512 (v26.03.tar.gz) = 8e1c78f336a26afe46437f9f792e386f512f25e5e20474c608ef8a4187c9851f52b03964cff475f3d0b24f6a42783aa2aa5322424baaff5f41401f3341e3e684
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2026-06-12 12:29 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-12 11:47 [rpms/intel-cmt-cat] rawhide: New release 26.03 Raghavan Kanagaraj
-- strict thread matches above, loose matches on Subject: below --
2026-06-12 12:29 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox