Don't require full systemd for tmp file handling in samba-common

Otherwise the full systemd is being pulled into Fedora Flatpak runtime,
but this change benefits other uses as well.
This commit is contained in:
Tomas Popela 2022-05-05 14:41:17 +02:00 committed by Pavel Filipenský
parent aa08f6aa44
commit e515cbc876
1 changed files with 5 additions and 2 deletions

View File

@ -134,7 +134,7 @@
%define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
%global baserelease 0
%global baserelease 1
%global samba_version 4.16.1
%global talloc_version 2.3.3
@ -428,7 +428,7 @@ SMB/CIFS clients.
Summary: Files used by both Samba servers and clients
BuildArch: noarch
Requires(post): systemd
Requires(post): (systemd-standalone-tmpfiles or systemd)
Recommends: logrotate
Provides: samba4-common = %{samba_depver}
@ -4138,6 +4138,9 @@ fi
%endif
%changelog
* Thu May 05 2022 Tomas Popela <tpopela@redhat.com> - 4.16.1-1
- Don't require full systemd for tmp files handling in samba-common
* Mon May 02 2022 Pavel Filipenský <pfilipen@redhat.com> - 4.16.1-0
- Update to Samba 4.16.1
- resolves: #2080915