Skip to content

Commit

Permalink
Merge pull request #485 from mulkieran/bump-specfile-version
Browse files Browse the repository at this point in the history
Increase version numbers in spec files to 3.7.0
  • Loading branch information
mulkieran committed Oct 26, 2023
2 parents d20b31d + 8891bd4 commit 779c658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mockbuild_test/stratis-cli.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: stratis-cli
Version: 3.6.0
Version: 3.7.0
Release: D%{?dist}
Summary: Command-line tool for interacting with the Stratis daemon

Expand All @@ -21,7 +21,7 @@ BuildRequires: python3-wcwidth
%endif

# Require the version of stratisd that supports a compatible D-Bus interface
Requires: (stratisd >= 3.6.0 with stratisd < 4.0.0)
Requires: (stratisd >= 3.7.0 with stratisd < 4.0.0)

# Exclude the same arches for stratis-cli as are excluded for stratisd
ExclusiveArch: %{rust_arches} noarch
Expand Down
2 changes: 1 addition & 1 deletion mockbuild_test/stratisd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%global dracutdir %(pkg-config --variable=dracutdir dracut)

Name: stratisd
Version: 3.6.0
Version: 3.7.0
Release: D%{?dist}
Summary: Daemon that manages block devices to create filesystems

Expand Down

0 comments on commit 779c658

Please sign in to comment.