Fixed dbcheck running in a release tarball
This commit is contained in:
parent
5856c50271
commit
586addaaf8
1389
1624.patch
Normal file
1389
1624.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -72,7 +72,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")
|
%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 main_release 13
|
%global main_release 14
|
||||||
|
|
||||||
%global samba_version 4.13.0
|
%global samba_version 4.13.0
|
||||||
%global talloc_version 2.3.1
|
%global talloc_version 2.3.1
|
||||||
@ -145,6 +145,9 @@ Patch2: samba-gc-lookup_unix_user_name-allow-lookup-for-own-realm.patch
|
|||||||
Patch3: samba-dnspython-2.0.0-v4.13.patch
|
Patch3: samba-dnspython-2.0.0-v4.13.patch
|
||||||
Patch4: samba-systemd-notification.patch
|
Patch4: samba-systemd-notification.patch
|
||||||
|
|
||||||
|
# Fix `make test` in release tarballs
|
||||||
|
Patch5: https://gitlab.com/samba-team/samba/-/merge_requests/1624.patch
|
||||||
|
|
||||||
Requires(pre): /usr/sbin/groupadd
|
Requires(pre): /usr/sbin/groupadd
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
@ -3630,6 +3633,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 26 2020 Andreas Schneider <asn@redhat.com> - 4.13.0-14
|
||||||
|
- Fixed dbcheck running in a release tarball
|
||||||
|
|
||||||
* Sun Oct 25 2020 Alexander Bokovoy <abokovoy@redhat.com> - 4.13.0-13
|
* Sun Oct 25 2020 Alexander Bokovoy <abokovoy@redhat.com> - 4.13.0-13
|
||||||
- Report 'samba' daemon status back to systemd
|
- Report 'samba' daemon status back to systemd
|
||||||
- Support dnspython 2.0.0 or later in samba_dnsupdate
|
- Support dnspython 2.0.0 or later in samba_dnsupdate
|
||||||
|
Loading…
Reference in New Issue
Block a user