diff --git a/rpminspect.yaml b/rpminspect.yaml index a5f2e02..b1f9eb1 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -1,8 +1,4 @@ --- -metadata: - buildhost_subdomain: - - .redhat.com - - .localdomain inspections: # none of our compiled code has an ABI abidiff: off diff --git a/stratisd.spec b/stratisd.spec index a9f560f..a8df94a 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -5,7 +5,7 @@ Name: stratisd Version: 3.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Daemon that manages block devices to create filesystems # ASL 2.0 @@ -146,6 +146,9 @@ a2x -f manpage docs/stratisd.txt %{_systemd_util_dir}/system-generators/stratis-setup-generator %changelog +* Mon Jun 06 2022 Bryan Gurney - 3.1.0-3 +- Remove buildhost_subdomain section from rpminspect.yaml + * Fri Jun 03 2022 Bryan Gurney - 3.1.0-2 - Synchronize spec with upstream unified spec file - Remove .rust2rpm.conf file