Exclude /usr/share from client-only builds
This commit is contained in:
parent
baaf4e605c
commit
8281c2e0fa
@ -119,7 +119,7 @@
|
||||
|
||||
Name: freeipa
|
||||
Version: %{VERSION}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Identity, Policy and Audit system
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -1646,7 +1646,9 @@ fi
|
||||
%dir %{_localstatedir}/lib/ipa-client/pki
|
||||
%dir %{_localstatedir}/lib/ipa-client/sysrestore
|
||||
%{_mandir}/man5/default.conf.5*
|
||||
%if ! %{ONLY_CLIENT}
|
||||
%{_usr}/share/ipa/freeipa.template
|
||||
%endif
|
||||
|
||||
|
||||
%files python-compat
|
||||
@ -1679,7 +1681,9 @@ fi
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md Contributors.txt
|
||||
%license COPYING
|
||||
%if ! %{ONLY_CLIENT}
|
||||
%dir %{_usr}/share/ipa
|
||||
%endif
|
||||
|
||||
|
||||
%if 0%{?with_python3}
|
||||
@ -1742,6 +1746,9 @@ fi
|
||||
%endif # with_ipatests
|
||||
|
||||
%changelog
|
||||
* Tue May 15 2018 Rob Crittenden <rcritten@redhat.com> - 4.6.90.pre2-2
|
||||
- Exclude /usr/share from client-only builds
|
||||
|
||||
* Tue May 15 2018 Rob Crittenden <rcritten@redhat.com> - 4.6.90.pre2-1
|
||||
- Update to upstream 4.6.90.pre2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user