This is an automated email from the git hooks/post-receive script.
mreynolds pushed a change to branch master in repository 389-ds-base.
from f102eab Ticket 49523 - Refactor CI test new 2be0fad Ticket 49512 - Add ds-cockpit-setup to rpm spec file
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: rpm/389-ds-base.spec.in | 1 + 1 file changed, 1 insertion(+)
This is an automated email from the git hooks/post-receive script.
mreynolds pushed a commit to branch master in repository 389-ds-base.
commit 2be0fad106a69e62a98427e27b7da1e3f9e9f12b Author: Mark Reynolds mreynolds@redhat.com Date: Tue Jan 9 10:20:12 2018 -0500
Ticket 49512 - Add ds-cockpit-setup to rpm spec file
Description: Was missing the script in the rpmspec file
https://pagure.io/389-ds-base/issue/49512
Reviewed by: mreynolds (one line commit rule) --- rpm/389-ds-base.spec.in | 1 + 1 file changed, 1 insertion(+)
diff --git a/rpm/389-ds-base.spec.in b/rpm/389-ds-base.spec.in index 76fb96e..9806bea 100644 --- a/rpm/389-ds-base.spec.in +++ b/rpm/389-ds-base.spec.in @@ -495,6 +495,7 @@ fi %{_sbindir}/dscreate %{_sbindir}/dsctl %{_sbindir}/dsidm +%{_sbindir}/ds-cockpit-setup %{_sbindir}/ds_selinux_enabled %{_sbindir}/ds_selinux_port_query %{_sbindir}/ds_systemd_ask_password_acl
389-commits@lists.fedoraproject.org