Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzsarun committed Sep 25, 2023
1 parent 33408fc commit 4b01914
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.rpm
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions spec/xrootd-cmstfc.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -82,8 +82,8 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/XrdCmsJson.hh

%changelog
* Tue Aug 29 2023 Sarun Nuntaviriyakul <sarun.nuntaviriyakul@cern.ch> - 2.0.0-2
- Update CXX standard
* Mon Sep 25 2023 Sarun Nuntaviriyakul <sarun.nuntaviriyakul@cern.ch> - 2.0.1-1
- Support build for EL7

* Fri Aug 11 2023 Sarun Nuntaviriyakul <sarun.nuntaviriyakul@cern.ch> - 2.0.0-1
- Add JSON module (libXrdCmsJson.so)
Expand Down

0 comments on commit 4b01914

Please sign in to comment.