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/pyelftools.spec b/pyelftools.spec index 9c95c38..d6a3bec 100644 --- a/pyelftools.spec +++ b/pyelftools.spec @@ -4,7 +4,7 @@ Summary: Pure-Python library for parsing and analyzing ELF files Name: pyelftools Version: 0.30 -Release: 5%{?dist} +Release: 6%{?dist} License: Public Domain URL: https://github.com/eliben/pyelftools Source0: https://github.com/eliben/pyelftools/archive/v%{version}/%{name}-%{version}.tar.gz @@ -61,6 +61,9 @@ popd %{python3_sitelib}/pyelftools-*.egg-info %changelog +* Wed Jun 26 2024 Timothy Redaelli - 0.30-6 +- Fix smoke test by adding .fmf/version file + * Tue Jun 25 2024 Timothy Redaelli - 0.30-5 - Add gating configuration and a simple smoke test