2007-01-16 00:45:32 +01:00
|
|
|
#
|
2011-08-09 16:25:17 +02:00
|
|
|
# spec file for package yast2-tune
|
2007-01-16 00:45:32 +01:00
|
|
|
#
|
2021-04-07 09:48:32 +02:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2011-08-09 16:25:17 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2020-12-04 15:38:30 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-08-09 16:25:17 +02:00
|
|
|
#
|
|
|
|
|
2008-03-19 01:29:42 +01:00
|
|
|
|
2011-08-09 16:25:17 +02:00
|
|
|
Name: yast2-tune
|
2021-12-16 14:29:15 +01:00
|
|
|
Version: 4.4.2
|
2011-09-29 14:19:26 +02:00
|
|
|
Release: 0
|
2019-06-04 10:13:49 +02:00
|
|
|
Summary: YaST2 - Hardware Tuning
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
Group: System/YaST
|
2020-12-04 15:38:30 +01:00
|
|
|
URL: https://github.com/yast/yast-tune
|
2013-10-16 10:41:31 +02:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2012-04-10 10:43:00 +02:00
|
|
|
BuildRequires: update-desktop-files
|
2020-04-07 13:11:48 +02:00
|
|
|
# CFA::SysctlConfig
|
|
|
|
BuildRequires: yast2 >= 4.2.67
|
2021-04-21 09:11:22 +02:00
|
|
|
BuildRequires: yast2-devtools >= 4.4.0
|
2020-04-07 13:11:48 +02:00
|
|
|
# # CFA::SysctlConfig
|
|
|
|
Requires: yast2 >= 4.2.67
|
2011-10-04 10:01:37 +02:00
|
|
|
Requires: yast2-bootloader
|
2013-07-30 14:31:46 +02:00
|
|
|
Requires: yast2-ruby-bindings >= 1.0.0
|
|
|
|
|
2007-01-16 00:45:32 +01:00
|
|
|
%description
|
|
|
|
This package contains the YaST2 component for hardware configuration.
|
|
|
|
|
|
|
|
%prep
|
2019-06-04 10:13:49 +02:00
|
|
|
%setup -q
|
2007-01-16 00:45:32 +01:00
|
|
|
|
|
|
|
%build
|
2013-10-16 10:41:31 +02:00
|
|
|
%yast_build
|
2007-01-16 00:45:32 +01:00
|
|
|
|
|
|
|
%install
|
2013-10-16 10:41:31 +02:00
|
|
|
%yast_install
|
2019-06-04 10:13:49 +02:00
|
|
|
%yast_metainfo
|
2007-01-16 00:45:32 +01:00
|
|
|
|
2009-03-27 00:42:06 +01:00
|
|
|
%post
|
|
|
|
# rename the config file to the new modprobe schema
|
2021-04-21 09:11:22 +02:00
|
|
|
if test -e %{_sysconfdir}/modprobe.d/newid; then
|
|
|
|
mv -f %{_sysconfdir}/modprobe.d/newid %{_sysconfdir}/modprobe.d/50-newid.conf
|
2009-03-27 00:42:06 +01:00
|
|
|
fi
|
|
|
|
|
2007-01-16 00:45:32 +01:00
|
|
|
%files
|
2021-04-21 09:11:22 +02:00
|
|
|
%license COPYING
|
2019-06-04 10:13:49 +02:00
|
|
|
%{yast_yncludedir}
|
|
|
|
%{yast_clientdir}
|
|
|
|
%{yast_desktopdir}
|
|
|
|
%{yast_metainfodir}
|
|
|
|
%{yast_moduledir}
|
|
|
|
%{yast_libdir}
|
|
|
|
%{yast_scrconfdir}
|
2018-11-29 09:17:01 +01:00
|
|
|
%{yast_icondir}
|
2013-08-02 10:29:17 +02:00
|
|
|
|
2011-08-09 16:25:17 +02:00
|
|
|
%changelog
|