Always add epoch to samba_depver to fix osci.brew-build.rpmdeplint.functional
This commit is contained in:
parent
eaa90f4719
commit
cc1c088518
13
samba.spec
13
samba.spec
@ -197,17 +197,13 @@ Name: samba
|
||||
Version: %{samba_version}
|
||||
Release: %{samba_release}%{?dist}
|
||||
|
||||
%if 0%{?rhel}
|
||||
Epoch: 0
|
||||
%else
|
||||
%if 0%{?fedora}
|
||||
Epoch: 2
|
||||
%else
|
||||
Epoch: 0
|
||||
%endif
|
||||
|
||||
%if 0%{?epoch} > 0
|
||||
%global samba_depver %{epoch}:%{version}-%{release}
|
||||
%else
|
||||
%global samba_depver %{version}-%{release}
|
||||
%endif
|
||||
|
||||
Summary: Server and Client software to interoperate with Windows machines
|
||||
License: GPLv3+ and LGPLv3+
|
||||
@ -4313,6 +4309,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Nov 02 2022 Pavel Filipenský <pfilipen@redhat.com> - 4.17.2-1
|
||||
- Always add epoch to samba_depver to fix osci.brew-build.rpmdeplint.functional
|
||||
|
||||
* Tue Oct 25 2022 Andreas Schneider <asn@redhat.com> - 4.17.2-1
|
||||
- Update to version 4.17.2
|
||||
- Fix CVE-2022-3592: A malicious client can use a symlink to escape the
|
||||
|
Loading…
Reference in New Issue
Block a user