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:
commit
f5e623417a
8
Makefile
8
Makefile
@ -30,12 +30,6 @@ install:
|
|||||||
$(DESTDIR)$(pkgdatadir)/metrics/grafana/provisioning/dashboards.yaml \
|
$(DESTDIR)$(pkgdatadir)/metrics/grafana/provisioning/dashboards.yaml \
|
||||||
$(DESTDIR)$(unitdir)/osrt-metrics-telegraf.service
|
$(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:
|
package:
|
||||||
touch dist/package/$(package_name).changes
|
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,' .
|
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).changes
|
||||||
rm -f dist/package/$(package_name).tar.xz
|
rm -f dist/package/$(package_name).tar.xz
|
||||||
|
|
||||||
.PHONY: all install test check
|
.PHONY: all install
|
||||||
|
18
dist/package/openSUSE-release-tools.spec
vendored
18
dist/package/openSUSE-release-tools.spec
vendored
@ -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
|
The toolset consists of a variety of stand-alone scripts, review bots, osc
|
||||||
plugins, and automation aids.
|
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
|
%package abichecker
|
||||||
Summary: ABI review bot
|
Summary: ABI review bot
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
@ -422,11 +409,6 @@ exit 0
|
|||||||
%exclude %{_datadir}/%{source_dir}/write_repo_susetags_file.pl
|
%exclude %{_datadir}/%{source_dir}/write_repo_susetags_file.pl
|
||||||
%dir %{_sysconfdir}/openSUSE-release-tools
|
%dir %{_sysconfdir}/openSUSE-release-tools
|
||||||
|
|
||||||
%files devel
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
# Non-empty for older products.
|
|
||||||
%doc README.md
|
|
||||||
|
|
||||||
%files abichecker
|
%files abichecker
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{apache_sysconfdir}/vhosts.d/opensuse-abi-checker.conf.in
|
%{apache_sysconfdir}/vhosts.d/opensuse-abi-checker.conf.in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user