Sync from SUSE:SLFO:Main sca-patterns-sle12 revision 427107c1d78a8acfbcae3eb4fc870768
This commit is contained in:
commit
80cc98e0bc
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
BIN
sca-patterns-sle12-1.5.7.tar.gz
(Stored with Git LFS)
Normal file
BIN
sca-patterns-sle12-1.5.7.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
2671
sca-patterns-sle12.changes
Normal file
2671
sca-patterns-sle12.changes
Normal file
File diff suppressed because one or more lines are too long
89
sca-patterns-sle12.spec
Normal file
89
sca-patterns-sle12.spec
Normal file
@ -0,0 +1,89 @@
|
|||||||
|
#
|
||||||
|
# spec file for package sca-patterns-sle12
|
||||||
|
#
|
||||||
|
# Copyright (c) 2024 SUSE LLC
|
||||||
|
#
|
||||||
|
# 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.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define sca_common sca
|
||||||
|
%define patdirbase /usr/lib/%{sca_common}
|
||||||
|
%define patdir %{patdirbase}/patterns
|
||||||
|
%define patuser root
|
||||||
|
%define patgrp root
|
||||||
|
%define patmode 755
|
||||||
|
%define category SLE
|
||||||
|
|
||||||
|
Name: sca-patterns-sle12
|
||||||
|
Version: 1.5.7
|
||||||
|
Release: 0
|
||||||
|
Summary: Supportconfig Analysis Patterns for SLE12
|
||||||
|
License: GPL-2.0-only
|
||||||
|
URL: https://github.com/g23guy/sca-patterns-sle12
|
||||||
|
Group: System/Monitoring
|
||||||
|
Source: %{name}-%{version}.tar.gz
|
||||||
|
BuildRequires: fdupes
|
||||||
|
Requires: sca-patterns-base >= 1.5.0
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description
|
||||||
|
Supportconfig Analysis (SCA) appliance patterns to identify known
|
||||||
|
issues relating to all versions of SLE12
|
||||||
|
|
||||||
|
See %{_docdir}/sca-patterns-base/COPYING.GPLv2
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
pwd;ls -la
|
||||||
|
install -d %{buildroot}/%{patdir}/%{category}
|
||||||
|
install -d %{buildroot}/%{patdir}/%{category}/sle12all
|
||||||
|
install -d %{buildroot}/%{patdir}/%{category}/sle12sp0
|
||||||
|
install -d %{buildroot}/%{patdir}/%{category}/sle12sp1
|
||||||
|
install -d %{buildroot}/%{patdir}/%{category}/sle12sp2
|
||||||
|
install -d %{buildroot}/%{patdir}/%{category}/sle12sp3
|
||||||
|
install -d %{buildroot}/%{patdir}/%{category}/sle12sp4
|
||||||
|
install -d %{buildroot}/%{patdir}/%{category}/sle12sp5
|
||||||
|
install -m %{patmode} patterns/%{category}/sle12all/* %{buildroot}/%{patdir}/%{category}/sle12all
|
||||||
|
install -m %{patmode} patterns/%{category}/sle12sp0/* %{buildroot}/%{patdir}/%{category}/sle12sp0
|
||||||
|
install -m %{patmode} patterns/%{category}/sle12sp1/* %{buildroot}/%{patdir}/%{category}/sle12sp1
|
||||||
|
install -m %{patmode} patterns/%{category}/sle12sp2/* %{buildroot}/%{patdir}/%{category}/sle12sp2
|
||||||
|
install -m %{patmode} patterns/%{category}/sle12sp3/* %{buildroot}/%{patdir}/%{category}/sle12sp3
|
||||||
|
install -m %{patmode} patterns/%{category}/sle12sp4/* %{buildroot}/%{patdir}/%{category}/sle12sp4
|
||||||
|
install -m %{patmode} patterns/%{category}/sle12sp5/* %{buildroot}/%{patdir}/%{category}/sle12sp5
|
||||||
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,%{patuser},%{patgrp})
|
||||||
|
%dir %{patdirbase}
|
||||||
|
%dir %{patdir}
|
||||||
|
%dir %{patdir}/%{category}
|
||||||
|
%dir %{patdir}/%{category}/sle12all
|
||||||
|
%dir %{patdir}/%{category}/sle12sp0
|
||||||
|
%dir %{patdir}/%{category}/sle12sp1
|
||||||
|
%dir %{patdir}/%{category}/sle12sp2
|
||||||
|
%dir %{patdir}/%{category}/sle12sp3
|
||||||
|
%dir %{patdir}/%{category}/sle12sp4
|
||||||
|
%dir %{patdir}/%{category}/sle12sp5
|
||||||
|
%attr(%{patmode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle12all/*
|
||||||
|
%attr(%{patmode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle12sp0/*
|
||||||
|
%attr(%{patmode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle12sp1/*
|
||||||
|
%attr(%{patmode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle12sp2/*
|
||||||
|
%attr(%{patmode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle12sp3/*
|
||||||
|
%attr(%{patmode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle12sp4/*
|
||||||
|
%attr(%{patmode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle12sp5/*
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user