From e4cba6bb6e38313686ad862f7fc64c2bbba40612 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Thu, 9 Nov 2017 10:38:12 -0500 Subject: [PATCH] Minor fixes in prep of 3.4 release --- Makefile | 3 ++- pbstools.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 644bce3..1bca330 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 3.3 +VERSION = 3.4 RELEASE = 1 ROOT = / PREFIX = /usr/local @@ -96,6 +96,7 @@ reaver: pbsacct-python: cd src/python && python setup.py install --single-version-externally-managed --root=$(ROOT) + install -m 0755 sbin/transform-accounting-log $(PREFIX)/sbin/ mpitools: parallel-command-processor pbsdcp-scatter jobarray-to-pcp diff --git a/pbstools.spec b/pbstools.spec index c831260..e6b62d0 100644 --- a/pbstools.spec +++ b/pbstools.spec @@ -271,7 +271,7 @@ make PREFIX=%{buildroot}/%{_prefix} WEBPREFIX=%{buildroot}/var/www/html/pbsacct %dir %{_sysconfdir}/pbsacct %{_sysconfdir}/pbsacct/create-tables.mysql %{_sysconfdir}/pbsacct/create-tables.sqlite -%{_sysconfdir}/pbsacctdb.cfg +%config(noreplace) %{_sysconfdir}/pbsacctdb.cfg %files -n pbsacct-jobscript-watcher %{_sbindir}/jobscript-watcher