diff --git a/.centos-release-samba418.metadata b/.centos-release-samba418.metadata new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.centos-release-samba418.metadata diff --git a/README.md b/README.md new file mode 100644 index 0000000..135aebb --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +centos-release-samba418 provides the YUM repository file for packages of the +CentOS Storage SIG that are used with Samba 4.18. diff --git a/SOURCES/CentOS-Samba-418.repo b/SOURCES/CentOS-Samba-418.repo new file mode 100644 index 0000000..af1e1a4 --- /dev/null +++ b/SOURCES/CentOS-Samba-418.repo @@ -0,0 +1,19 @@ +# CentOS-Samba-418.repo +# +# Please see http://wiki.centos.org/SpecialInterestGroup/Storage for more +# information + +[centos-samba418] +name=CentOS-$stream - Samba 4.18 +metalink=https://mirrors.centos.org/metalink?repo=centos-storage-sig-samba-418-$stream&arch=$basearch +#baseurl=http://mirror.stream.centos.org/SIGs/$stream/storage/$basearch/samba-418/ +gpgcheck=1 +enabled=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage + +[centos-samba418-test] +name=CentOS-$stream - Samba 4.18 Testing +baseurl=http://buildlogs.centos.org/centos/$stream/storage/$basearch/samba-418/ +gpgcheck=0 +enabled=0 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage diff --git a/SPECS/centos-release-samba418.spec b/SPECS/centos-release-samba418.spec new file mode 100644 index 0000000..f6d87be --- /dev/null +++ b/SPECS/centos-release-samba418.spec @@ -0,0 +1,49 @@ +Summary: Samba 4.18 packages from the CentOS Storage SIG repository +Name: centos-release-samba418 +Version: 1.0 +Release: 1%{?dist} +License: GPLv2 +URL: http://wiki.centos.org/SpecialInterestGroup/Storage +Source0: CentOS-Samba-418.repo +%if 0%{?centos} >= 8 +BuildRequires: systemd +%endif +BuildArch: noarch + +%if 0%{?centos} >= 8 +Requires: centos-release >= 8.1 +Requires(post): systemd +Requires(preun): systemd +Requires(postun): systemd +%endif +# This provides the public key to verify the RPMs +Requires: centos-release-storage-common + +Provides: centos-release-samba = 418 + +%description +yum configuration for Samba 4.18 packages from the CentOS Storage SIG. For more +details about the release and maintenance schedule, see +https://wiki.samba.org/index.php/Samba_Release_Planning + +%install +install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/CentOS-Samba-418.repo + +%if 0%{?centos} >= 8 +%post +%systemd_post smb.service + +%preun +%systemd_preun smb.service + +%postun +%systemd_postun smb.service +%endif + +%files +%defattr(-,root,root) +%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Samba-418.repo + +%changelog +* Sat Apr 01 2023 Anoop C S - 1.0-1 +- Initial version