Accepting request 885744 from Base:System

e-adding the obs_scm and extract_files services in manual mode
(had been deleted by "osc service merge")

- Update to version 15.4.0:
  * Enable f2fs (bsc#1184415)

OBS-URL: https://build.opensuse.org/request/show/885744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-module-tools?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2021-04-18 19:45:10 +00:00 committed by Git OBS Bridge
commit b85ee2f69f
7 changed files with 27 additions and 17 deletions

View File

@ -1,22 +1,22 @@
<services>
<service mode="disabled" name="tar_scm">
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">suse-module-tools</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">\+[01]$</param>
<param name="versionrewrite-replacement"></param>
<param name="versionrewrite-pattern">([^+]*)\+0</param>
<param name="revision">master</param>
<param name="exclude">*.rpmlintrc</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="extract_file">
<param name="archive">*.tar.xz</param>
<service name="extract_file" mode="manual">
<param name="archive">*.obscpio</param>
<param name="files">*/suse-module-tools.spec</param>
<param name="outfilename">suse-module-tools.spec</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
<param name="changesrevision">31b83356f95d05bd06fbddc0e023635aa0fc50cd</param></service></servicedata>
<param name="changesrevision">37a04d84cbeaf0540e6771e8d8f7c8ec10c61df7</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 13 15:24:23 UTC 2021 - obs-service-tar-scm@invalid
- Update to version 15.4.0:
* Enable f2fs (bsc#1184415)
-------------------------------------------------------------------
Mon Nov 02 17:03:42 UTC 2020 - mwilck@suse.com

View File

@ -0,0 +1,5 @@
name: suse-module-tools
version: 15.4.0
mtime: 1618321769
commit: 37a04d84cbeaf0540e6771e8d8f7c8ec10c61df7

View File

@ -1,7 +1,7 @@
#
# spec file for package suse-module-tools
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,14 +21,14 @@
%define modules_load_dir /usr/lib/modules-load.d
# List of legacy file systems to be blacklisted by default
%global fs_blacklist adfs affs bfs befs cramfs efs erofs exofs freevxfs f2fs hfs hpfs jfs minix nilfs2 ntfs omfs qnx4 qnx6 sysv ufs
%global fs_blacklist adfs affs bfs befs cramfs efs erofs exofs freevxfs hfs hpfs jfs minix nilfs2 ntfs omfs qnx4 qnx6 sysv ufs
%if 0%{?sle_version} >= 120200 && 0%{?sle_version} < 150000
%global softdep_br_netfilter 1
%endif
Name: suse-module-tools
Version: 15.3.5
Version: 15.4.0
Release: 0
Summary: Configuration for module loading and SUSE-specific utilities for KMPs
License: GPL-2.0-or-later
@ -63,7 +63,6 @@ uninstallation, as well as default configuration files for depmod and
modprobe. These utilities are provided by kmod-compat or
module-init-tools, whichever implementation you choose to install.
%package legacy
Summary: Legacy "weak-modules" script for Code10
Group: System/Base