provide user/group named [release 9.18.27-2mamba;Thu Jun 06 2024]
This commit is contained in:
parent
519b5d6819
commit
181496768e
17
bind.spec
17
bind.spec
@ -6,8 +6,8 @@
|
|||||||
%define MAJver %(echo %version | cut -d. -f 1-2)
|
%define MAJver %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: bind
|
Name: bind
|
||||||
Version: 9.18.26
|
Version: 9.18.27
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A DNS (Domain Name System) server
|
Summary: A DNS (Domain Name System) server
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -54,6 +54,8 @@ BuildRequires: jadetex
|
|||||||
%endif
|
%endif
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: %{name}-utils = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name}-utils = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Provides: user(named)
|
||||||
|
Provides: group(named)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
BIND (Berkeley Internet Name Domain) is an implementation of the DNS (Domain Name System) protocols.
|
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
|
%config(noreplace) %{_sysconfdir}/named.conf
|
||||||
%attr(0755,root,root) %{_sbindir}/bind-chroot.sh
|
%attr(0755,root,root) %{_sbindir}/bind-chroot.sh
|
||||||
%{_bindir}/dnssec-cds
|
%{_bindir}/dnssec-cds
|
||||||
#%{_bindir}/dnssec-checkds
|
|
||||||
#%{_bindir}/dnssec-coverage
|
|
||||||
%{_bindir}/dnssec-dsfromkey
|
%{_bindir}/dnssec-dsfromkey
|
||||||
%{_bindir}/dnssec-keyfromlabel
|
%{_bindir}/dnssec-keyfromlabel
|
||||||
%{_bindir}/dnssec-keygen
|
%{_bindir}/dnssec-keygen
|
||||||
@ -230,12 +230,9 @@ exit 0
|
|||||||
%{_bindir}/dnssec-settime
|
%{_bindir}/dnssec-settime
|
||||||
%{_bindir}/dnssec-signzone
|
%{_bindir}/dnssec-signzone
|
||||||
%{_bindir}/dnssec-verify
|
%{_bindir}/dnssec-verify
|
||||||
#%{_sbindir}/lwresd
|
|
||||||
%{_sbindir}/dns-keygen
|
%{_sbindir}/dns-keygen
|
||||||
#%{_sbindir}/ddns-confgen
|
|
||||||
%{_sbindir}/named
|
%{_sbindir}/named
|
||||||
%{_bindir}/named-rrchecker
|
%{_bindir}/named-rrchecker
|
||||||
#%attr(0755,root,root) %{_sbindir}/named-bootconf
|
|
||||||
%{_bindir}/named-checkconf
|
%{_bindir}/named-checkconf
|
||||||
%{_bindir}/named-checkzone
|
%{_bindir}/named-checkzone
|
||||||
%{_bindir}/named-compilezone
|
%{_bindir}/named-compilezone
|
||||||
@ -340,6 +337,12 @@ exit 0
|
|||||||
#%{_mandir}/man1/dnssec-keymgr.1*
|
#%{_mandir}/man1/dnssec-keymgr.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 18 2024 Automatic Build System <autodist@openmamba.org> 9.18.26-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user