Anoop C S af4e03
Summary: Samba 4.15 packages from the CentOS Storage SIG repository
Anoop C S af4e03
Name: centos-release-samba415
Anoop C S af4e03
Version: 1.0
Anoop C S af4e03
Release: 1%{?dist}
Anoop C S af4e03
License: GPLv2
Anoop C S af4e03
URL: http://wiki.centos.org/SpecialInterestGroup/Storage
Anoop C S af4e03
Source0: CentOS-Samba-415.repo
Anoop C S af4e03
%if 0%{?centos} >= 8
Anoop C S af4e03
BuildRequires: systemd
Anoop C S af4e03
%endif
Anoop C S af4e03
BuildArch: noarch
Anoop C S af4e03
Anoop C S af4e03
%if 0%{?centos} >= 8
Anoop C S af4e03
Requires: centos-release >= 8.1
Anoop C S af4e03
Requires(post): systemd
Anoop C S af4e03
Requires(preun): systemd
Anoop C S af4e03
Requires(postun): systemd
Anoop C S af4e03
%endif
Anoop C S af4e03
# This provides the public key to verify the RPMs
Anoop C S af4e03
Requires: centos-release-storage-common
Anoop C S af4e03
Anoop C S af4e03
Provides: centos-release-samba = 415
Anoop C S af4e03
Anoop C S af4e03
%description
Anoop C S af4e03
yum configuration for Samba 4.15 packages from the CentOS Storage SIG. For more
Anoop C S af4e03
details about the release and maintenance schedule, see
Anoop C S af4e03
https://wiki.samba.org/index.php/Samba_Release_Planning
Anoop C S af4e03
Anoop C S af4e03
%install
Anoop C S af4e03
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-Samba-415.repo
Anoop C S af4e03
Anoop C S af4e03
%if 0%{?centos} >= 8
Anoop C S af4e03
%post
Anoop C S af4e03
%systemd_post smb.service
Anoop C S af4e03
Anoop C S af4e03
%preun
Anoop C S af4e03
%systemd_preun smb.service
Anoop C S af4e03
Anoop C S af4e03
%postun
Anoop C S af4e03
%systemd_postun smb.service
Anoop C S af4e03
%endif
Anoop C S af4e03
Anoop C S af4e03
%files
Anoop C S af4e03
%defattr(-,root,root)
Anoop C S af4e03
%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Samba-415.repo
Anoop C S af4e03
Anoop C S af4e03
%changelog
Anoop C S af4e03
* Wed Feb 02 2022 Anoop C S <anoopcs@samba.org> - 1.0-1
Anoop C S af4e03
- Initial version