mirror of
https://github.com/projectatomic/rpmdistro-gitoverlay.git
synced 2026-02-05 06:45:16 +01:00
Use COPYING as more standard name
This commit is contained in:
@@ -13,7 +13,7 @@ dist-snapshot:
|
||||
echo "PACKAGE=$(PACKAGE)"; \
|
||||
TARFILE_TMP=$(PKG_VER).tar.tmp; \
|
||||
echo "Archiving $(PACKAGE) at $(GITREV)"; \
|
||||
(cd ..; git archive --format=tar --prefix=$(PKG_VER)/ $(GITREV)) > $${TARFILE_TMP}; \
|
||||
(cd $(srcdir); git archive --format=tar --prefix=$(PKG_VER)/ $(GITREV)) > $${TARFILE_TMP}; \
|
||||
(cd $$(git rev-parse --show-toplevel); git submodule status) | while read line; do \
|
||||
rev=$$(echo $$line | cut -f 1 -d ' '); path=$$(echo $$line | cut -f 2 -d ' '); \
|
||||
echo "Archiving $${path} at $${rev}"; \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Summary: Overlay repository manager
|
||||
Name: rpmdistro-gitoverlay
|
||||
Version: 0.25.5.g74fe405
|
||||
Version: 98e6388
|
||||
Release: 1%{?dist}
|
||||
#VCS: https://github.com/cgwalters/rpmdistro-gitoverlay
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user