This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/7.1.x by this push:
new ba2187b Fixed various inconsistencies
ba2187b is described below
commit ba2187bed06e6f590149479fa901b1a30cd09a18
Author: Leif Hedstrom <[email protected]>
AuthorDate: Sun Mar 3 18:50:02 2019 -0700
Fixed various inconsistencies
---
tools/package/trafficserver.spec | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/tools/package/trafficserver.spec b/tools/package/trafficserver.spec
old mode 100755
new mode 100644
index 39b3a59..3186548
--- a/tools/package/trafficserver.spec
+++ b/tools/package/trafficserver.spec
@@ -23,7 +23,7 @@
Summary: Apache Traffic Server, a reverse, forward and transparent HTTP
proxy cache
Name: trafficserver
-Version: 7.1.6
+Version: 7.1.7
Release: 1%{?dist}
License: Apache Software License 2.0 (AL2)
Group: System Environment/Daemons
@@ -179,10 +179,13 @@ getent passwd ats >/dev/null || useradd -r -u 176 -g ats
-d / -s /sbin/nologin -
%{_datadir}/pkgconfig/trafficserver.pc
%changelog
+* Sun Mar 3 2019 Leif Hedstrom <[email protected]> - 7.1.7-1
+- Fixed various build issues / inconsitencies, version bump.
+
+* Fri Oct 19 2018 Leif Hedstrom <[email protected]> - 7.1.5-1
+- More cleanup, fixes from Bryan Call for permissions
+
* Tue Dec 19 2017 Leif Hedstrom <[email protected]> - 7.1.2-1
- Cleanup for 7.1.x, and various other changes. This needs more work
upstream though, since I'm finding issues.
- Losely based on ideas from the Fedora .spec
-
-* Fri Oct 19 2018 Leif Hedstrom <[email protected]> - 7.1.5-1
-- More cleanup, fixes from Bryan Call for permissions