Skip to content

Commit 108253f

Browse files
authored
Merge pull request #99 from efajardo/el8compat
El8compat (SOFTWARE-4158)
2 parents 98040c4 + c87c857 commit 108253f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rpm/xcache.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: xcache
22
Summary: XCache scripts and configurations
3-
Version: 1.5.1
3+
Version: 1.5.2
44
Release: 1%{?dist}
55
License: Apache 2.0
66
Group: Grid
@@ -189,7 +189,7 @@ exit 1
189189
%endif
190190

191191
%if 0%{?rhel} >= 8
192-
find . -type f -exec sed -ri '1s,^#!/usr/bin/env python,#!%{__python},' '{}' +
192+
find . -type f -exec sed -ri '1s,^#!\s*(/usr)?/bin/(env )?python,#!%{__python},' '{}' +
193193
%endif
194194

195195
mkdir -p %{buildroot}%{_sysconfdir}/xrootd
@@ -291,7 +291,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/grid-security/xrd
291291
%config %{_sysconfdir}/xrootd/config.d/03-redir-tuning.cfg
292292

293293
%changelog
294-
* Fri Jul 30 2020 Edgar Fajardo <emfajard@ucsd.edu> - 1.5.1-1
294+
* Fri Jul 30 2020 Edgar Fajardo <emfajard@ucsd.edu> - 1.5.2-1
295295
- Fixing some bugs for el8 suppport (SOFTWARE-4158)
296296

297297
* Mon Jul 27 2020 Edgar Fajardo <emfajard@ucsd.edu> - 1.5.0-1

0 commit comments

Comments
 (0)