mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-08 05:58:43 +02:00
Improve 'build' and 'buildinfo' commands by uploading *.inc files to OBS for parsing BuildRequires (boo#1221340)
This commit is contained in:
1
behave/fixtures/pac/test-pkgA-3-inc.inc
Normal file
1
behave/fixtures/pac/test-pkgA-3-inc.inc
Normal file
@@ -0,0 +1 @@
|
||||
BuildRequires: DOES-NOT-EXIST
|
27
behave/fixtures/pac/test-pkgA-3-inc.spec
Normal file
27
behave/fixtures/pac/test-pkgA-3-inc.spec
Normal file
@@ -0,0 +1,27 @@
|
||||
%include test-pkgA.inc
|
||||
|
||||
Name: test-pkgA
|
||||
Version: 4
|
||||
Release: 1
|
||||
License: GPL-2.0
|
||||
Summary: Test package
|
||||
URL: https://example.com/test-package/
|
||||
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
%description
|
||||
desc
|
||||
|
||||
|
||||
%prep
|
||||
|
||||
|
||||
%install
|
||||
|
||||
|
||||
%files
|
||||
|
||||
|
||||
%changelog
|
Reference in New Issue
Block a user