[cpp-linbuild] 01/05: Drop support for pre-hostname platforms

John W. O'Brien john at saltant.com
Fri Nov 7 15:47:49 UTC 2025


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

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

View the commit online:
https://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=1c4c7befd019dfcd11362a8f3e1f60644f616451

commit 1c4c7befd019dfcd11362a8f3e1f60644f616451
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Nov 7 14:52:46 2025 +0000

    Drop support for pre-hostname platforms
    
    The configure script requires the hostname command which is provided by
    the hostname package.
---
 common/SPECS/shibboleth-sp.spec | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/common/SPECS/shibboleth-sp.spec b/common/SPECS/shibboleth-sp.spec
index bc7b2eb..18dec2f 100644
--- a/common/SPECS/shibboleth-sp.spec
+++ b/common/SPECS/shibboleth-sp.spec
@@ -8,12 +8,7 @@ License: Apache-2.0
 URL: http://shibboleth.net/
 Source0: https://shibboleth.net/downloads/service-provider/%{version}/%{name}-%{version}.tar.bz2
 
-# Still needed?
-%if 0%{?rhel} >= 7 || 0%{?amzn} >= 2
 Requires: hostname
-%else
-Requires: net-tools
-%endif
 
 # Still needed?
 %if 0%{?rhel} >= 8

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


More information about the commits mailing list