diff --git a/.centos-release-samba417.metadata b/.centos-release-samba417.metadata new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.centos-release-samba417.metadata diff --git a/README.md b/README.md new file mode 100644 index 0000000..3219fc3 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +centos-release-samba417 provides the YUM repository file for packages of the +CentOS Storage SIG that are used with Samba 4.17. diff --git a/SOURCES/CentOS-Samba-417.repo b/SOURCES/CentOS-Samba-417.repo new file mode 100644 index 0000000..5850378 --- /dev/null +++ b/SOURCES/CentOS-Samba-417.repo @@ -0,0 +1,19 @@ +# CentOS-Samba-417.repo +# +# Please see http://wiki.centos.org/SpecialInterestGroup/Storage for more +# information + +[centos-samba417] +name=CentOS-$stream - Samba 4.17 +mirrorlist=http://mirrorlist.centos.org?arch=$basearch&release=$stream&repo=storage-samba-417 +#baseurl=http://mirror.centos.org/$contentdir/$stream/storage/$basearch/samba-417/ +gpgcheck=1 +enabled=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage + +[centos-samba417-test] +name=CentOS-$stream - Samba 4.17 Testing +baseurl=http://buildlogs.centos.org/centos/$stream/storage/$basearch/samba-417/ +gpgcheck=0 +enabled=0 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage diff --git a/SPECS/centos-release-samba417.spec b/SPECS/centos-release-samba417.spec new file mode 100644 index 0000000..76c86b9 --- /dev/null +++ b/SPECS/centos-release-samba417.spec @@ -0,0 +1,49 @@ +Summary: Samba 4.17 packages from the CentOS Storage SIG repository +Name: centos-release-samba417 +Version: 1.0 +Release: 1%{?dist} +License: GPLv2 +URL: http://wiki.centos.org/SpecialInterestGroup/Storage +Source0: CentOS-Samba-417.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 = 417 + +%description +yum configuration for Samba 4.17 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-417.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-417.repo + +%changelog +* Wed Sep 14 2022 Anoop C S - 1.0-1 +- Initial version