From 28174c600789f3cd43ae7feaa360025cf1727c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=98=C3=ADdk=C3=BD?= Date: Tue, 17 Aug 2021 14:59:41 +0200 Subject: [PATCH] Resolves: #1993001 - rename spec file --- gating.yaml | 7 +++++++ dump.spec => restore.spec | 10 ++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 gating.yaml rename dump.spec => restore.spec (98%) diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..01ac163 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + diff --git a/dump.spec b/restore.spec similarity index 98% rename from dump.spec rename to restore.spec index 4bd1e87..ac1dea7 100644 --- a/dump.spec +++ b/restore.spec @@ -12,7 +12,7 @@ Name: dump %endif Epoch: 1 Version: 0.4 -Release: 0.47.%{PREVER}%{?dist} +Release: 0.51.%{PREVER}%{?dist} License: BSD URL: https://sourceforge.net/projects/dump/ Source: http://downloads.sourceforge.net/dump/dump-%{DUMP_VERSION}.tar.gz @@ -131,7 +131,13 @@ popd %{_mandir}/man8/rrestore.8* %changelog -* Mon Feb 10 2021 Josef Ridky - 1:0.4-0.47.b47 +* Tue Aug 17 2021 Josef Ridky - 1:0.4-0.51.b47 +- rename spec file to restore +- add gating.yaml +- changes between .47 and .51 had to be stripped due of wrong sync + between centos and dist-git + +* Wed Feb 10 2021 Josef Ridky - 1:0.4-0.47.b47 - remove dump from RHEL environment * Mon Feb 08 2021 Jeff Makey - 1:0.4-0.46.b47