This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository e16.

View the commit online.

commit 73dade6c922406825db7e33917707d77e90a7b4e
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Sat Mar 9 09:30:15 2024 +0100

    Spec file: Set high rpm release number for non-release rpms
    
    Should normally avoid that distro rpms get installed over private build
    ones.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index b7f868cf..7c5f34c7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,7 @@ version.h: FORCE
 
 dist-hook: $(top_builddir)/$(PACKAGE).spec
 
-RPR_DEV = `echo -n "1.%(date '+%y%m%d').git"; git rev-parse --short=8 HEAD`
+RPR_DEV = `echo -n "99.%(date '+%y%m%d').git"; git rev-parse --short=8 HEAD`
 RPR_REL = 1
 SED_DEV = "s/\@PACKAGE\@/@PACKAGE@/;s/\@VERSION\@/@VERSION@/;s/\@RPM_RELEASE\@/$(RPR_DEV)/"
 SED_REL = "s/\@PACKAGE\@/@PACKAGE@/;s/\@VERSION\@/@VERSION@/;s/\@RPM_RELEASE\@/$(RPR_REL)/"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to