Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make's error for SuSE and Fedora, and their patch #543

Closed
time-river opened this issue Aug 1, 2017 · 0 comments
Closed

make's error for SuSE and Fedora, and their patch #543

time-river opened this issue Aug 1, 2017 · 0 comments

Comments

@time-river
Copy link

diff --git a/Makefile.am b/Makefile.am
index 7b918ad..45d356d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -130,11 +130,11 @@ rpm: dist ginger.spec
        cp $(DIST_ARCHIVES) rpm/SOURCES
        rpmbuild -ba --define "_topdir `pwd`/rpm" rpm/SPECS/ginger.spec
 
-fedora-rpm: contrib/kimchi.spec.fedora
+fedora-rpm: contrib/ginger.spec.fedora
        ln -sf contrib/ginger.spec.fedora ginger.spec
        $(MAKE) rpm
 
-suse-rpm: contrib/kimchi.spec.suse
+suse-rpm: contrib/ginger.spec.suse
        ln -sf contrib/ginger.spec.suse ginger.spec
        $(MAKE) rpm
 
diff --git a/VERSION b/VERSION
index 276cbf9..bb7adc0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.3.0
+2.4.0-rc1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant