SHA256
1
0
forked from pool/yast2-tune

- stop packaging docdir, it only contained the license which

is now in licensedir (bsc#1184897)
- spec file cleanups
- 4.4.1

- 4.4.0

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-tune?expand=0&rev=294
This commit is contained in:
YaST Team Bot 2021-04-21 07:11:22 +00:00 committed by Git OBS Bridge
parent 718c27450b
commit f245f56b46
4 changed files with 21 additions and 12 deletions

View File

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

3
yast2-tune-4.4.1.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Apr 20 18:14:05 UTC 2021 - Dirk Müller <dmueller@suse.com>
- stop packaging docdir, it only contained the license which
is now in licensedir (bsc#1184897)
- spec file cleanups
- 4.4.1
-------------------------------------------------------------------
Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slezák <lslezak@suse.cz>
- 4.4.0
-------------------------------------------------------------------
Thu Dec 17 16:04:32 UTC 2020 - Steffen Winterfeldt <snwint@suse.com>

View File

@ -17,20 +17,17 @@
Name: yast2-tune
Version: 4.3.1
Version: 4.4.1
Release: 0
Summary: YaST2 - Hardware Tuning
License: GPL-2.0-or-later
Group: System/YaST
URL: https://github.com/yast/yast-tune
Source0: %{name}-%{version}.tar.bz2
BuildRequires: update-desktop-files
# CFA::SysctlConfig
BuildRequires: yast2 >= 4.2.67
BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: yast2-devtools >= 4.4.0
# # CFA::SysctlConfig
Requires: yast2 >= 4.2.67
Requires: yast2-bootloader
@ -51,11 +48,12 @@ This package contains the YaST2 component for hardware configuration.
%post
# rename the config file to the new modprobe schema
if test -e /etc/modprobe.d/newid; then
mv -f /etc/modprobe.d/newid /etc/modprobe.d/50-newid.conf
if test -e %{_sysconfdir}/modprobe.d/newid; then
mv -f %{_sysconfdir}/modprobe.d/newid %{_sysconfdir}/modprobe.d/50-newid.conf
fi
%files
%license COPYING
%{yast_yncludedir}
%{yast_clientdir}
%{yast_desktopdir}
@ -64,7 +62,5 @@ fi
%{yast_libdir}
%{yast_scrconfdir}
%{yast_icondir}
%doc %{yast_docdir}
%license COPYING
%changelog