diff --git a/SOURCES/CentOS-Stream-HA.repo b/SOURCES/CentOS-Stream-HA.repo new file mode 100644 index 0000000..ad1524e --- /dev/null +++ b/SOURCES/CentOS-Stream-HA.repo @@ -0,0 +1,19 @@ +# CentOS-Stream-HA.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-HighAvailability] +name=CentOS-Stream - HA +mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=HighAvailability&infra=$infra +#baseurl=http://mirror.centos.org/$contentdir/$stream/HighAvailability/$basearch/os/ +gpgcheck=1 +enabled=0 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial diff --git a/SOURCES/CentOS-Stream-RT.repo b/SOURCES/CentOS-Stream-RT.repo new file mode 100644 index 0000000..770881d --- /dev/null +++ b/SOURCES/CentOS-Stream-RT.repo @@ -0,0 +1,19 @@ +# CentOS-Stream-RT.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-RT] +name=CentOS-Stream - RT +mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=RT&infra=$infra +#baseurl=http://mirror.centos.org/$contentdir/$stream/RT/$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 a030fbf..a07f181 100644 --- a/SPECS/centos-release-stream.spec +++ b/SPECS/centos-release-stream.spec @@ -3,9 +3,9 @@ %define base_release_version 8 %define full_release_version 8 %define dist_release_version 8 -%define upstream_rel_long 8.1-0 -%define upstream_rel 8.1 -%define centos_rel 1.1911 +%define upstream_rel_long 8.3-0 +%define upstream_rel 8.3 +%define centos_rel 3.2006 #define beta Beta %define dist .el%{dist_release_version} @@ -14,7 +14,7 @@ Name: centos-release-stream Version: %{upstream_rel} -Release: %{centos_rel}.0.9%{?dist} +Release: %{centos_rel}.0%{?dist} Summary: %{product_family} release file Group: System Environment/Base License: GPLv2 @@ -34,7 +34,8 @@ Source308: CentOS-Stream-AppStream.repo Source309: CentOS-Stream-PowerTools.repo Source310: CentOS-Stream-centosplus.repo Source312: CentOS-Stream-Devel.repo - +Source313: CentOS-Stream-HA.repo +Source314: CentOS-Stream-RT.repo %ifarch %{arm} %description -n %{pkg_name} %{product_family} release files @@ -80,6 +81,10 @@ rm -rf %{buildroot} %config(noreplace) /etc/dnf/vars/* %changelog +* Wed Jun 24 2020 Johnny Hughes 8-3.0 +- Add HA and RT repos +- Modify release numbers + * Thu Mar 12 2020 bstinson@centosproject.org - 8-1.0.9 - Add the CentOS-Stream-Devel repository