Merge pull request #2844 from dirkmueller/fixup_publish_distro

install and link publish_dist
This commit is contained in:
Dirk Mueller 2022-08-23 13:57:38 +02:00 committed by GitHub
commit 34659a4662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ include Makefile.common
pkgdata_BINS = $(shell find * -maxdepth 0 -executable -type f) pkgdata_BINS = $(shell find * -maxdepth 0 -executable -type f)
pkgdata_SCRIPTS=$(wildcard *.py *.pl *.sh) pkgdata_SCRIPTS=$(wildcard *.py *.pl *.sh)
pkgdata_SCRIPTS+=bs_mirrorfull findfileconflicts pkgdata_SCRIPTS+=bs_mirrorfull findfileconflicts publish_distro
pkgdata_DATA+=bs_copy metrics osclib pkglistgen $(wildcard *.pm *.testcase) pkgdata_DATA+=bs_copy metrics osclib pkglistgen $(wildcard *.pm *.testcase)
VERSION = "build-$(shell date +%F)" VERSION = "build-$(shell date +%F)"

View File

@ -489,7 +489,7 @@ exit 0
%{_datadir}/%{source_dir}/origin-manager.py %{_datadir}/%{source_dir}/origin-manager.py
%files publish-distro %files publish-distro
%{_bindir}/publish-distro %{_bindir}/osrt-publish_distro
%files repo-checker %files repo-checker
%{_bindir}/osrt-project-installcheck %{_bindir}/osrt-project-installcheck