forked from pool/freeradius-server
Accepting request 783843 from home:adamm:branches:network
- Enable memcached driver on SLE15 OBS-URL: https://build.opensuse.org/request/show/783843 OBS-URL: https://build.opensuse.org/package/show/network/freeradius-server?expand=0&rev=131
This commit is contained in:
parent
1f526f6e39
commit
ca3a555f3d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 11 13:18:37 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
||||||
|
|
||||||
|
- Enable memcached driver on SLE15
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 23 15:06:54 UTC 2019 - Johannes Engel <jcnengel@gmail.com>
|
Mon Dec 23 15:06:54 UTC 2019 - Johannes Engel <jcnengel@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package freeradius-server
|
# spec file for package freeradius-server
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -40,7 +40,7 @@ Release: 0
|
|||||||
%bcond_with freetds
|
%bcond_with freetds
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?is_opensuse}
|
%if 0%{?suse_version} > 1330 || 0%{?is_opensuse}
|
||||||
%bcond_without memcached
|
%bcond_without memcached
|
||||||
%else
|
%else
|
||||||
%bcond_with memcached
|
%bcond_with memcached
|
||||||
|
Loading…
Reference in New Issue
Block a user