Compare commits
No commits in common. "c10s-openstack_in_baseosci" and "c8-beta" have entirely different histories.
c10s-opens
...
c8-beta
@ -1 +0,0 @@
|
||||
1
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/xxhash-*.tar.gz
|
||||
SOURCES/xxhash-0.8.2.tar.gz
|
||||
|
||||
1
.xxhash.metadata
Normal file
1
.xxhash.metadata
Normal file
@ -0,0 +1 @@
|
||||
8df702581ebc48a5e05be0f1ede6e1e9139e4da1 SOURCES/xxhash-0.8.2.tar.gz
|
||||
@ -1,6 +1,6 @@
|
||||
Name: xxhash
|
||||
Version: 0.8.2
|
||||
Release: 11%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Extremely fast hash algorithm
|
||||
|
||||
# The source for the library (xxhash.c and xxhash.h) is BSD-2-Clause
|
||||
@ -57,17 +57,12 @@ Documentation files for the xxhash library
|
||||
# Enable runtime detection of sse2/avx2/avx512 on intel architectures
|
||||
%ifarch %{ix86} x86_64
|
||||
%global dispatch 1
|
||||
# Some distribution variants build with -march=x86-64-v3.
|
||||
# See xxh_x86dispatch.c.
|
||||
%global moreflags_dispatch -DXXH_X86DISPATCH_ALLOW_AVX
|
||||
%else
|
||||
%global dispatch 0
|
||||
%global moreflags_dispatch %{nil}
|
||||
%endif
|
||||
|
||||
%make_build \
|
||||
MOREFLAGS="%{__global_cflags} %{?__global_ldflags} %{moreflags_dispatch}" \
|
||||
DISPATCH=%{dispatch}
|
||||
%make_build MOREFLAGS="%{__global_cflags} %{?__global_ldflags}" \
|
||||
DISPATCH=%{dispatch}
|
||||
doxygen
|
||||
|
||||
%install
|
||||
@ -101,32 +96,14 @@ make test-xxhsum-c
|
||||
%doc doxygen/html
|
||||
|
||||
%changelog
|
||||
* Thu Jan 23 2025 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.8.2-11
|
||||
- Bring xxhash-libs back (RHEL-74131).
|
||||
* Thu Sep 07 2023 Vladis Dronov <vdronov@redhat.com> - 0.8.2-1
|
||||
- Update to version 0.8.2
|
||||
- Drop patch 1-fix-man-page-installation.patch
|
||||
- Use SPDX license identifiers
|
||||
|
||||
* Mon Jan 13 2025 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.8.2-10
|
||||
- Rebuild to tag xxhash into buildroot (RHEL-71299).
|
||||
* Mon Jul 18 2022 Vladis Dronov <vdronov@redhat.com> - 0.8.1-3
|
||||
- Fix broken manpages (upstream commit 836f4e735cf3)
|
||||
- Add OSCI testing harness
|
||||
|
||||
* Wed Jan 8 2025 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.8.2-9
|
||||
- Drop xxhash-libs (RHEL-71299).
|
||||
|
||||
* Thu Dec 5 2024 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.8.2-8
|
||||
- Bump to sync c10s and rhel10 (RHEL-61409).
|
||||
|
||||
* Tue Dec 3 2024 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.8.2-7
|
||||
- Quote the correct RHEL issue (RHEL-61409).
|
||||
|
||||
* Tue Dec 3 2024 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.8.2-6
|
||||
- Bump for another rebuild in the correct tag.
|
||||
|
||||
* Mon Dec 2 2024 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.8.2-5
|
||||
- Bump release for re-import.
|
||||
|
||||
* Wed Jun 26 2024 Vladis Dronov <vdronov@redhat.com> - 0.8.2-4
|
||||
- Add self-tests and an OSCI harness (RHEL-20173)
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.8.2-3
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Fri Jan 26 2024 Vladis Dronov <vdronov@redhat.com> - 0.8.2-2
|
||||
- Initial import from Fedora 40
|
||||
* Fri Jun 17 2022 Vladis Dronov <vdronov@redhat.com> - 0.8.1-1
|
||||
- Packaging of xxhash v0.8.1 for CS and RHEL copied from Fedora 36
|
||||
@ -1,7 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-fast-lane.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-slow-lane.functional}
|
||||
@ -1,30 +0,0 @@
|
||||
# Tier 0 test plan. It's actually Tier 1
|
||||
# - limited to its public part
|
||||
# - executed on the architecture at hand
|
||||
# When run by osci.tier0 on CentOS Stream or RHEL, it receives the following
|
||||
# context:
|
||||
# arch=x86_64 (the architecture at hand, currently OSCI uses just x86_64)
|
||||
# distro=rhel<M>.<m> (even for CentOS Stream builds)
|
||||
# trigger=build
|
||||
|
||||
summary: Tier 0 test plan
|
||||
discover:
|
||||
- name: collect_info
|
||||
how: shell
|
||||
tests:
|
||||
- name: /info/rpms
|
||||
test: rpm -qa --last
|
||||
- name: public_tests
|
||||
how: fmf
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/xxhash.git
|
||||
filter: tier:1
|
||||
execute:
|
||||
how: tmt
|
||||
adjust+:
|
||||
- when: distro > rhel-7
|
||||
prepare+:
|
||||
- how: shell
|
||||
script:
|
||||
- dnf config-manager --set-enabled '*CRB*' || true
|
||||
- dnf config-manager --set-enabled crb || true
|
||||
- dnf config-manager --set-enabled '*[Bb]uildroot' || true
|
||||
Loading…
Reference in New Issue
Block a user