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