From f245f56b4651d19292b92a7fba18596cac280cdd4592202d8ae42332e95e587d Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 21 Apr 2021 07:11:22 +0000 Subject: [PATCH] - 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 --- yast2-tune-4.3.1.tar.bz2 | 3 --- yast2-tune-4.4.1.tar.bz2 | 3 +++ yast2-tune.changes | 13 +++++++++++++ yast2-tune.spec | 14 +++++--------- 4 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 yast2-tune-4.3.1.tar.bz2 create mode 100644 yast2-tune-4.4.1.tar.bz2 diff --git a/yast2-tune-4.3.1.tar.bz2 b/yast2-tune-4.3.1.tar.bz2 deleted file mode 100644 index 2d5364e..0000000 --- a/yast2-tune-4.3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a110841a9239807c3a63a70c5cf902aaf30eb04e01e0510984589d668ee7fe6 -size 40710 diff --git a/yast2-tune-4.4.1.tar.bz2 b/yast2-tune-4.4.1.tar.bz2 new file mode 100644 index 0000000..6d5bba1 --- /dev/null +++ b/yast2-tune-4.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17065836ddb52c3e07226db284ff7f89174470e15a9ccfb7bf5f20ed04ab7450 +size 40773 diff --git a/yast2-tune.changes b/yast2-tune.changes index de67221..1d8227d 100644 --- a/yast2-tune.changes +++ b/yast2-tune.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Apr 20 18:14:05 UTC 2021 - Dirk Müller + +- 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 + +- 4.4.0 + ------------------------------------------------------------------- Thu Dec 17 16:04:32 UTC 2020 - Steffen Winterfeldt diff --git a/yast2-tune.spec b/yast2-tune.spec index 92766b8..3140cdc 100644 --- a/yast2-tune.spec +++ b/yast2-tune.spec @@ -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