Enabling gating
This commit is contained in:
parent
23db49a3aa
commit
0b8e66a549
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
16
gating.yaml
Normal file
16
gating.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- fedora-*
|
||||||
|
decision_context: bodhi_update_push_testing
|
||||||
|
subject_type: koji_build
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||||
|
|
||||||
|
#Rawhide
|
||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- fedora-*
|
||||||
|
decision_context: bodhi_update_push_stable
|
||||||
|
subject_type: koji_build
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
22
rsync.spec
22
rsync.spec
@ -21,9 +21,17 @@ Source5: rsyncd.sysconfig
|
|||||||
Source6: rsyncd@.service
|
Source6: rsyncd@.service
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc gcc-c++
|
BuildRequires: gcc
|
||||||
BuildRequires: libacl-devel, libattr-devel, autoconf, popt-devel, systemd
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: lz4-devel openssl-devel libzstd-devel xxhash-devel
|
BuildRequires: libacl-devel
|
||||||
|
BuildRequires: libattr-devel
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: popt-devel
|
||||||
|
BuildRequires: systemd
|
||||||
|
BuildRequires: lz4-devel
|
||||||
|
BuildRequires: openssl-devel
|
||||||
|
BuildRequires: libzstd-devel
|
||||||
|
BuildRequires: xxhash-devel
|
||||||
#Added virtual provide for zlib due to https://fedoraproject.org/wiki/Bundled_Libraries?rd=Packaging:Bundled_Libraries
|
#Added virtual provide for zlib due to https://fedoraproject.org/wiki/Bundled_Libraries?rd=Packaging:Bundled_Libraries
|
||||||
Provides: bundled(zlib) = 1.2.8
|
Provides: bundled(zlib) = 1.2.8
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -71,10 +79,12 @@ patch -p1 -i patches/copy-devices.diff
|
|||||||
%patch2 -p1 -b .lchmod
|
%patch2 -p1 -b .lchmod
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-openssl --enable-xxhash --enable-zstd --enable-lz4 \
|
%configure \
|
||||||
|
--enable-openssl \
|
||||||
|
--enable-xxhash
|
||||||
|
--enable-zstd \
|
||||||
|
--enable-lz4 \
|
||||||
--enable-ipv6
|
--enable-ipv6
|
||||||
# Requries x86_64: --enable-simd --enable-asm
|
|
||||||
# --with-included-zlib=no temporary disabled because of #1043965
|
|
||||||
|
|
||||||
%{make_build}
|
%{make_build}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user