File minitest-backend-config.spec of Package minitest-backend-config
#
# spec file for package minitest-backend-config
#
# Copyright (c) 2025 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/
#
Name: minitest-backend-config
Summary: Minitest Backend Configuration
URL: https://openbuildservice.org
Group: Productivity/Networking/Web/Utilities
License: GPL-2.0-only OR GPL-3.0-only
Version: 1.0
Release: 0
Source0: configurations.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: inst-source-utils
Requires: obs-server
Requires: obs-service-download_files
Requires: obs-service-download_src_package
Requires: obs-service-download_url
Requires: obs-service-format_spec_file
Requires: obs-signd
Requires: perl-Devel-Cover
Requires: perl-Diff-LibXDiff
Requires: perl-URI
%description
Configuration and dependencies needed for running our minitest test backend.
%prep
%build
echo "nothing to build..."
%install
tar xf %{SOURCE0} -C $RPM_BUILD_ROOT
%files
%defattr (-,root,root)
%dir /etc/obs
/etc/ourkeyfile.asc
/etc/sysconfig/signd
/etc/sign.conf
/etc/obs/cloudupload/
/root/.gnupg/
/root/.phrases/
%changelog