From 90e2416708d4332070c344d05a1573c58f4fee8f Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Thu, 10 Oct 2024 15:38:32 +0000 Subject: [PATCH] Add ExclusiveArch: x86_64 since we're repackaging a compiled binary (merged from 24-main) git-svn-id: https://vdt.cs.wisc.edu/svn/native/redhat/branches/23-main@28057 4e558342-562e-0410-864c-e07659590f8c --- .../osg/xrootd-monitoring-shoveler.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xrootd-monitoring-shoveler/osg/xrootd-monitoring-shoveler.spec b/xrootd-monitoring-shoveler/osg/xrootd-monitoring-shoveler.spec index 9fb578a1f..c4c08d908 100644 --- a/xrootd-monitoring-shoveler/osg/xrootd-monitoring-shoveler.spec +++ b/xrootd-monitoring-shoveler/osg/xrootd-monitoring-shoveler.spec @@ -1,12 +1,13 @@ Summary: XRootD Monitoring Shoveler Name: xrootd-monitoring-shoveler Version: 1.1.2 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 URL: https://github.com/opensciencegrid/xrootd-monitoring-shoveler # Pre-compiled go binaries Source0: %{name}_%{version}_Linux_x86_64.tar.gz +ExclusiveArch: x86_64 Source1: %{name}.service Source2: config.yaml Source3: dependency-licenses.txt @@ -52,6 +53,9 @@ install -m 755 -d $RPM_BUILD_ROOT/%_localstatedir/spool/shoveler-queue %doc dependency-licenses.txt %changelog +* Thu Oct 10 2024 Mátyás Selmeci - 1.1.2-3 +- Add ExclusiveArch: x86_64 since we're repackaging a compiled binary + * Thu Feb 16 2023 Carl Edquist - 1.1.2-2 - Bump to rebuild for RPM GPG key (SOFTWARE-5457)