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>
|
Mon May 1 11:30:49 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
|||||||
@@ -21,10 +21,9 @@ Version: 0.1.4+git20230317
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: SSH server auditing
|
Summary: SSH server auditing
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Productivity/Networking/Diagnostic
|
|
||||||
URL: https://github.com/spook/sshping
|
URL: https://github.com/spook/sshping
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake >= 3.5
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(libssh)
|
BuildRequires: pkgconfig(libssh)
|
||||||
@@ -40,12 +39,15 @@ dummy file over scp to /dev/null on the remote system.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
%ctest
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user