Learn more about these different git repos.
Other Git URLs
3a57ed1
@@ -21,8 +21,6 @@
exit 1; \
fi
- mkdir -p $(DESTDIR)/usr/libexec/koji-hub
-
mkdir -p $(DESTDIR)/etc/httpd/conf.d
install -p -m 644 httpd.conf $(DESTDIR)/etc/httpd/conf.d/kojihub.conf
@@ -320,7 +320,6 @@
%files hub
%defattr(-,root,root)
%{_datadir}/koji-hub
- %dir %{_libexecdir}/koji-hub
%config(noreplace) /etc/httpd/conf.d/kojihub.conf
%dir /etc/koji-hub
%config(noreplace) /etc/koji-hub/hub.conf
rpmdiff script was moved to koji-tools project some time ago and is no more part of this rpm. Directory has no use now, so this commit is removing it.
Fixes: https://pagure.io/koji/issue/1195
:thumbsup:
Commit 09b33a4 fixes this pull-request
Pull-Request has been merged by mikem
rpmdiff script was moved to koji-tools project some time ago and is no
more part of this rpm. Directory has no use now, so this commit is
removing it.
Fixes: https://pagure.io/koji/issue/1195