Navigation Menu

Skip to content

Commit

Permalink
Revert "rpm centos: fix "File not found by glob" RPM build errors"
Browse files Browse the repository at this point in the history
This reverts commit 0532209.

It should not be removed because man file is installed but not packaged
  • Loading branch information
kenhys committed Aug 27, 2018
1 parent 74f8fcf commit e936b54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/rpm/centos/mariadb-10.2-mroonga.spec.in
Expand Up @@ -219,6 +219,8 @@ fi
%defattr(-,root,root,-)
%{_libdir}/mysql/plugin/
%{_datadir}/mroonga/*
%{_datadir}/man/man1/*
%{_datadir}/man/*/man1/*

%files doc
%defattr(-,root,root,-)
Expand Down
2 changes: 2 additions & 0 deletions packages/rpm/centos/mariadb-10.3-mroonga.spec.in
Expand Up @@ -219,6 +219,8 @@ fi
%defattr(-,root,root,-)
%{_libdir}/mysql/plugin/
%{_datadir}/mroonga/*
%{_datadir}/man/man1/*
%{_datadir}/man/*/man1/*

%files doc
%defattr(-,root,root,-)
Expand Down

0 comments on commit e936b54

Please sign in to comment.