12
0

Accepting request 1265247 from Base:System

- Update to version 20250328:
  * Revert "Define %jobs as variable (boo#1237231)"
  * Create the directory for rpm macros installation in install

- Update to version 20250324:
  * Define %jobs as variable (boo#1237231)
  * %requires_eq|ge(): Fix multiline output
  * Split the SUSE distribution version macros to a separate file

OBS-URL: https://build.opensuse.org/request/show/1265247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpm-config-SUSE?expand=0&rev=34
This commit is contained in:
2025-04-04 15:29:23 +00:00
committed by Git OBS Bridge
5 changed files with 24 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/rpm-config-SUSE</param>
<param name="changesrevision">0f18356a55adbba0e4884617ae6f09a9d1ffcb0e</param>
<param name="changesrevision">134e70e47ed6dace59c28499e18de50bdc25ecb6</param>
</service>
</servicedata>

BIN
rpm-config-SUSE-20241031.tar.zst (Stored with Git LFS)

Binary file not shown.

BIN
rpm-config-SUSE-20250328.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 28 16:22:44 UTC 2025 - dmueller@suse.com
- Update to version 20250328:
* Revert "Define %jobs as variable (boo#1237231)"
* Create the directory for rpm macros installation in install
-------------------------------------------------------------------
Mon Mar 24 12:43:56 UTC 2025 - dmueller@suse.com
- Update to version 20250324:
* Define %jobs as variable (boo#1237231)
* %requires_eq|ge(): Fix multiline output
* Split the SUSE distribution version macros to a separate file
-------------------------------------------------------------------
Thu Oct 31 09:33:24 UTC 2024 - dmueller@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package rpm-config-SUSE
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2018 Neal Gompa <ngompa13@gmail.com>.
#
# All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
# ignore the explicit bash requires from the kernel mod scripts
%define __requires_exclude ^/bin/bash$
Name: rpm-config-SUSE
Version: 20241031
Version: 20250328
Release: 0
Summary: SUSE specific RPM configuration files
License: GPL-2.0-or-later
@@ -53,7 +53,7 @@ sed -e 's/@suse_version@/%{?suse_version}%{!?suse_version:0}/' \
%else
-e '/@sle_version@/d' \
%endif
< suse_macros.in > suse_macros
< suse_dist_macros.in > macros.d/macros.susedist
%if 0%{?is_opensuse}
# use latest build date of BuildRequires as reference and go to January 1st three years back - the + 6 * 3600 is to match exactly the previous value of 2020-01-01 00:00 as leap-years cause some hours of offset
@@ -68,8 +68,8 @@ EOF
%install
# Install SUSE vendor macros and rpmrc
mkdir -p %{buildroot}%{_rpmconfigdir}/suse
cp -a suse_macros %{buildroot}%{_rpmconfigdir}/suse/macros
install -d -m 0755 %{buildroot}%{_rpmconfigdir}
cp -a suse %{buildroot}%{_rpmconfigdir}
# Install vendor dependency generators
cp -a fileattrs %{buildroot}%{_rpmconfigdir}