fix: cockpit-sensors with correty base project
This commit is contained in:
parent
f9f2da6974
commit
57ad28ed58
13 changed files with 440 additions and 78 deletions
10
packaging/cockpit-sensors.control
Normal file
10
packaging/cockpit-sensors.control
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
Package: cockpit-sensors
|
||||
Name: Cockpit Sensors
|
||||
Description: Cockpit Sensors Module that displays all data reported by lm-sensors.
|
||||
Author: ocristopfer <ocristopfer@gmail.com>
|
||||
Maintainer: ocristopfer <ocristopfer@gmail.com>
|
||||
Version: 1.4.2
|
||||
Depends: lm-sensors
|
||||
Architecture: all
|
||||
Homepage: https://github.com/ocristopfer/cockpit-sensors
|
||||
Website: https://github.com/ocristopfer/cockpit-sensors
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
Name: cockpit-starter-kit
|
||||
Name: cockpit-sensors
|
||||
Version: %{VERSION}
|
||||
Release: 1%{?dist}
|
||||
Summary: Cockpit Starter Kit Example Module
|
||||
Summary: Cockpit Sensors Module
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
Source0: https://github.com/cockpit-project/starter-kit/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
|
|
@ -21,7 +21,7 @@ Requires: cockpit-bridge
|
|||
%{NPM_PROVIDES}
|
||||
|
||||
%description
|
||||
Cockpit Starter Kit Example Module
|
||||
Cockpit Sensors Module
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name} -a 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue