Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/memcached.git#20d4c2fb45fb668ff259ea83ea1c5222d78a22b8
This commit is contained in:
parent
a104bdaedc
commit
fc8fb73d80
13
ci.fmf
13
ci.fmf
@ -1,13 +0,0 @@
|
||||
/test:
|
||||
summary:
|
||||
CI plan, picks Tier1 tests, runs in beakerlib.
|
||||
description:
|
||||
This special plan has to be named ci.fmf to run in CI.
|
||||
It selects test which have 'tier 1' in their main.fmf file
|
||||
discover:
|
||||
- name: tier1
|
||||
how: fmf
|
||||
filter: 'tier: 1'
|
||||
repository: "https://src.fedoraproject.org/tests/memcached.git"
|
||||
execute:
|
||||
how: beakerlib
|
8
gating.yaml
Normal file
8
gating.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-34
|
||||
decision_context: bodhi_update_push_testing
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0-tf.functional}
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
Name: memcached
|
||||
Version: 1.6.9
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Epoch: 0
|
||||
Summary: High Performance, Distributed Memory Object Cache
|
||||
|
||||
@ -25,6 +25,7 @@ Source2: https://releases.pagure.org/memcached-selinux/memcached-selinux-
|
||||
|
||||
Patch1: memcached-unit.patch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc libevent-devel systemd
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(Test::More), perl(Test::Harness)
|
||||
@ -71,7 +72,7 @@ optimised for use with this version of memcached.
|
||||
|
||||
%build
|
||||
%configure \
|
||||
%{?with_sasl: --enable-sasl} \
|
||||
%{?with_sasl: --enable-sasl --enable-sasl-pwdb} \
|
||||
%{?with_seccomp: --enable-seccomp} \
|
||||
%{?with_tls: --enable-tls}
|
||||
|
||||
@ -173,6 +174,9 @@ fi
|
||||
%license ../%{selinuxmoduledir}/COPYING
|
||||
|
||||
%changelog
|
||||
* Mon Jan 25 2021 Tomas Korbar <tkorbar@redhat.com> - 0:1.6.9-2
|
||||
- Enable sasl pwdb (#1909724)
|
||||
|
||||
* Tue Nov 24 2020 Tomas Korbar <tkorbar@redhat.com> - 0:1.6.9-1
|
||||
- Update to 1.6.9
|
||||
|
||||
|
7
plans/basic.fmf
Normal file
7
plans/basic.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
summary:
|
||||
Verify that cheat works
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/memcached
|
||||
execute:
|
||||
how: beakerlib
|
Loading…
Reference in New Issue
Block a user