diff --git a/SOURCES/CentOS-Stream-Devel.repo b/SOURCES/CentOS-Stream-Devel.repo new file mode 100644 index 0000000..621ad28 --- /dev/null +++ b/SOURCES/CentOS-Stream-Devel.repo @@ -0,0 +1,19 @@ +# CentOS-Stream-Devel.repo +# +# The mirror system uses the connecting IP address of the client and the +# update status of each mirror to pick mirrors that are updated to and +# geographically close to the client. You should use this for CentOS updates +# unless you are manually picking other mirrors. +# +# If the mirrorlist= does not work for you, as a fall back you can try the +# remarked out baseurl= line instead. +# +# + +[Stream-Devel] +name=CentOS-Stream - Devel WARNING! FOR BUILDROOT USE ONLY! +mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=Devel&infra=$infra +#baseurl=http://mirror.centos.org/$contentdir/$stream/Devel/$basearch/os/ +gpgcheck=1 +enabled=0 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial diff --git a/SPECS/centos-release-stream.spec b/SPECS/centos-release-stream.spec index f072478..a030fbf 100644 --- a/SPECS/centos-release-stream.spec +++ b/SPECS/centos-release-stream.spec @@ -14,7 +14,7 @@ Name: centos-release-stream Version: %{upstream_rel} -Release: %{centos_rel}.0.7%{?dist} +Release: %{centos_rel}.0.9%{?dist} Summary: %{product_family} release file Group: System Environment/Base License: GPLv2 @@ -33,6 +33,7 @@ Source307: CentOS-Stream-Vault.repo Source308: CentOS-Stream-AppStream.repo Source309: CentOS-Stream-PowerTools.repo Source310: CentOS-Stream-centosplus.repo +Source312: CentOS-Stream-Devel.repo %ifarch %{arm} %description -n %{pkg_name} @@ -65,6 +66,7 @@ install -m 644 %{SOURCE307} %{buildroot}/etc/yum.repos.d install -m 644 %{SOURCE308} %{buildroot}/etc/yum.repos.d install -m 644 %{SOURCE309} %{buildroot}/etc/yum.repos.d install -m 644 %{SOURCE310} %{buildroot}/etc/yum.repos.d +install -m 644 %{SOURCE312} %{buildroot}/etc/yum.repos.d mkdir -p -m 755 %{buildroot}/etc/dnf/vars echo "%{base_release_version}-stream" > %{buildroot}/etc/dnf/vars/stream @@ -78,6 +80,9 @@ rm -rf %{buildroot} %config(noreplace) /etc/dnf/vars/* %changelog +* Thu Mar 12 2020 bstinson@centosproject.org - 8-1.0.9 +- Add the CentOS-Stream-Devel repository + * Fri Dec 06 2019 bstinson@centosproject.org - -.0.1 - Update for 8.1