Compare commits

1 Commits
main ... 1.1

6 changed files with 9 additions and 27 deletions

View File

@@ -1,14 +1,14 @@
<services>
<service name="tar_scm" mode="manual">
<service name="tar_scm" mode="disabled">
<param name="versionformat">2.6.1+git%cd.%h</param>
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
<param name="scm">git</param>
<param name="revision">opensuse-slfo-main</param>
<param name="revision">opensuse</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="manual">
<service name="recompress" mode="disabled">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="manual" />
<service name="set_version" mode="disabled" />
</services>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/rpm-software-management/rpmlint.git</param>
<param name="changesrevision">f56008e95882638dd537bd698c521c5bade487f8</param></service></servicedata>
<param name="changesrevision">9387990a0a497336336c018151ed06d9a3e6794f</param></service></servicedata>

Binary file not shown.

Binary file not shown.

View File

@@ -1,21 +1,3 @@
-------------------------------------------------------------------
Tue Feb 18 09:00:07 UTC 2025 - matthias.gerstner@suse.com
- Update to version 2.6.1+git20250217.37bf4ada:
* dbus-services: whitelist systemd-sysupdated (bsc#1237106)
-------------------------------------------------------------------
Tue Feb 04 13:13:06 UTC 2025 - matthias.gerstner@suse.com
- switch _service from "disabled" to "manual" to harmonize with other
codestreams.
- switch to new opensuse-slfo-main branch to allow selective backporting of
required whitelisting changes.
- Update to version 2.6.1+git20250204.699be0cd:
* dbus-services: tuned-ppd: add new org.freedesktop.UPower names
* dbus-services: whitelist tuned-ppd (bsc#1232412)
* CI: add opensuse-slfo-* branches
-------------------------------------------------------------------
Fri Aug 09 07:38:50 UTC 2024 - filippo.bonazzi@suse.com

View File

@@ -23,7 +23,7 @@
%define name_suffix -%{flavor}
%endif
Name: rpmlint%{name_suffix}
Version: 2.6.1+git20250217.37bf4ada
Version: 2.6.1+git20240807.9387990
Release: 0
Summary: RPM file correctness checker
License: GPL-2.0-or-later