Merge pull request #2637 from s-t-e-v-e-n-k/remove-devel-package

Remove devel package and make check target
This commit is contained in:
Stephan Kulow 2021-10-07 09:00:05 +02:00 committed by GitHub
commit f5e623417a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 25 deletions

View File

@ -30,12 +30,6 @@ install:
$(DESTDIR)$(pkgdatadir)/metrics/grafana/provisioning/dashboards.yaml \
$(DESTDIR)$(unitdir)/osrt-metrics-telegraf.service
check: test
test:
# to see more add -v -d -s --nologcapture
$(wildcard /usr/bin/nosetests-2.*) -c .noserc
package:
touch dist/package/$(package_name).changes
tar -cJf dist/package/$(package_name)-0.tar.xz --exclude=.git* --exclude=dist/package/*.tar.xz --transform 's,^\.,$(package_name)-0,' .
@ -44,4 +38,4 @@ package-clean:
rm -f dist/package/$(package_name).changes
rm -f dist/package/$(package_name).tar.xz
.PHONY: all install test check
.PHONY: all install

View File

@ -82,19 +82,6 @@ Tools to aid in staging and release work for openSUSE/SUSE
The toolset consists of a variety of stand-alone scripts, review bots, osc
plugins, and automation aids.
%package devel
Summary: Development requirements for openSUSE-release-tools
Group: Development/Tools/Other
BuildArch: noarch
Requires: libxml2-tools
Requires: python3-httpretty
Requires: python3-mock
Requires: python3-nose
%description devel
Development requirements for openSUSE-release-tools to be used in conjunction
with a git clone of the development repository available from %{url}.
%package abichecker
Summary: ABI review bot
Group: Development/Tools/Other
@ -422,11 +409,6 @@ exit 0
%exclude %{_datadir}/%{source_dir}/write_repo_susetags_file.pl
%dir %{_sysconfdir}/openSUSE-release-tools
%files devel
%defattr(-,root,root,-)
# Non-empty for older products.
%doc README.md
%files abichecker
%defattr(-,root,root,-)
%{apache_sysconfdir}/vhosts.d/opensuse-abi-checker.conf.in