[cpp-sp] branch main updated: RPM prohibits hyphen in version string

John W. O'Brien john at saltant.com
Fri Oct 17 12:34:37 UTC 2025


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

obrienjw pushed a commit to branch main
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=b4d52be9068fc5fe627fca9f5f9f1ac5e557cd8d

The following commit(s) were added to refs/heads/main by this push:
     new b4d52be9 RPM prohibits hyphen in version string
b4d52be9 is described below

commit b4d52be9068fc5fe627fca9f5f9f1ac5e557cd8d
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Oct 17 08:34:23 2025 -0400

    RPM prohibits hyphen in version string
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3be78788..8841c71c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.72])
-AC_INIT([shibboleth-sp],[4.0.0-alpha1],[https://shibboleth.atlassian.net/jira],[shibboleth-sp])
+AC_INIT([shibboleth-sp],[4.0.0alpha1],[https://shibboleth.atlassian.net/jira],[shibboleth-sp])
 AC_CONFIG_SRCDIR(shibsp)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)

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


More information about the commits mailing list