Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
packaging
redhat-redis
Commits
46ea918a
Commit
46ea918a
authored
Jul 23, 2014
by
Warren Togami
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Fix detection of EL7: systemd unit was missing
- Fix detection of EL5
parent
e4aa4d03
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
redis.spec
redis.spec
+8
-4
No files found.
redis.spec
View file @
46ea918a
...
...
@@ -3,18 +3,18 @@
%global with_perftools 0
# Prior to redis 2.8 sentinel didn't work correctly.
%if 0%{?fedora} >= 21 || 0%{?el} >= 7
%if 0%{?fedora} >= 21 || 0%{?
rh
el} >= 7
%global with_sentinel 1
%endif
%if 0%{?fedora} >= 15 || 0%{?el} >= 7
%if 0%{?fedora} >= 15 || 0%{?
rh
el} >= 7
%global with_systemd 1
%else
%global with_systemd 0
%endif
# tcl 8.4 in EL5.
%if 0%{?el
} && 0%{?el} <=
5
%if 0%{?el5
}
%global with_tests 0
%else
%global with_tests 1
...
...
@@ -22,7 +22,7 @@
Name: redis
Version: 2.8.13
Release:
1
%{?dist}
Release:
2
%{?dist}
Summary: A persistent caching system, key-value and data structures database
License: BSD
URL: http://redis.io
...
...
@@ -247,6 +247,10 @@ fi
%endif
%changelog
* Wed Jul 23 2014 Warren Togami <warren@slickage.com> - 2.8.13-2
- Fix detection of EL7: systemd unit was missing
- Fix detection of EL5
* Wed Jul 16 2014 Christopher Meng <rpm@cicku.me> - 2.8.13-1
- Update to 2.8.13
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment