forked from pool/rpmlint
Accepting request 1116871 from devel:openSUSE:Factory:rpmlint
OBS-URL: https://build.opensuse.org/request/show/1116871 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=458
This commit is contained in:
commit
e4dea37440
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
|
||||
<param name="changesrevision">4b34bab6d7cdbe304e0c01e80de9b72c63818bbc</param></service></servicedata>
|
||||
<param name="changesrevision">276506d8f48cfeaa818d94c031171a72417d5091</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:536c2cbf94bddef38be4f2d530b6426a0bf0b09d39976880920b10fb6b758c31
|
||||
size 6869264
|
3
rpmlint-2.4.0+git20231010.276506d.tar.xz
Normal file
3
rpmlint-2.4.0+git20231010.276506d.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8f4cd1d9ba45d241d13775b263823e86bd38c625a18f124481aae2d186f1756
|
||||
size 6869016
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 11 08:57:44 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Use %pyproject_wheel to build the package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 11:54:23 UTC 2023 - wolfgang.frisch@suse.com
|
||||
|
||||
- Update to version 2.4.0+git20231010.276506d:
|
||||
* dbus-services: adjust to etc -> usr move in thermald (bsc#1215873)
|
||||
* dbus-services: remove obsolete entry for sysprof
|
||||
* Use "int" as defaultdict factory instead of lambda
|
||||
* test: Replace bin in test_zypp_syntax
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 06 12:11:12 UTC 2023 - filippo.bonazzi@suse.com
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%define name_suffix -%{flavor}
|
||||
%endif
|
||||
Name: rpmlint%{name_suffix}
|
||||
Version: 2.4.0+git20231006.4b34bab
|
||||
Version: 2.4.0+git20231010.276506d
|
||||
Release: 0
|
||||
Summary: RPM file correctness checker
|
||||
License: GPL-2.0-or-later
|
||||
@ -32,7 +32,9 @@ Source0: rpmlint-%{version}.tar.xz
|
||||
Patch0: disable-flake-and-cov.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-wheel
|
||||
BuildArch: noarch
|
||||
%if "%{flavor}" == "test"
|
||||
BuildRequires: appstream-glib
|
||||
@ -92,7 +94,7 @@ source packages can be checked.
|
||||
|
||||
%build
|
||||
%if "%{flavor}" != "strict"
|
||||
%python3_build
|
||||
%python3_pyproject_wheel
|
||||
%endif
|
||||
|
||||
%install
|
||||
@ -102,7 +104,7 @@ install -m644 configs/openSUSE/scoring-strict.override.toml %{buildroot}%{_sysco
|
||||
%endif
|
||||
|
||||
%if "%{flavor}" == ""
|
||||
%python3_install
|
||||
%python3_pyproject_install
|
||||
fdupes %{buildroot}%{python3_sitelib}
|
||||
install -m644 configs/openSUSE/* %{buildroot}%{_sysconfdir}/xdg/rpmlint
|
||||
rm %{buildroot}%{_sysconfdir}/xdg/rpmlint/scoring-strict.override.toml
|
||||
|
Loading…
Reference in New Issue
Block a user