mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-12-22 00:28:29 +00:00
update debug repos
This commit is contained in:
parent
09328a043d
commit
9966e352d8
@ -10,3 +10,21 @@ gpgcheck=1
|
|||||||
enabled=0
|
enabled=0
|
||||||
countme=1
|
countme=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
|
||||||
|
|
||||||
|
[devel-debug]
|
||||||
|
name=Rocky Linux $releasever - Devel Debug WARNING! FOR BUILDROOT ONLY DO NOT LEAVE ENABLED
|
||||||
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=devel-$releasever-debug$rltype
|
||||||
|
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/devel/$basearch/debug/tree/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
countme=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
|
||||||
|
|
||||||
|
[devel-source]
|
||||||
|
name=Rocky Linux $releasever - Devel Source WARNING! FOR BUILDROOT ONLY DO NOT LEAVE ENABLED
|
||||||
|
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=devel-$releasever-source$rltype
|
||||||
|
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/devel/source/tree/
|
||||||
|
gpgcheck=1
|
||||||
|
enabled=0
|
||||||
|
countme=1
|
||||||
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
%define distro_name Rocky Linux
|
%define distro_name Rocky Linux
|
||||||
%define distro_code Blue Onyx
|
%define distro_code Blue Onyx
|
||||||
%define major 9
|
%define major 9
|
||||||
%define minor 1
|
%define minor 2
|
||||||
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.10}
|
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.1}
|
||||||
%define rpm_license BSD-3-Clause
|
%define rpm_license BSD-3-Clause
|
||||||
%define dist .el%{major}
|
%define dist .el%{major}
|
||||||
%define home_url https://rockylinux.org/
|
%define home_url https://rockylinux.org/
|
||||||
@ -425,6 +425,9 @@ install -m 0644 %{SOURCE404} %{buildroot}/%{_prefix}/lib/sysctl.d/50-redhat.conf
|
|||||||
%{_datadir}/pki/sb-certs/*
|
%{_datadir}/pki/sb-certs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 09 2022 Louis Abel <label@rockylinux.org> - 9.2-1.1
|
||||||
|
- Update devel repos (RLBT#0001354)
|
||||||
|
|
||||||
* Wed Oct 19 2022 Louis Abel <label@rockylinux.org> - 9.1-1.10
|
* Wed Oct 19 2022 Louis Abel <label@rockylinux.org> - 9.1-1.10
|
||||||
- Change secure boot certificates
|
- Change secure boot certificates
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user