Add missing directories to RPM database

Resolves: rhbz#2279737
Signed-off-by: Pavel Reichl <preichl@redhat.com>
(cherry picked from commit a8b6dc102f3c882907b05caa5c7f3d3c6d2fe504)
This commit is contained in:
Pavel Reichl 2024-05-29 01:46:53 +02:00
parent 27a0fe2820
commit aae7c9feb5

View File

@ -1,7 +1,7 @@
Summary: Utilities for managing the XFS filesystem
Name: xfsprogs
Version: 6.6.0
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL-1.0-or-later AND LGPL-2.1-or-later
URL: https://xfs.wiki.kernel.org
Source0: http://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.xz
@ -102,6 +102,8 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsprogs/
%{_sbindir}/*
%{_unitdir}/*
%{_datadir}/xfsprogs/mkfs/*.conf
%dir %{_datadir}/xfsprogs/
%dir %{_datadir}/xfsprogs/mkfs/
%exclude %{_datadir}/xfsprogs/xfs_scrub_all.cron
%exclude %{_sbindir}/xfs_scrub*
%exclude %{_mandir}/man8/xfs_scrub*
@ -137,6 +139,10 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsprogs/
%{_libdir}/*.so
%changelog
* Sat Nov 16 2024 Pavel Reichl <preichl@redhat.com> - 6.6.0-2
- Add missing directories to RPM database
- Related: rhbz#2279737
* Sat Nov 16 2024 Pavel Reichl <preichl@redhat.com> - 6.6.0-1
- Rebase to upstream version 6.6.0
- Related: rhbz#2262783