Fixed README location
This commit is contained in:
parent
8f2e33848c
commit
2a96339bc1
@ -100,10 +100,12 @@ NOTE: As a convenience for standalone deployments, this 'dogtag-pki'
|
||||
* dogtag-pki-console-theme
|
||||
|
||||
################################################################################
|
||||
%prep
|
||||
%install
|
||||
################################################################################
|
||||
|
||||
cat > README <<EOF
|
||||
%{__mkdir_p} %{buildroot}%{_datadir}/doc/pki
|
||||
|
||||
cat > %{buildroot}%{_datadir}/doc/pki/README << EOF
|
||||
This package is just a "meta-package" whose dependencies pull in all of the
|
||||
packages comprising the Dogtag Public Key Infrastructure (PKI) Suite.
|
||||
EOF
|
||||
@ -113,7 +115,7 @@ EOF
|
||||
################################################################################
|
||||
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
%doc %{_datadir}/doc/pki/README
|
||||
|
||||
################################################################################
|
||||
%changelog
|
||||
@ -122,6 +124,7 @@ EOF
|
||||
* Mon Apr 9 2018 Dogtag PKI Team <pki-devel@redhat.com> - 10.6.0-0.4
|
||||
- Updated project URL
|
||||
- Cleaned up spec file
|
||||
- Fixed README location
|
||||
|
||||
* Thu Mar 29 2018 Dogtag PKI Team <pki-devel@redhat.com> - 10.6.0-0.3
|
||||
- Rebased to PKI 10.6.0 beta2
|
||||
|
Loading…
Reference in New Issue
Block a user