This commit is contained in:
Louis Abel 2024-05-30 11:14:29 -07:00
parent bbfcea9295
commit 59dc5b93d9
Signed by: label
GPG Key ID: 2A6975660E424560
2 changed files with 7 additions and 1 deletions

View File

@ -58,6 +58,9 @@ enable avahi-daemon.*
enable cups.socket
enable cups.path
# RHEL-37762: We need the full service enabled to act as a print server
enable cups.service
# The various syslog implementations
enable rsyslog.*
enable syslog-ng.*

View File

@ -21,7 +21,7 @@
%define distro_code Red Quartz
%define major 10
%define minor 0
%define rocky_rel 0%{?rllh:.%{rllh}}%{!?rllh:.10}
%define rocky_rel 0%{?rllh:.%{rllh}}%{!?rllh:.11}
%define rpm_license BSD-3-Clause
%define dist .el%{major}
%define home_url https://rockylinux.org/
@ -482,6 +482,9 @@ install -p -m 0644 %{SOURCE102} %{buildroot}%{_sysconfdir}/pki/rpm-gpg/
%{_datadir}/pki/sb-certs/*
%changelog
* Thu May 30 2024 Louis Abel <label@resf.org> - 10.0-0.11
- Enable cups
* Mon May 27 2024 Louis Abel <label@resf.org> - 10.0-0.10
- Add distcore macro