- Update to version 3.0.38.
OBS-URL: https://build.opensuse.org/package/show/utilities/inxi?expand=0&rev=45
This commit is contained in:
parent
34cd094647
commit
ea5ff38e71
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aadd0ee54d0710520fc89a61378cfabfbad54f479a228107af9398e243cfea9d
|
|
||||||
size 305080
|
|
3
inxi-3.0.38-1.tar.gz
Normal file
3
inxi-3.0.38-1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5adbbe8145e970de1d516a404554e887806d31382de81d290e71fe270183c28a
|
||||||
|
size 320672
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 20 17:18:37 UTC 2020 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
|
- Update to version 3.0.38:
|
||||||
|
* See /usr/share/doc/packages/inxi/inxi.changelog
|
||||||
|
- Drop support for old openSUSE versions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 18 04:29:24 UTC 2019 - sor.alexei@meowr.ru
|
Mon Feb 18 04:29:24 UTC 2019 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
24
inxi.spec
24
inxi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package inxi
|
# spec file for package inxi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# Copyright (c) 2011-2016 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
# Copyright (c) 2011-2016 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -17,13 +17,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _version 3.0.32-1
|
%define _version 3.0.38-1
|
||||||
Name: inxi
|
Name: inxi
|
||||||
Version: 3.0.32
|
Version: 3.0.38
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A system information script
|
Summary: A system information script
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: System/Console
|
|
||||||
URL: https://github.com/smxi/inxi
|
URL: https://github.com/smxi/inxi
|
||||||
Source: https://github.com/smxi/inxi/archive/%{_version}.tar.gz#/%{name}-%{_version}.tar.gz
|
Source: https://github.com/smxi/inxi/archive/%{_version}.tar.gz#/%{name}-%{_version}.tar.gz
|
||||||
Requires: pciutils
|
Requires: pciutils
|
||||||
@ -44,15 +43,11 @@ Suggests: curl
|
|||||||
Suggests: freeipmi
|
Suggests: freeipmi
|
||||||
Suggests: hddtemp
|
Suggests: hddtemp
|
||||||
Suggests: sudo
|
Suggests: sudo
|
||||||
Supplements: packageand(wmctrl:xorg-x11-server)
|
Supplements: (wmctrl and xorg-x11-server)
|
||||||
Supplements: packageand(xdpyinfo:xorg-x11-server)
|
Supplements: (xdpyinfo and xorg-x11-server)
|
||||||
Supplements: packageand(xprop:xorg-x11-server)
|
Supplements: (xprop and xorg-x11-server)
|
||||||
Supplements: packageand(xrandr:xorg-x11-server)
|
Supplements: (xrandr and xorg-x11-server)
|
||||||
%if 0%{?suse_version} >= 1120
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%else
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
inxi is a command line system information tool. It was forked from
|
inxi is a command line system information tool. It was forked from
|
||||||
@ -71,12 +66,7 @@ install -Dpm 0755 %{name} %{buildroot}%{_bindir}/%{name}
|
|||||||
install -Dpm 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
install -Dpm 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%if 0%{?suse_version} >= 1500 && 0%{?sle_version} >= 120300
|
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%else
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc LICENSE.txt
|
|
||||||
%endif
|
|
||||||
%doc inxi.changelog README.txt
|
%doc inxi.changelog README.txt
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user