diff --git a/README.md b/README.md deleted file mode 100644 index 5231011..0000000 --- a/README.md +++ /dev/null @@ -1,8 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch -for CentOS-4, 5 or 6. If you find this file in a distro specific branch, it -means that no content has been checked in yet - -More information on how these git repositories are setup, is available at -http://wiki.centos.org/Sources diff --git a/SOURCES/CentOS-Gluster.repo b/SOURCES/CentOS-Gluster.repo new file mode 100644 index 0000000..1062d0d --- /dev/null +++ b/SOURCES/CentOS-Gluster.repo @@ -0,0 +1,28 @@ +# CentOS-Gluster.repo +# +# Please see http://wiki.centos.org/SpecialInterestGroup/Storage for more +# information + +[gluster] +name=CentOS-$releasever - Gluster +baseurl=http://mirror.centos.org/centos/$releasever/gluster/$basearch/ +gpgcheck=1 +enabled=0 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage + +[gluster-devel] +name=CentOS-$releasever - Gluster Devel +baseurl=http://mirror.centos.org/centos/$releasever/gluster/$basearch/ +gpgcheck=1 +enabled=0 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Storage + +# note: the bsys repo points at just-built package, they are neither tested +# nor signed and only meant to be a place for developers to evaluate +# their builds +[gluster-bsys-test] +name=CentOS-$releasever - Gluster Testing ( BuildSys ) +baseurl=http://cbs.centos.org/repos/storage$releasever-testing/ +gpgcheck=0 +enabled=0 + diff --git a/SPECS/centos-release-gluster.spec b/SPECS/centos-release-gluster.spec new file mode 100644 index 0000000..3e70907 --- /dev/null +++ b/SPECS/centos-release-gluster.spec @@ -0,0 +1,39 @@ +Summary: Gluster Filesystem from the CentOS Storage SIG repo configs +Name: centos-release-gluster +Epoch: 10 +Version: 1 +Release: 1%{?dist} +License: GPL +Group: System Environment/Base +Source0: CentOS-Gluster.repo +URL: http://wiki.centos.org/SpecialInterestGroup/Storage +BuildArch: noarch + +Provides: centos-release-gluster +Requires: centos-release + +BuildRoot: %{_tmppath}/%{name}-root + +%description +yum Configs and basic docs for Gluster FS as delivered via the CentOS Storage SIG. + +%prep +%setup -q -n %{name} -T -c + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/etc +mkdir -p -m 755 $RPM_BUILD_ROOT/etc/yum.repos.d +mkdir -p -m 755 $RPM_BUILD_ROOT/%{_bindir} +install -m 644 %SOURCE0 $RPM_BUILD_ROOT/etc/yum.repos.d + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%config(noreplace) /etc/yum.repos.d/* + +%changelog +* Wed Oct 15 2014 Karanbir Singh - 1-1 +- Basic setup with the repo files so we can start testing