diff --git a/parted.spec b/parted.spec index 290644f..5ee0293 100644 --- a/parted.spec +++ b/parted.spec @@ -1,10 +1,7 @@ -%define _sbindir /sbin -%define _libdir /%{_lib} - Summary: The GNU disk partition manipulation program Name: parted Version: 3.4 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv3+ URL: http://www.gnu.org/software/parted @@ -132,6 +129,10 @@ make check %changelog +* Tue Jun 15 2021 Brian C. Lane - 3.4-5 +- Install to /usr/sbin and /usr/lib64 + Resolves: rhbz#1972346 + * Thu Jun 10 2021 Brian C. Lane - 3.4-4 - Fix issues that covscan classifies as important Resolves: rhbz#1938836