provide user/group named [release 9.18.27-2mamba;Thu Jun 06 2024]

This commit is contained in:
Silvan Calarco 2024-06-07 13:02:53 +02:00
parent 519b5d6819
commit 181496768e

View File

@ -6,8 +6,8 @@
%define MAJver %(echo %version | cut -d. -f 1-2)
Name: bind
Version: 9.18.26
Release: 1mamba
Version: 9.18.27
Release: 2mamba
Summary: A DNS (Domain Name System) server
Group: System/Servers
Vendor: openmamba
@ -54,6 +54,8 @@ BuildRequires: jadetex
%endif
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: %{name}-utils = %{?epoch:%epoch:}%{version}-%{release}
Provides: user(named)
Provides: group(named)
%description
BIND (Berkeley Internet Name Domain) is an implementation of the DNS (Domain Name System) protocols.
@ -220,8 +222,6 @@ exit 0
%config(noreplace) %{_sysconfdir}/named.conf
%attr(0755,root,root) %{_sbindir}/bind-chroot.sh
%{_bindir}/dnssec-cds
#%{_bindir}/dnssec-checkds
#%{_bindir}/dnssec-coverage
%{_bindir}/dnssec-dsfromkey
%{_bindir}/dnssec-keyfromlabel
%{_bindir}/dnssec-keygen
@ -230,12 +230,9 @@ exit 0
%{_bindir}/dnssec-settime
%{_bindir}/dnssec-signzone
%{_bindir}/dnssec-verify
#%{_sbindir}/lwresd
%{_sbindir}/dns-keygen
#%{_sbindir}/ddns-confgen
%{_sbindir}/named
%{_bindir}/named-rrchecker
#%attr(0755,root,root) %{_sbindir}/named-bootconf
%{_bindir}/named-checkconf
%{_bindir}/named-checkzone
%{_bindir}/named-compilezone
@ -340,6 +337,12 @@ exit 0
#%{_mandir}/man1/dnssec-keymgr.1*
%changelog
* Thu Jun 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 9.18.27-2mamba
- provide user/group named
* Wed May 15 2024 Automatic Build System <autodist@openmamba.org> 9.18.27-1mamba
- automatic version update by autodist
* Thu Apr 18 2024 Automatic Build System <autodist@openmamba.org> 9.18.26-1mamba
- automatic version update by autodist