RPM5 allowed a missing description, rpm4 does not allow it
... | ... | --- a/samba.spec |
... | ... | +++ b/samba.spec |
... | ... | @@ -89,7 +89,7 @@ |
89 | 89 |
Summary: Samba SMB server
|
90 | 90 |
Name: samba
|
91 | 91 |
Version: 4.10.13
|
92 |
Release: 1
|
|
92 |
Release: 2
|
|
93 | 93 |
Epoch: 1
|
94 | 94 |
License: GPLv3+
|
95 | 95 |
Group: System/Servers
|
... | ... | @@ -1259,11 +1259,14 @@ Samba errors library. |
… | … | |
1259 | 1259 |
#----------------------------------------------------------------------------
|
1260 | 1260 |
|
1261 | 1261 |
%package -n openldap-schemas-%{name}
|
1262 |
Summary: OpenLDAP schema files from %{name}-%{EVRD} source tree
|
|
1262 |
Summary: OpenLDAP schema files from Samba source tree
|
|
1263 | 1263 |
Group: Databases
|
1264 | 1264 |
BuildArch: noarch
|
1265 | 1265 |
Requires(pre): openldap-config
|
1266 | 1266 |
|
1267 |
%description -n openldap-schemas-%{name}
|
|
1268 |
OpenLDAP schema files from Samba source tree
|
|
1269 |
|
|
1267 | 1270 |
%files -n openldap-schemas-%{name}
|
1268 | 1271 |
%config(noreplace) %{_sysconfdir}/openldap/schema/*
|
1269 | 1272 |
%attr(750,ldap,ldap) %config(noreplace) %{_sysconfdir}/openldap/slapd.d/%{name}.conf
|
New comment