From f4721d80d26754e3d7e448cf68256cfed524c3279d964268d6f20ee0a0e3ff41 Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Tue, 25 Aug 2020 15:45:58 +0000 Subject: [PATCH] - Update to version 15.3.4: * spec: rework dependencies OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=90 --- _servicedata | 2 +- suse-module-tools-15.3.3.tar.xz | 3 --- suse-module-tools-15.3.4.tar.xz | 3 +++ suse-module-tools.changes | 6 ++++++ suse-module-tools.spec | 11 +++++++---- 5 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 suse-module-tools-15.3.3.tar.xz create mode 100644 suse-module-tools-15.3.4.tar.xz diff --git a/_servicedata b/_servicedata index 44a1fe2..98e5f4a 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/suse-module-tools.git - 5def500a75de25a50a156ebf1af7233c386e0aa2 \ No newline at end of file + 241a1582698c6a7f96f877a5ec64f478fdf90c82 \ No newline at end of file diff --git a/suse-module-tools-15.3.3.tar.xz b/suse-module-tools-15.3.3.tar.xz deleted file mode 100644 index 0ceb84c..0000000 --- a/suse-module-tools-15.3.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5880b4bfd5d39d52df450462daeb05c6bd34683a6508d940cfc2181bf4dce73 -size 27976 diff --git a/suse-module-tools-15.3.4.tar.xz b/suse-module-tools-15.3.4.tar.xz new file mode 100644 index 0000000..91d723a --- /dev/null +++ b/suse-module-tools-15.3.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be037bdeae2c51daa4a939ebc4bbe3839252bfdf612b7196301129eef4172a8 +size 28004 diff --git a/suse-module-tools.changes b/suse-module-tools.changes index 4860720..5143da7 100644 --- a/suse-module-tools.changes +++ b/suse-module-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 25 15:43:20 UTC 2020 - mwilck@suse.com + +- Update to version 15.3.4: + * spec: rework dependencies + ------------------------------------------------------------------- Fri Jun 5 15:28:50 UTC 2020 - Martin Wilck diff --git a/suse-module-tools.spec b/suse-module-tools.spec index ee5f91f..4ba1a08 100644 --- a/suse-module-tools.spec +++ b/suse-module-tools.spec @@ -28,7 +28,7 @@ %endif Name: suse-module-tools -Version: 15.3.3 +Version: 15.3.4 Release: 0 Summary: Configuration for module loading and SUSE-specific utilities for KMPs License: GPL-2.0-or-later @@ -36,12 +36,15 @@ Group: System/Base URL: https://github.com/openSUSE/suse-module-tools Source0: %{name}-%{version}.tar.xz Source1: %{name}.rpmlintrc +Requires: /usr/bin/grep +Requires: /usr/bin/gzip +Requires: /usr/bin/sed Requires: coreutils Requires: findutils -Requires: grep -Requires: gzip Requires: rpm -Requires: sed +Requires(post): /usr/bin/grep +Requires(post): /usr/bin/sed +Requires(post): coreutils # Use weak dependencies for mkinitrd and kmod in order to # keep Ring0 lean. In normal deployments, these packages # will be available anyway.