Fix macOS bundle IDs for sudo-logsrvd and sudo-python packages
This commit is contained in:
@@ -133,7 +133,7 @@ This makes it possible to have all sudo I/O logs on a central server."
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if [macos]
|
%if [macos]
|
||||||
pp_macos_bundle_id=ws.sudo.pkg.sudo
|
pp_macos_bundle_id=ws.sudo.pkg.sudo-logsrvd
|
||||||
pp_macos_pkg_license=${pp_destdir}$docdir/LICENSE
|
pp_macos_pkg_license=${pp_destdir}$docdir/LICENSE
|
||||||
pp_macos_pkg_readme=${pp_wrkdir}/ReadMe.txt
|
pp_macos_pkg_readme=${pp_wrkdir}/ReadMe.txt
|
||||||
pp_macos_pkg_type=flat
|
pp_macos_pkg_type=flat
|
||||||
|
@@ -94,7 +94,7 @@
|
|||||||
|
|
||||||
%if [macos]
|
%if [macos]
|
||||||
pp_macos_pkg_type=flat
|
pp_macos_pkg_type=flat
|
||||||
pp_macos_bundle_id=ws.sudo.pkg.sudo
|
pp_macos_bundle_id=ws.sudo.pkg.sudo-python
|
||||||
pp_macos_pkg_license=${pp_destdir}$docdir/LICENSE
|
pp_macos_pkg_license=${pp_destdir}$docdir/LICENSE
|
||||||
pp_macos_pkg_readme=${pp_wrkdir}/ReadMe.txt
|
pp_macos_pkg_readme=${pp_wrkdir}/ReadMe.txt
|
||||||
perl -pe 'last if (/^What/i && $seen++)' ${pp_destdir}$docdir/NEWS > ${pp_wrkdir}/ReadMe.txt
|
perl -pe 'last if (/^What/i && $seen++)' ${pp_destdir}$docdir/NEWS > ${pp_wrkdir}/ReadMe.txt
|
||||||
|
Reference in New Issue
Block a user