enable obex

This commit is contained in:
Louis Abel 2023-04-06 09:40:15 -07:00
parent c5eca25bbd
commit 3da21e7ea6
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 5 additions and 2 deletions

View File

@ -21,3 +21,5 @@ enable pipewire-media-session.service
# https://bugzilla.redhat.com/show_bug.cgi?id=2022717
enable wireplumber.service
# https://bugzilla.redhat.com/show_bug.cgi?id=2181984
enable obex.service

View File

@ -20,7 +20,7 @@
%define distro_code Blue Onyx
%define major 9
%define minor 3
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.1}
%define rocky_rel 0%{?rllh:.%{rllh}}%{!?rllh:.1}
%define rpm_license BSD-3-Clause
%define dist .el%{major}
%define home_url https://rockylinux.org/
@ -426,8 +426,9 @@ install -m 0644 %{SOURCE404} %{buildroot}/%{_prefix}/lib/sysctl.d/50-redhat.conf
%{_datadir}/pki/sb-certs/*
%changelog
* Wed Mar 29 2023 Louis Abel <label@rockylinux.org> - 9.3-1.1
* Thu Apr 06 2023 Louis Abel <label@rockylinux.org> - 9.3-0.1
- Bump main version to 9.3
- Enable obex
* Wed Jan 01 2023 Louis Abel <label@rockylinux.org> - 9.2-1.2
- Move macros.dist to a proper location