mirror of
https://abf.rosa.ru/djam/dhcp.git
synced 2025-02-23 13:32:48 +00:00
Set correct file access mode
This commit is contained in:
parent
c1b73187e3
commit
ec4fb6ecf2
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
Name: dhcp
|
||||
Epoch: 3
|
||||
Version: %{major_version}%{patch_version}
|
||||
Release: 4
|
||||
Release: 6
|
||||
Summary: The ISC DHCP (Dynamic Host Configuration Protocol) server/relay agent/client
|
||||
License: Distributable
|
||||
Group: System/Servers
|
||||
|
@ -151,6 +151,7 @@ Internet Software Consortium (ISC) dhcpctl API.
|
|||
summary: OpenLDAP schema files from %{name}-%{EVRD} source tree
|
||||
Group: Databases
|
||||
BuildArch: noarch
|
||||
Requires(pre): openldap-config
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{major_version}%{patch_version}
|
||||
|
@ -375,4 +376,4 @@ rm -rf %{_var}/lib/dhclient/dhclient.leases
|
|||
%{schema_dir}/*.schema
|
||||
%{schema_dir}/dhcpd-conf-to-ldap
|
||||
%config(noreplace) %{_sysconfdir}/openldap/schema/*
|
||||
%config(noreplace) %{_sysconfdir}/openldap/slapd.d/%{name}.conf
|
||||
%attr(750,ldap,ldap) %config(noreplace) %{_sysconfdir}/openldap/slapd.d/%{name}.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue