From 4b01914ad2c674301eb721e9903dc3fc2efa5914 Mon Sep 17 00:00:00 2001 From: guyzsarun Date: Mon, 25 Sep 2023 17:00:04 +0200 Subject: [PATCH] bump version --- docker/Dockerfile.rpm | 2 +- spec/xrootd-cmstfc.spec | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker/Dockerfile.rpm b/docker/Dockerfile.rpm index b34f82a..f6b1d2f 100644 --- a/docker/Dockerfile.rpm +++ b/docker/Dockerfile.rpm @@ -41,4 +41,4 @@ RUN mkdir -p /root/rpmbuild/SOURCES RUN tar -zvcf /root/rpmbuild/SOURCES/xrootd-cmstfc.tar.gz --transform s/xrootd/xrootd-cmstfc-2.0.0/ ../xrootd RUN rpmbuild -bb spec/xrootd-cmstfc.spec -RUN yum install -y /root/rpmbuild/RPMS/x86_64/xrootd-cmstfc-2.0.0-2.el$(echo $IMAGE | cut -d ":" -f 2).x86_64.rpm +RUN yum install -y /root/rpmbuild/RPMS/x86_64/xrootd-cmstfc-2.0.1-1.el$(echo $IMAGE | cut -d ":" -f 2).x86_64.rpm diff --git a/spec/xrootd-cmstfc.spec b/spec/xrootd-cmstfc.spec index 4441d84..39c9192 100644 --- a/spec/xrootd-cmstfc.spec +++ b/spec/xrootd-cmstfc.spec @@ -1,6 +1,6 @@ Name: xrootd-cmstfc -Version: 2.0.0 -Release: 2%{?dist} +Version: 2.0.1 +Release: 1%{?dist} Summary: CMS TFC plugin for xrootd Group: System Environment/Daemons @@ -82,8 +82,8 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/XrdCmsJson.hh %changelog -* Tue Aug 29 2023 Sarun Nuntaviriyakul - 2.0.0-2 -- Update CXX standard +* Mon Sep 25 2023 Sarun Nuntaviriyakul - 2.0.1-1 +- Support build for EL7 * Fri Aug 11 2023 Sarun Nuntaviriyakul - 2.0.0-1 - Add JSON module (libXrdCmsJson.so)