diff --git a/.gitignore b/.gitignore index 1af2eab..28fcc2c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ rpmfluff-0.3.tar.bz2 /rpmfluff-0.5.6.tar.xz /rpmfluff-0.5.7.tar.xz /rpmfluff-0.5.7.1.tar.xz +/rpmfluff-0.6.tar.xz diff --git a/python-rpmfluff.spec b/python-rpmfluff.spec index b077c45..63a2cd5 100644 --- a/python-rpmfluff.spec +++ b/python-rpmfluff.spec @@ -1,8 +1,8 @@ %global modname rpmfluff Name: python-%{modname} -Version: 0.5.7.1 -Release: 8%{?dist} +Version: 0.6 +Release: 1%{?dist} Summary: Lightweight way of building RPMs, and sabotaging them License: GPLv2+ @@ -17,7 +17,7 @@ sabotaging them so they are broken in controlled ways.\ \ It is intended for use when validating package analysis tools such as RPM lint.\ It can also be used to construct test cases for package management software\ -such as rpm and yum. +such as RPM, YUM, and DNF. %description %{_description} @@ -49,11 +49,28 @@ python3 %{modname}.py %files -n python3-%{modname} %license LICENSE %doc README.md -%{python3_sitelib}/%{modname}.py -%{python3_sitelib}/__pycache__/%{modname}.* -%{python3_sitelib}/%{modname}-*.egg-info +%{python3_sitelib}/* %changelog +* Fry Aug 07 2020 Jan Hutar - 0.6-1 +- jhutar: Workaround for https://github.com/rpm-software-management/rpm/issues/1301 +- msuchy: Do not write %clean by default +- msuchy: Make build directory in /tmp +- msuchy: Call buildArchs as named argument +- msuchy: Do not clean %install +- msuchy: BuildRoot is ignored by rpm +- msuchy: Remove artefacts after the test +- msuchy: Fix various pylint warnings +- msuchy: Break down package into several modules +- msuchy: Remove dead code +- msuchy: Apply 2to3 script +- msuchy: Mention DNF in description +- msuchy: Move rpmfluff.py to rpmfluff/__init__.py +- dcantrell: Only write the License tag if it is set +- jhutar: Sanitize values we use to construct file paths +- tbaeder: Read compiler from CC environment variable +- dcantrell: Allow setting a different spec file basename than the package name + * Sat Aug 01 2020 Fedora Release Engineering - 0.5.7.1-8 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index b985992..805b2fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (rpmfluff-0.5.7.1.tar.xz) = 31c6e3ba2c7a62329aabcf15f428401d51c1d3556baf7b9ad255a62f67978c8be053374f575fd4f3d99166b0f46f5fdd1f88a099edb801479660c97830df68c9 +SHA512 (rpmfluff-0.6.tar.xz) = a44b9230aea4dc9d2a812e85cfe5d7dd0400edd4abc2f90d7f6c2c57fe7059d5599490ca4b64420a375186d7b70ddc9db7a4c6fc78e53adf19f2353150304ca7