From a19c0fa2b81877ca3dff6158eb0ed6013b0085bd Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 15 Sep 2023 16:16:18 +0200 Subject: [PATCH] behave: fix expected version of common I had to bump the package version in dist-git to fix FTBFS. --- behave/features/autospec.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/behave/features/autospec.feature b/behave/features/autospec.feature index 5389fb928..3563e1481 100644 --- a/behave/features/autospec.feature +++ b/behave/features/autospec.feature @@ -6,6 +6,6 @@ Feature: Building from DistGit with %autospec Scenario: Test that autospec macros are expanded When a build of Fedora DistGit python-copr-common package from private-autospec branch is done - Then there's a package python-copr-common build with source version-release 0.13.1-3 (without dist tag) + Then there's a package python-copr-common build with source version-release 0.20-2 (without dist tag) # https://src.fedoraproject.org/rpms/python-copr-common/c/1b1152f6a8affac8ad0bd58312fb596ace2bd4f3?branch=private-autospec Then package changelog for python-copr-common in fedora-rawhide-x86_64 chroot contains "And try to bump to Release: 3" string