obs-service-source_validator recently gained the feature to reject empty or garbled patches, and hence this was failing. Use a validly formatted patch instead.
21 lines
354 B
RPMSpec
21 lines
354 B
RPMSpec
#
|
|
# Copyright (c) 2020 SUSE LLC
|
|
#
|
|
# This file is under MIT license
|
|
|
|
|
|
Name: blowfish
|
|
Version: 1
|
|
Release: 0
|
|
Summary: Blowfish
|
|
License: GPL-2.0-only
|
|
URL: https://github.com/openSUSE/cockpit-wicked
|
|
Source: blowfish-1.tar.gz
|
|
Patch1: test.patch
|
|
BuildArch: noarch
|
|
|
|
%prep
|
|
%patch1
|
|
|
|
%changelog
|