Skip to content

Commit

Permalink
updated package name in Makfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bkelly16 committed Nov 16, 2020
1 parent 742e2e6 commit 5b1f033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile for constructing RPMs.
# Try "make" (for SRPMS) or "make rpm"

NAME = ceph-ansible
NAME = ceph-ansible-45d

# Set the RPM package NVR from "git describe".
# Examples:
Expand Down Expand Up @@ -66,11 +66,11 @@ echo:

clean:
rm -rf dist/
rm -rf ceph-ansible-$(VERSION)-$(SHORTCOMMIT).tar.gz
rm -rf $(NAME)-$(VERSION)-$(SHORTCOMMIT).tar.gz
rm -rf $(NVR).src.rpm

dist:
git archive --format=tar.gz --prefix=ceph-ansible-$(VERSION)/ HEAD > ceph-ansible-$(VERSION)-$(SHORTCOMMIT).tar.gz
git archive --format=tar.gz --prefix=$(NAME)-$(VERSION)/ HEAD > $(NAME)-$(VERSION)-$(SHORTCOMMIT).tar.gz

spec:
sed ceph-ansible.spec.in \
Expand Down
2 changes: 1 addition & 1 deletion ceph-ansible.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Summary: Ansible playbooks for Ceph
# roles/ceph-common/plugins/actions/config_template.py
License: ASL 2.0 and GPLv3+
URL: https://github.com/ceph/ceph-ansible
Source0: ceph-ansible-%{version}-%{shortcommit}.tar.gz
Source0: %{name}-%{version}-%{shortcommit}.tar.gz
Obsoletes: ceph-iscsi-ansible <= 1.5

BuildArch: noarch
Expand Down

0 comments on commit 5b1f033

Please sign in to comment.