diff --git a/.centos-release-samba415.metadata b/.centos-release-samba415.metadata new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.centos-release-samba415.metadata diff --git a/README.md b/README.md new file mode 100644 index 0000000..cca42ca --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +centos-release-samba415 provides the YUM repository file for packages of the +CentOS Storage SIG that are used with Samba 4.15. diff --git a/SOURCES/CentOS-Samba-415.repo b/SOURCES/CentOS-Samba-415.repo new file mode 100644 index 0000000..111bdee --- /dev/null +++ b/SOURCES/CentOS-Samba-415.repo @@ -0,0 +1,19 @@ +# CentOS-Samba-415.repo +# +# Please see http://wiki.centos.org/SpecialInterestGroup/Storage for more +# information + +[centos-samba415] +name=CentOS-$stream - Samba 4.15 +mirrorlist=http://mirrorlist.centos.org?arch=$basearch&release=$stream&repo=storage-samba-415 +#baseurl=http://mirror.centos.org/$contentdir/$stream/storage/$basearch/samba-415/ +gpgcheck=1 +enabled=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage + +[centos-samba415-test] +name=CentOS-$stream - Samba 4.15 Testing +baseurl=http://buildlogs.centos.org/centos/$stream/storage/$basearch/samba-415/ +gpgcheck=0 +enabled=0 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage diff --git a/SPECS/centos-release-samba415.spec b/SPECS/centos-release-samba415.spec new file mode 100644 index 0000000..b2d2e51 --- /dev/null +++ b/SPECS/centos-release-samba415.spec @@ -0,0 +1,49 @@ +Summary: Samba 4.15 packages from the CentOS Storage SIG repository +Name: centos-release-samba415 +Version: 1.0 +Release: 1%{?dist} +License: GPLv2 +URL: http://wiki.centos.org/SpecialInterestGroup/Storage +Source0: CentOS-Samba-415.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 = 415 + +%description +yum configuration for Samba 4.15 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-415.repo + +%if 0%{?centos} >= 8 +%post +%systemd_post + +%preun +%systemd_preun + +%postun +%systemd_postun +%endif + +%files +%defattr(-,root,root) +%config(noreplace) %{_sysconfdir}/yum.repos.d/CentOS-Samba-415.repo + +%changelog +* Fri Sep 24 2021 Anoop C S - 1.0-1 +- Initial version