From c1765481e570fe2fc403eba0bfef95f22973149b Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 15 May 2023 15:31:37 -0400 Subject: [PATCH] Add .fmf/version file --- .fmf/version | 1 + python-justbytes.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .fmf/version diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/python-justbytes.spec b/python-justbytes.spec index c8bb524..13a4946 100644 --- a/python-justbytes.spec +++ b/python-justbytes.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.15.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for handling computation with address ranges in bytes License: LGPL-2.1-or-later @@ -44,6 +44,9 @@ rm -rf justbytes.egg-info %{python3_sitelib}/justbytes-%{version}-*.egg-info/ %changelog +* Mon May 15 2023 mulhern - 0.15.1-2 +- Add .fmf/version file + * Mon May 15 2023 mulhern - 0.15.1-1 - Update to 0.15.1; use SPDX license