SHA256
1
0
forked from pool/inxi

Accepting request 1128942 from utilities

OBS-URL: https://build.opensuse.org/request/show/1128942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inxi?expand=0&rev=26
This commit is contained in:
Ana Guerrero 2023-11-27 21:42:48 +00:00 committed by Git OBS Bridge
commit 9b6732f3d5
4 changed files with 15 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35207195579261ddfe59508fdc92d40902c91230084d2b98b4541a6f4c682f63
size 614167

3
3.3.31-2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f4dd81980b327aa71f3684a832ec4488721024d428c712f3c9bbdb35f6a2b42
size 645742

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Nov 23 02:07:49 UTC 2023 - malcolmlewis@opensuse.org
- Updated to version 3.3.31:
+ /usr/share/doc/packages/inxi/inxi.changelog.
- Updated spec file for new location of inxi at codeberg.org.
-------------------------------------------------------------------
Sun May 14 15:50:03 UTC 2023 - malcolmlewis@opensuse.org

View File

@ -17,14 +17,14 @@
#
%define _version 3.3.27-1
%define _version 3.3.31-2
Name: inxi
Version: 3.3.27
Version: 3.3.31
Release: 0
Summary: A system information script
License: GPL-3.0-or-later
URL: https://github.com/smxi/inxi
Source: https://github.com/smxi/inxi/archive/%{_version}.tar.gz#/%{_version}.tar.gz
URL: https://codeberg.org/smxi/inxi
Source: https://codeberg.org/smxi/inxi/archive/%{_version}.tar.gz#/%{_version}.tar.gz
Requires: pciutils
Requires: procps
Requires: util-linux
@ -55,7 +55,7 @@ infobash. The primary purpose of inxi is for support, and sys admin
use. inxi is used widely for forum and IRC support.
%prep
%autosetup -n %{name}-%{_version}
%autosetup -n %{name}
sed -i '/^#!/s/env \(.*\)$/\1/' %{name}
%build