Name: reprotest Version: 0.7.19 Release: 4%{?dist} Summary: Build packages and check them for reproducibility URL: https://salsa.debian.org/reproducible-builds/%{name} License: GPLv3+ Source0: https://reproducible-builds.org/_lfs/releases/%{name}/%{name}_%{version}.tar.xz Source1: https://reproducible-builds.org/_lfs/releases/%{name}/%{name}_%{version}.tar.xz.asc Source2: https://salsa.debian.org/reproducible-builds/reproducible-website/-/raw/master/reproducible-builds-developers-keys.asc BuildArch: noarch BuildRequires: gnupg2 BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools Requires: python%{python3_pkgversion}-rstr Requires: diffoscope Requires: disorderfs Requires: faketime Requires: fakeroot Requires: glibc-all-langpacks Requires: rpm-build %description reprotest builds the same source code twice in different environments, and then checks the binaries produced by each build for differences. If any are found, then diffoscope (or if unavailable then diff) is used to display them in detail for later analysis. It supports different types of environment such as a "null" environment (i.e. doing the builds directly in /tmp) or various other virtual servers, for example schroot, ssh, qemu, and several others. reprotest is developed as part of the "reproducible builds" Debian project. %prep %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %autosetup -n %{name} # Remove bundled egg-info rm -rf %{name}.egg-info %build %py3_build %install %py3_install %files %doc README.rst %{_bindir}/reprotest %{python3_sitelib}/%{name} %{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info %changelog * Sat Jul 23 2022 Fedora Release Engineering - 0.7.19-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 0.7.19-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 0.7.19-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jan 05 2022 Frédéric Pierret (fepitre) - 0.7.19-1 - version 0.7.19 * Fri Jul 23 2021 Fedora Release Engineering - 0.7.16-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.7.16-4 - Rebuilt for Python 3.10 * Tue Feb 09 2021 Frédéric Pierret (fepitre) - 0.7.16-3 - Use sources signature verification * Mon Feb 08 2021 Frédéric Pierret (fepitre) - 0.7.16-2 - Update requirements * Wed Feb 03 2021 Frédéric Pierret (fepitre) - 0.7.16-1 - version 0.7.16 * Mon Jan 04 2021 Frédéric Pierret (fepitre) - 0.7.15-1 - Initial RPM packaging.