Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
redhat-redis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Hide 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%{?el
5}
%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