Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 361aaf04cb | |||
| 8a8b07b0ad |
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 22 14:25:50 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
||||
|
||||
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
|
||||
- Add %check section
|
||||
- Remove Group: declarations, no longer used
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 11:30:49 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
@@ -21,10 +21,9 @@ Version: 0.1.4+git20230317
|
||||
Release: 0
|
||||
Summary: SSH server auditing
|
||||
License: MIT
|
||||
Group: Productivity/Networking/Diagnostic
|
||||
URL: https://github.com/spook/sshping
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: cmake >= 3.5
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libssh)
|
||||
@@ -40,12 +39,15 @@ dummy file over scp to /dev/null on the remote system.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake
|
||||
%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%check
|
||||
%ctest
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
|
||||
Reference in New Issue
Block a user