Use stricter globs to ensure so-version changes are detected

epel9
Benjamin A. Beasley 3 years ago
parent ed5f8a9786
commit 4370854a08

@ -4,6 +4,7 @@
Name: libfakekey Name: libfakekey
Version: 0.1 Version: 0.1
%global so_version 0
Release: 28%{?dist} Release: 28%{?dist}
Summary: Library for converting characters to X key-presses Summary: Library for converting characters to X key-presses
@ -62,7 +63,8 @@ rm -vf '%{buildroot}%{_libdir}/libfakekey.la'
%files %files
%license COPYING %license COPYING
%{_libdir}/libfakekey.so.* %{_libdir}/libfakekey.so.%{so_version}
%{_libdir}/libfakekey.so.%{so_version}.*
%files devel %files devel
@ -79,6 +81,7 @@ rm -vf '%{buildroot}%{_libdir}/libfakekey.la'
- Use pkgconfig(…) dependencies where appropriate - Use pkgconfig(…) dependencies where appropriate
- Upgrade source hash from MD5 to SHA-512 - Upgrade source hash from MD5 to SHA-512
- Reduce spec file macro indirection and modernize macros - Reduce spec file macro indirection and modernize macros
- Use stricter globs to ensure so-version changes are detected
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-27 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

Loading…
Cancel
Save