From 11ec5ace9ea29639892e2da0673f434062177418 Mon Sep 17 00:00:00 2001 From: shirong Date: Thu, 23 Jul 2020 03:41:16 +0000 Subject: [PATCH] rune && shim: Rename dist/centos to dist/rpm Signed-off-by: shirong --- rune/dist/Makefile | 2 +- rune/dist/{centos => rpm}/rune.spec | 0 shim/dist/Makefile | 2 +- shim/dist/{centos => rpm}/shim-rune.spec | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename rune/dist/{centos => rpm}/rune.spec (100%) rename shim/dist/{centos => rpm}/shim-rune.spec (100%) diff --git a/rune/dist/Makefile b/rune/dist/Makefile index 375bb78..586eedb 100644 --- a/rune/dist/Makefile +++ b/rune/dist/Makefile @@ -11,7 +11,7 @@ ifneq ($(RELEASE_TARBALL_EXIST), y) endif rpm: release-tarball - @rpmbuild -D "_topdir $(RPMBUILD_DIR)" -ba centos/rune.spec + @rpmbuild -D "_topdir $(RPMBUILD_DIR)" -ba rpm/rune.spec @cp $(RPMBUILD_DIR)/RPMS/x86_64/*.rpm $(PROJECT_DIR) @rm -rf $(RPMBUILD_DIR) @echo "the rpms of rune located in $(PROJECT_DIR)" diff --git a/rune/dist/centos/rune.spec b/rune/dist/rpm/rune.spec similarity index 100% rename from rune/dist/centos/rune.spec rename to rune/dist/rpm/rune.spec diff --git a/shim/dist/Makefile b/shim/dist/Makefile index 4d7401b..0710ab1 100644 --- a/shim/dist/Makefile +++ b/shim/dist/Makefile @@ -12,7 +12,7 @@ ifneq ($(RELEASE_TARBALL_EXIST), y) endif rpm: release-tarball - @rpmbuild -D "_topdir $(RPMBUILD_DIR)" -ba centos/shim-rune.spec + @rpmbuild -D "_topdir $(RPMBUILD_DIR)" -ba rpm/shim-rune.spec @cp $(RPMBUILD_DIR)/RPMS/x86_64/*.rpm $(PROJECT_DIR) @rm -rf $(RPMBUILD_DIR) @echo "the rpms of shim-rune located in $(PROJECT_DIR)" diff --git a/shim/dist/centos/shim-rune.spec b/shim/dist/rpm/shim-rune.spec similarity index 100% rename from shim/dist/centos/shim-rune.spec rename to shim/dist/rpm/shim-rune.spec -- GitLab