diff --git a/.fmf/version b/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/.gitignore b/.gitignore index aacd5b2..9999ec7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/snapm-0.4.0.tar.gz +SOURCES/snapm-0.4.0.tar.gz diff --git a/.snapm.metadata b/.snapm.metadata new file mode 100644 index 0000000..356e8d8 --- /dev/null +++ b/.snapm.metadata @@ -0,0 +1 @@ +c82db865bf44680108343576c4f2b776cbd1d36e SOURCES/snapm-0.4.0.tar.gz diff --git a/0001-tests-temporarily-exclude-CentOS-from-test_boot.is_r.patch b/SOURCES/0001-tests-temporarily-exclude-CentOS-from-test_boot.is_r.patch similarity index 100% rename from 0001-tests-temporarily-exclude-CentOS-from-test_boot.is_r.patch rename to SOURCES/0001-tests-temporarily-exclude-CentOS-from-test_boot.is_r.patch diff --git a/snapm.spec b/SPECS/snapm.spec similarity index 98% rename from snapm.spec rename to SPECS/snapm.spec index 080ad0d..1cdb86f 100644 --- a/snapm.spec +++ b/SPECS/snapm.spec @@ -140,7 +140,8 @@ pytest-3 --log-level=debug -v %changelog * Thu Jan 09 2025 Bryn M. Reeves - 0.4.0-2 - Bump release and rebuild - Resolves: RHEL-59006 + Resolves: RHEL-59005 + * Wed Dec 18 2024 Bryn M. Reeves - 0.4.0-1 -- Initial commit on c10s - Resolves: RHEL-59006 +- Initial commit on c9s + Resolves: RHEL-59005 diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 4ca9235..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-10 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/plans/main.fmf b/plans/main.fmf deleted file mode 100644 index 5142d0a..0000000 --- a/plans/main.fmf +++ /dev/null @@ -1,29 +0,0 @@ -discover: - how: fmf - dist-git-source: true - -execute: - how: tmt - -prepare: - - name: Install packages - how: install - package: - - stratisd - - stratis-cli - - lvm2 - - python3-boom - - python3-pytest - - name: Enable Stratisd - how: shell - script: | - systemctl enable --now stratisd - - name: Create boom OsProfile - how: shell - script: | - boom profile create --from-host --uname-pattern el10 - - name: Enable CRB - how: shell - script: | - dnf install -y "dnf-command(config-manager)" ; - dnf config-manager --set-enabled crb || true diff --git a/sources b/sources deleted file mode 100644 index 45c1aca..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (snapm-0.4.0.tar.gz) = d4829bef312212e0b122c241235cce6520dc1c37e11dbe32d1882485a2d81e94aa396d0957c13fee848e472ab3efcad18b262c5bfbb9a7fd08f74497d34f97ba diff --git a/tests/upstream/main.fmf b/tests/upstream/main.fmf deleted file mode 100644 index 4d4247b..0000000 --- a/tests/upstream/main.fmf +++ /dev/null @@ -1,8 +0,0 @@ -summary: Run snapm upstream test suite -test: | - pytest -v --log-level=debug -path: snapm-0.4.0/ -require: -- python3-pytest -- python3-devel -duration: 25m