fix bogus date and macros

This commit is contained in:
nazunalika 2021-07-10 15:01:25 -07:00
parent a086400998
commit 92eab90536
Signed by: label
GPG Key ID: 6735C0E1BD65D048

View File

@ -10,8 +10,9 @@
%define distro_code Green Obsidian %define distro_code Green Obsidian
%define major 8 %define major 8
%define minor 4 %define minor 4
%define rocky_rel 31 %define rocky_rel 32
%define upstream_rel %{major}.%{minor} %define upstream_rel %{major}.%{minor}
%define rpm_license BSD-3-Clause
%define base_release_version %{major} %define base_release_version %{major}
%define full_release_version %{major} %define full_release_version %{major}
@ -28,7 +29,7 @@ Name: rocky-release
Version: %{major}.%{minor} Version: %{major}.%{minor}
Release: %{rocky_rel}.el8 Release: %{rocky_rel}.el8
Summary: %{distro_name} release files Summary: %{distro_name} release files
License: BSD-3-Clause License: %{rpm_license}
URL: https://rockylinux.org URL: https://rockylinux.org
BuildArch: noarch BuildArch: noarch
@ -87,7 +88,7 @@ Source1300: rocky.1.gz
%package -n rocky-repos %package -n rocky-repos
Summary: %{distro_name} Package Repositories Summary: %{distro_name} Package Repositories
License: GPLv2 License: %{rpm_license}
Provides: rocky-repos(%{major}) = %{upstream_rel} Provides: rocky-repos(%{major}) = %{upstream_rel}
Requires: system-release = %{upstream_rel} Requires: system-release = %{upstream_rel}
Requires: rocky-gpg-keys Requires: rocky-gpg-keys
@ -227,13 +228,15 @@ install -p -m 0644 %{SOURCE1226} %{buildroot}%{_sysconfdir}/yum.repos.d/
%{_sysconfdir}/pki/rpm-gpg/ %{_sysconfdir}/pki/rpm-gpg/
%changelog %changelog
* Wed Jul 07 2021 Louis Abel <label@rockylinux.org> - 8.4-31 * Wed Jul 07 2021 Louis Abel <label@rockylinux.org> - 8.4-32
- Fix URLs for Plus and NFV - Fix URLs for Plus and NFV
- Use a macro for the license across sub packages
- Fix bogus date in changelog
* Mon Jul 05 2021 Louis Abel <label@rockylinux.org> - 8.4-30 * Mon Jul 05 2021 Louis Abel <label@rockylinux.org> - 8.4-30
- Fix URLs for debuginfo - Fix URLs for debuginfo
* Wed Jun 29 2021 Louis Abel <label@rockylinux.org> - 8.4-29 * Tue Jun 29 2021 Louis Abel <label@rockylinux.org> - 8.4-29
- Fix URLs - Fix URLs
- Added debuginfo - Added debuginfo
- Added NFV (future state) - Added NFV (future state)