From 18cf32c8698e74bae440ade0951478e2f564cda1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Wed, 5 Jun 2024 00:51:39 +0100 Subject: [PATCH 1/8] The packages are architecture-specific, but do not contain any ELF binaries with debuginfo to extract, so we need disable debuginfo. --- redhat-lsb.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/redhat-lsb.spec b/redhat-lsb.spec index 1fa31a8..786cefb 100644 --- a/redhat-lsb.spec +++ b/redhat-lsb.spec @@ -90,12 +90,12 @@ continue to support the LSB project and software that uses it # The packages are architecture-specific, but do not contain any ELF # binaries with debuginfo to extract. -%undefine _enable_debug_packages +%global debug_package %{nil} Summary: Implementation of Linux Standard Base specification Name: redhat-lsb Version: 5.0 -Release: 0.9%{gver}%{?dist} +Release: 0.10%{gver}%{?dist} URL: https://wiki.linuxfoundation.org/lsb/start # https://github.com/LinuxStandardBase/lsb-samples/ Source0: redhat-lsb-%{snapshot}.tar.gz @@ -536,6 +536,10 @@ ln -snf ../../../sbin/chkconfig %{buildroot}/usr/lib/lsb/remove_initd %changelog +* Tue Jun 04 2024 Sérgio Basto - 5.0-0.10.20231006git8d00acdc +- The packages are architecture-specific, but do not contain any ELF + binaries with debuginfo to extract, so we need disable debuginfo. + * Sat Mar 02 2024 Sérgio Basto - 5.0-0.9.20231006git8d00acdc - Add conflicts required by Fedora package guidelines From f19ff69e7f4d0c88287eb263152ae633715dc9df Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 18:24:38 +0000 Subject: [PATCH 2/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- redhat-lsb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/redhat-lsb.spec b/redhat-lsb.spec index 786cefb..ed95c3f 100644 --- a/redhat-lsb.spec +++ b/redhat-lsb.spec @@ -95,7 +95,7 @@ continue to support the LSB project and software that uses it Summary: Implementation of Linux Standard Base specification Name: redhat-lsb Version: 5.0 -Release: 0.10%{gver}%{?dist} +Release: 0.11%{gver}%{?dist} URL: https://wiki.linuxfoundation.org/lsb/start # https://github.com/LinuxStandardBase/lsb-samples/ Source0: redhat-lsb-%{snapshot}.tar.gz @@ -536,6 +536,9 @@ ln -snf ../../../sbin/chkconfig %{buildroot}/usr/lib/lsb/remove_initd %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 5.0-0.11.20231006git8d00acdc +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Tue Jun 04 2024 Sérgio Basto - 5.0-0.10.20231006git8d00acdc - The packages are architecture-specific, but do not contain any ELF binaries with debuginfo to extract, so we need disable debuginfo. From 97f05d5845004613dffa6deab662f7cb5f2bc2f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 29 Jul 2024 12:00:27 +0200 Subject: [PATCH 3/8] convert GPLv2 license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- redhat-lsb.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/redhat-lsb.spec b/redhat-lsb.spec index ed95c3f..450505b 100644 --- a/redhat-lsb.spec +++ b/redhat-lsb.spec @@ -95,11 +95,12 @@ continue to support the LSB project and software that uses it Summary: Implementation of Linux Standard Base specification Name: redhat-lsb Version: 5.0 -Release: 0.11%{gver}%{?dist} +Release: 0.12%{gver}%{?dist} URL: https://wiki.linuxfoundation.org/lsb/start # https://github.com/LinuxStandardBase/lsb-samples/ Source0: redhat-lsb-%{snapshot}.tar.gz -License: GPLv2 +# Automatically converted from old format: GPLv2 - review is highly recommended. +License: GPL-2.0-only BuildRequires: make BuildRequires: perl-generators BuildRequires: perl(Getopt::Long) @@ -536,6 +537,9 @@ ln -snf ../../../sbin/chkconfig %{buildroot}/usr/lib/lsb/remove_initd %changelog +* Mon Jul 29 2024 Miroslav Suchý - 5.0-0.12.20231006git8d00acdc +- convert license to SPDX + * Fri Jul 19 2024 Fedora Release Engineering - 5.0-0.11.20231006git8d00acdc - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 4a2989421a12418de4f5cac25f1fd70e117537ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 28 Nov 2024 19:36:26 +0000 Subject: [PATCH 4/8] Remove sub-pacakges: redhat-lsb-core, redhat-lsb-cxx, redhat-lsb-desktop, redhat-lsb-languages and redhat-lsb-printing aren't useful for a long time Switch to a noarch package --- redhat-lsb.spec | 477 ++---------------------------------------------- 1 file changed, 15 insertions(+), 462 deletions(-) diff --git a/redhat-lsb.spec b/redhat-lsb.spec index 450505b..b9fdd95 100644 --- a/redhat-lsb.spec +++ b/redhat-lsb.spec @@ -5,75 +5,6 @@ %global snapshot %{gitdate}git%{gitversion} %global gver .%{gitdate}git%{gitversion} -# Define this to link to which library version eg. /lib64/ld-lsb-x86-64.so.3 -%global lsbsover 3 - -%ifarch %{ix86} -%global ldso ld-linux.so.2 -%global lsbldso ld-lsb.so -%global archname ia32 -%endif - -%ifarch alpha -%global ldso ld-linux-alpha.so.2 -%global lsbldso ld-lsb-alpha.so -%define archname alpha -%endif - -%ifarch ia64 -%global ldso ld-linux-ia64.so.2 -%global lsbldso ld-lsb-ia64.so -%global archname ia64 -%endif - -%ifarch ppc -%global ldso ld.so.1 -%global lsbldso ld-lsb-ppc32.so -%global archname ppc32 -%endif - -%ifarch ppc64 -%global ldso ld64.so.1 -%global lsbldso ld-lsb-ppc64.so -%global archname ppc64 -%endif - -%ifarch ppc64le -%global ldso ld64.so.2 -%global lsbldso ld-lsb-ppc64le.so -%global archname ppc64le -%endif - -%ifarch s390 -%global ldso ld.so.1 -%global lsbldso ld-lsb-s390.so -%global archname s390 -%endif - -%ifarch s390x -%global ldso ld64.so.1 -%global lsbldso ld-lsb-s390x.so -%global archname s390x -%endif - -%ifarch x86_64 -%global ldso ld-linux-x86-64.so.2 -%global lsbldso ld-lsb-x86-64.so -%global archname amd64 -%endif - -%ifarch %{arm} -%global ldso ld-linux.so.2 -%global lsbldso ld-lsb-arm.so -%global archname arm -%endif - -%ifarch aarch64 -%global ldso ld-linux-aarch64.so.1 -%global lsbldso ld-lsb-aarch64.so -%global archname aarch64 -%endif - %global upstreamlsbrelver 2.0 %global lsbrelver 5.0 %global disclaimer This package is not compliance with LSB, because various \ @@ -84,26 +15,17 @@ removed from the repositories and possibly replaced with new ones. \ This package tries its best to comply with the LSB. Hoping to be helpful and \ continue to support the LSB project and software that uses it -# for >= f28, __brp_ldconfig is added in __os_install_post, it removes the symlink %%{lsbldso} -# and thus leading to the FTBS. -%global __brp_ldconfig %{nil} - -# The packages are architecture-specific, but do not contain any ELF -# binaries with debuginfo to extract. -%global debug_package %{nil} - Summary: Implementation of Linux Standard Base specification Name: redhat-lsb Version: 5.0 -Release: 0.12%{gver}%{?dist} +Release: 0.13%{gver}%{?dist} URL: https://wiki.linuxfoundation.org/lsb/start # https://github.com/LinuxStandardBase/lsb-samples/ Source0: redhat-lsb-%{snapshot}.tar.gz # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only BuildRequires: make -BuildRequires: perl-generators -BuildRequires: perl(Getopt::Long) +BuildRequires: help2man Provides: lsb = %{version}-%{release} Provides: lsb-%{archname} = %{version}-%{release} @@ -111,8 +33,16 @@ Provides: lsb-noarch = %{version}-%{release} Obsoletes: redhat-lsb-trialuse < 5 Obsoletes: redhat-lsb-submod-multimedia < 5 Obsoletes: redhat-lsb-submod-security < 5 +Obsoletes: redhat-lsb-core <= 5.0-0.12 +Obsoletes: redhat-lsb-cxx <= 5.0-0.12 +Obsoletes: redhat-lsb-desktop <= 5.0-0.12 +Obsoletes: redhat-lsb-languages <= 5.0-0.12 +Obsoletes: redhat-lsb-printing <= 5.0-0.12 +Obsoletes: redhat-lsb-supplemental <= 5.0-0.12 Conflicts: lsb_release +BuildArch: noarch + %description The Linux Standard Base (LSB) is an attempt to develop a set of standards that will increase compatibility among Linux distributions. It is designed to be @@ -125,325 +55,6 @@ The lsb package provides utilities, libraries etc. needed for LSB Compliant Applications. It also contains requirements that will ensure that all components required by the LSB are installed on the system. -%package core -Summary: LSB Core module support -Requires: redhat-lsb = %{version}-%{release} -Provides: lsb-core-%{archname} = %{version}-%{release} -Provides: lsb-core-noarch = %{version}-%{release} - -# gLSB Library -Requires: glibc%{?_isa} -Requires: glibc-common -Requires: libgcc%{?_isa} -#LSB requires libcrypt.so.1 -Requires: libxcrypt-compat%{?_isa} -#LSB requires libncurses.so.5 for some reason -Requires: ncurses-compat-libs%{?_isa} -# ncurses includes -# infocmp -# tic -# tput -Requires: ncurses -Requires: pam%{?_isa} -Requires: zlib%{?_isa} - -# gLSB Command and Utilities -Requires: /usr/bin/[ -Requires: /usr/bin/ar -Requires: /usr/bin/at -Requires: /usr/bin/awk -Requires: /usr/bin/basename -Requires: /usr/bin/batch -Requires: /usr/bin/bc -Requires: /usr/bin/cat -Requires: /usr/bin/chfn -Requires: /usr/bin/chgrp -Requires: /usr/bin/chmod -Requires: /usr/bin/chown -Requires: /usr/bin/chsh -Requires: /usr/bin/cksum -Requires: /usr/bin/cmp -Requires: /usr/bin/col -Requires: /usr/bin/comm -Requires: /usr/bin/cp -Requires: /usr/bin/cpio -Requires: /usr/bin/crontab -Requires: /usr/bin/csplit -Requires: /usr/bin/cut -Requires: /usr/bin/date -Requires: /usr/bin/dd -Requires: /usr/bin/df -Requires: /usr/bin/diff -Requires: /usr/bin/dirname -Requires: /usr/bin/dmesg -Requires: /usr/bin/du -Requires: /usr/bin/echo -Requires: /usr/bin/ed -Requires: /usr/bin/egrep -Requires: /usr/bin/env -Requires: /usr/bin/expand -Requires: /usr/bin/expr -Requires: /usr/bin/false -Requires: /usr/bin/fgrep -Requires: /usr/bin/file -Requires: /usr/bin/find -Requires: /usr/bin/fold -Requires: /usr/sbin/fuser -Requires: /usr/bin/gencat -Requires: /usr/bin/getconf -Requires: /usr/bin/gettext -Requires: /usr/bin/grep -Requires: /usr/sbin/groupadd -Requires: /usr/sbin/groupdel -Requires: /usr/sbin/groupmod -Requires: /usr/bin/groups -Requires: /usr/bin/gunzip -Requires: /usr/bin/gzip -Requires: /usr/bin/head -Requires: /usr/bin/hostname -Requires: /usr/bin/iconv -Requires: /usr/bin/id -Requires: /usr/bin/install -Requires: /usr/bin/ipcrm -Requires: /usr/bin/ipcs -Requires: /usr/bin/join -Requires: /usr/bin/kill -Requires: /usr/bin/killall -Requires: /usr/bin/ln -Requires: /usr/bin/locale -Requires: /usr/bin/localedef -Requires: /usr/bin/logger -Requires: /usr/bin/logname -Requires: /usr/bin/lp -Requires: /usr/bin/lpr -Requires: /usr/bin/ls -Requires: /usr/bin/m4 -Requires: /bin/mailx -Requires: /usr/bin/make -Requires: /usr/bin/man -Requires: /usr/bin/md5sum -Requires: /usr/bin/mkdir -Requires: /usr/bin/mkfifo -Requires: /usr/bin/mknod -Requires: /usr/bin/mktemp -Requires: /usr/bin/more -Requires: /usr/bin/mount -Requires: /usr/bin/msgfmt -Requires: /usr/bin/mv -Requires: /usr/bin/newgrp -Requires: /usr/bin/nice -Requires: /usr/bin/nl -Requires: /usr/bin/nohup -Requires: /usr/bin/od -Requires: /usr/bin/passwd -Requires: /usr/bin/paste -Requires: /usr/bin/patch -Requires: /usr/bin/pathchk -#better POSIX conformance of /usr/bin/pax -%if 0%{?fedora} || 0%{?epel} <= 8 -# not available on epel9 -Requires: spax -%endif -Requires: /usr/bin/pidof -Requires: /usr/bin/pr -Requires: /usr/bin/printf -Requires: /usr/bin/ps -Requires: /usr/bin/pwd -Requires: /usr/bin/renice -Requires: /usr/bin/rm -Requires: /usr/bin/rmdir -Requires: /usr/bin/sed -Requires: /usr/sbin/sendmail -Requires: /usr/bin/seq -Requires: /usr/bin/sh -Requires: /usr/sbin/shutdown -Requires: /usr/bin/sleep -Requires: /usr/bin/sort -Requires: /usr/bin/split -Requires: /usr/bin/strings -Requires: /usr/bin/strip -Requires: /usr/bin/stty -Requires: /usr/bin/su -Requires: /usr/bin/sync -Requires: /usr/bin/tail -Requires: /usr/bin/tar -Requires: /usr/bin/tee -Requires: /usr/bin/test -Requires: /usr/bin/time -Requires: /usr/bin/touch -Requires: /usr/bin/tr -Requires: /usr/bin/true -Requires: /usr/bin/tsort -Requires: /usr/bin/tty -Requires: /usr/bin/umount -Requires: /usr/bin/uname -Requires: /usr/bin/unexpand -Requires: /usr/bin/uniq -Requires: /usr/sbin/useradd -Requires: /usr/sbin/userdel -Requires: /usr/sbin/usermod -Requires: /usr/bin/wc -Requires: /usr/bin/xargs -Requires: /usr/bin/zcat - -%description core -%{disclaimer} - -The Linux Standard Base (LSB) Core module support provides the fundamental -system interfaces, libraries, and runtime environment upon which all conforming -applications and libraries depend. - - -%package cxx -Summary: LSB CXX module support -Requires: redhat-lsb-core%{?_isa} = %{version}-%{release} -Provides: lsb-cxx-%{archname} = %{version}-%{release} -Provides: lsb-cxx-noarch = %{version}-%{release} - -Requires: libstdc++%{?_isa} - -%description cxx -%{disclaimer} - -The Linux Standard Base (LSB) CXX module supports the core interfaces by -providing system interfaces, libraries, and a runtime environment for -applications built using the C++ programming language. These interfaces -provide low-level support for the core constructs of the language, and -implement the standard base C++ libraries. - -%package desktop -Summary: LSB Desktop module support -Requires: redhat-lsb-core%{?_isa} = %{version}-%{release} -Provides: lsb-desktop-%{archname} = %{version}-%{release} -Provides: lsb-desktop-noarch = %{version}-%{release} -Provides: lsb-graphics-%{archname} = %{version}-%{release} -Provides: lsb-graphics-noarch = %{version}-%{release} -Obsoletes: redhat-lsb-graphics < %{version}-%{release} - -Requires: xdg-utils -# LSB_Graphics library -Requires: libICE%{?_isa} -Requires: libSM%{?_isa} -Requires: libX11%{?_isa} -Requires: libXext%{?_isa} -Requires: libXi%{?_isa} -Requires: libXt%{?_isa} -Requires: libXtst%{?_isa} -Requires: mesa-libGL%{?_isa} -Requires: mesa-libGLU%{?_isa} -# gLSB Graphics and gLSB Graphics Ext Command and Utilities -Requires: /usr/bin/fc-cache -Requires: /usr/bin/fc-list -Requires: /usr/bin/fc-match -# gLSB Graphics Ext library -Requires: cairo%{?_isa} -Requires: freetype%{?_isa} -Requires: libjpeg-turbo%{?_isa} -Requires: libpng%{?_isa} -Requires: libXft%{?_isa} -Requires: libXrender%{?_isa} -# toolkit-gtk -Requires: atk%{?_isa} -Requires: gdk-pixbuf2%{?_isa} -Requires: glib2%{?_isa} -Requires: gtk2%{?_isa} -Requires: pango%{?_isa} -%if 0%{?fedora} -# qt4 not available on epel9 and epel8 -# toolkit-qt is not in rhel -Requires: qt%{?_isa} -Requires: qt-x11%{?_isa} -%endif -# xml -Requires: libxml2%{?_isa} - -%description desktop -%{disclaimer} - -The Linux Standard Base (LSB) Desktop Specifications define components that are -required to be present on an LSB conforming system. - -%package languages -Summary: LSB Languages module support -Requires: redhat-lsb-core%{?_isa} = %{version}-%{release} -Provides: lsb-languages-%{archname} = %{version}-%{release} -Provides: lsb-languages-noarch = %{version}-%{release} - -# Perl and Perl non-builtin modules -Requires: /usr/bin/perl -Requires: perl(CGI) -Requires: perl(CPAN) -# Locale::Constants has been Locale::Codes::Costants, so we need -# create a /usr/share/perl5/vendor_perl/Constants.pm manually. -# Requires: perl(Locale::Constants) -# perl(Locale::Constants) requires perl(Locale::Codes) -# DB module is a builtin module, but perl package doesn't contain this provide. -# Requires: perl(DB) -# we also need perl(Pod::Plainer), we need to rpm this package ourself -Requires: perl(Locale::Codes) -Requires: perl(File::Spec) -Requires: perl(Scalar::Util) -Requires: perl(Test::Harness) -Requires: perl(Test::Simple) -Requires: perl(ExtUtils::MakeMaker) -Requires: perl(XML::LibXML) -Requires: perl(Pod::Checker) -Requires: perl(Text::Soundex) -Requires: perl(Env) -Requires: perl(Time::HiRes) -Requires: perl(Locale::Maketext) -Requires: perl(Fatal) -Requires: perl(Sys::Syslog) -Requires: perl(Getopt::Long) -%if 0%{?fedora} || 0%{?epel} <= 8 -Requires: perl(B::Lint) -Requires: perl(Class::ISA) -Requires: perl(File::CheckTree) -Requires: perl(Pod::LaTeX) -Requires: perl(Pod::Plainer) -%endif -# python3 -Requires: /usr/bin/python3 -# java - -%description languages -%{disclaimer} - -The Linux Standard Base (LSB) Languages module supports components for runtime -languages which are found on an LSB conforming system. - -%package printing -Summary: LSB Printing module support -Requires: redhat-lsb-core%{?_isa} = %{version}-%{release} -Provides: lsb-printing-%{archname} = %{version}-%{release} -Provides: lsb-printing-noarch = %{version}-%{release} - -# gLSB Printing Libraries -Requires: cups-libs -# gLSB Printing Command and Utilities -Requires: /usr/bin/foomatic-rip -Requires: /usr/bin/gs - -%description printing -The Linux Standard Base (LSB) Printing specifications define components that -are required to be present on an LSB conforming system. - -%package supplemental -Summary: LSB supplemental dependencies required by LSB certification tests -Requires: net-tools -Requires: xorg-x11-fonts-ISO8859-1-75dpi -Requires: xorg-x11-fonts-ISO8859-1-100dpi -Requires: abattis-cantarell-fonts -Requires: sil-abyssinica-fonts -Requires: xorg-x11-server-Xvfb - -%description supplemental -%{disclaimer} - -This subpackage brings in supplemental dependencies for components required for -passing LSB (Linux Standard Base) certification testsuite, but not directly required -to be on LSB conforming system. - %prep %setup -q -n redhat-lsb-%{snapshot} @@ -454,11 +65,6 @@ cd lsb_release/src %install pushd redhat-lsb %make_install - -# manually add Locale::Constants. This module is just an alias of Locale::Codes::Constants -mkdir -p %{buildroot}%{perl_vendorlib}/Locale -cp -p Constants.pm %{buildroot}%{perl_vendorlib}/Locale -cp -p Constants.pod %{buildroot}%{perl_vendorlib}/Locale popd pushd lsb_release/src @@ -469,42 +75,6 @@ popd cp -p lsb_release/src/COPYING . cp -p lsb_release/src/README README.lsb_release -# modules -mkdir -p %{buildroot}%{_sysconfdir}/lsb-release.d/ -modules="core cxx desktop languages printing" - -core="core security" -cxx="cpp" -desktop="desktop-misc graphics graphics-ext multimedia toolkit-gtk toolkit-qt toolkit-qt3" -desktop="${desktop} xml" -languages="perl python" -printing="printing" -trialuse="security multimedia" - -for mod in ${modules};do - touch $RPM_BUILD_ROOT%{_sysconfdir}/lsb-release.d/${mod}-%{lsbrelver}-%{archname} - touch $RPM_BUILD_ROOT%{_sysconfdir}/lsb-release.d/${mod}-%{lsbrelver}-noarch -done - -mkdir -p %{buildroot}%{_libdir} -for LSBVER in %{lsbsover}; do - ln -snf %{ldso} %{buildroot}%{_libdir}/%{lsbldso}.$LSBVER -done - -# LSB uses /usr/lib rather than /usr/lib64 even for 64bit OS -# According to the lsb-core documentation provided by -# http://refspecs.linux-foundation.org/LSB_3.2.0/LSB-Core-generic/LSB-Core-generic.pdf -# it's OK to put non binary in /usr/lib. -ln -snf ../../../sbin/chkconfig %{buildroot}/usr/lib/lsb/install_initd -ln -snf ../../../sbin/chkconfig %{buildroot}/usr/lib/lsb/remove_initd -#ln -snf mail %{buildroot}/bin/mailx - -#mkdir -p %{buildroot}/usr/X11R6/lib/X11/xserver -#ln -snf /usr/%{_lib}/xserver/SecurityPolicy %{buildroot}/usr/X11R6/lib/X11/xserver/SecurityPolicy -#ln -snf /usr/share/X11/fonts %{buildroot}/usr/X11R6/lib/X11/fonts -#ln -snf /usr/share/X11/rgb.txt %{buildroot}/usr/X11R6/lib/X11/rgb.txt - - %files %doc README.md README.lsb_release %license COPYING @@ -513,30 +83,13 @@ ln -snf ../../../sbin/chkconfig %{buildroot}/usr/lib/lsb/remove_initd %{_bindir}/lsb_release /usr/lib/lsb -%files core -%dir %{_sysconfdir}/lsb-release.d -%{_libdir}/*so* -%{_sysconfdir}/lsb-release.d/core* - -%files cxx -%{_sysconfdir}/lsb-release.d/cxx* - -%files desktop -%{_sysconfdir}/lsb-release.d/desktop* - -%files languages -%{_sysconfdir}/lsb-release.d/languages* -%{perl_vendorlib}/Locale/Constants.pm -%{perl_vendorlib}/Locale/Constants.pod - -%files printing -%{_sysconfdir}/lsb-release.d/printing* - -%files supplemental -#no files, just dependencies - %changelog +* Thu Nov 28 2024 Sérgio Basto - 5.0-0.13.20231006git8d00acdc +- Remove sub-pacakges: redhat-lsb-core, redhat-lsb-cxx, redhat-lsb-desktop, + redhat-lsb-languages and redhat-lsb-printing aren't useful for a long time +- Switch to a noarch package + * Mon Jul 29 2024 Miroslav Suchý - 5.0-0.12.20231006git8d00acdc - convert license to SPDX From 2bd343070585dddfb0446322edca89ebc1641fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sat, 7 Dec 2024 04:10:51 +0000 Subject: [PATCH 5/8] (#2330590) Fix Unexpadned macro --- redhat-lsb.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/redhat-lsb.spec b/redhat-lsb.spec index b9fdd95..fb3ef87 100644 --- a/redhat-lsb.spec +++ b/redhat-lsb.spec @@ -18,7 +18,7 @@ continue to support the LSB project and software that uses it Summary: Implementation of Linux Standard Base specification Name: redhat-lsb Version: 5.0 -Release: 0.13%{gver}%{?dist} +Release: 0.14%{gver}%{?dist} URL: https://wiki.linuxfoundation.org/lsb/start # https://github.com/LinuxStandardBase/lsb-samples/ Source0: redhat-lsb-%{snapshot}.tar.gz @@ -28,7 +28,6 @@ BuildRequires: make BuildRequires: help2man Provides: lsb = %{version}-%{release} -Provides: lsb-%{archname} = %{version}-%{release} Provides: lsb-noarch = %{version}-%{release} Obsoletes: redhat-lsb-trialuse < 5 Obsoletes: redhat-lsb-submod-multimedia < 5 @@ -85,6 +84,9 @@ cp -p lsb_release/src/README README.lsb_release %changelog +* Sat Dec 07 2024 Sérgio Basto - 5.0-0.14.20231006git8d00acdc +- (#2330590) Fix Unexpadned macro + * Thu Nov 28 2024 Sérgio Basto - 5.0-0.13.20231006git8d00acdc - Remove sub-pacakges: redhat-lsb-core, redhat-lsb-cxx, redhat-lsb-desktop, redhat-lsb-languages and redhat-lsb-printing aren't useful for a long time From 049190d34b5d90491338ecdf95c067c4088c0a67 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 22:14:57 +0000 Subject: [PATCH 6/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- redhat-lsb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/redhat-lsb.spec b/redhat-lsb.spec index fb3ef87..30d1fe3 100644 --- a/redhat-lsb.spec +++ b/redhat-lsb.spec @@ -18,7 +18,7 @@ continue to support the LSB project and software that uses it Summary: Implementation of Linux Standard Base specification Name: redhat-lsb Version: 5.0 -Release: 0.14%{gver}%{?dist} +Release: 0.15%{gver}%{?dist} URL: https://wiki.linuxfoundation.org/lsb/start # https://github.com/LinuxStandardBase/lsb-samples/ Source0: redhat-lsb-%{snapshot}.tar.gz @@ -84,6 +84,9 @@ cp -p lsb_release/src/README README.lsb_release %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 5.0-0.15.20231006git8d00acdc +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Dec 07 2024 Sérgio Basto - 5.0-0.14.20231006git8d00acdc - (#2330590) Fix Unexpadned macro From 86f5dba018d1e08f9f6649ea08de1517a86b7777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Wed, 16 Apr 2025 13:34:04 +0100 Subject: [PATCH 7/8] Require util-linux Modification of sumamry and description to express that is not compliant with LSB --- redhat-lsb.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/redhat-lsb.spec b/redhat-lsb.spec index 30d1fe3..0d33c80 100644 --- a/redhat-lsb.spec +++ b/redhat-lsb.spec @@ -15,10 +15,10 @@ removed from the repositories and possibly replaced with new ones. \ This package tries its best to comply with the LSB. Hoping to be helpful and \ continue to support the LSB project and software that uses it -Summary: Implementation of Linux Standard Base specification +Summary: Partial implementation of Linux Standard Base specification Name: redhat-lsb Version: 5.0 -Release: 0.15%{gver}%{?dist} +Release: 0.16%{gver}%{?dist} URL: https://wiki.linuxfoundation.org/lsb/start # https://github.com/LinuxStandardBase/lsb-samples/ Source0: redhat-lsb-%{snapshot}.tar.gz @@ -26,6 +26,7 @@ Source0: redhat-lsb-%{snapshot}.tar.gz License: GPL-2.0-only BuildRequires: make BuildRequires: help2man +Requires: util-linux Provides: lsb = %{version}-%{release} Provides: lsb-noarch = %{version}-%{release} @@ -50,9 +51,9 @@ independent software vendors. %{disclaimer} -The lsb package provides utilities, libraries etc. needed for LSB Compliant -Applications. It also contains requirements that will ensure that all -components required by the LSB are installed on the system. +The lsb package provides utilities, libraries etc. needed for LSB Compliant +Applications. + %prep %setup -q -n redhat-lsb-%{snapshot} @@ -84,6 +85,10 @@ cp -p lsb_release/src/README README.lsb_release %changelog +* Wed Apr 16 2025 Sérgio Basto - 5.0-0.16.20231006git8d00acdc +- Require util-linux +- Modification of sumamry and description to express that is not compliant with LSB + * Sat Jan 18 2025 Fedora Release Engineering - 5.0-0.15.20231006git8d00acdc - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 3c1c5e1013bba30a3d9c912746c1c5b6e349d87e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 11:51:26 +0000 Subject: [PATCH 8/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- redhat-lsb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/redhat-lsb.spec b/redhat-lsb.spec index 0d33c80..f7e51a2 100644 --- a/redhat-lsb.spec +++ b/redhat-lsb.spec @@ -18,7 +18,7 @@ continue to support the LSB project and software that uses it Summary: Partial implementation of Linux Standard Base specification Name: redhat-lsb Version: 5.0 -Release: 0.16%{gver}%{?dist} +Release: 0.17%{gver}%{?dist} URL: https://wiki.linuxfoundation.org/lsb/start # https://github.com/LinuxStandardBase/lsb-samples/ Source0: redhat-lsb-%{snapshot}.tar.gz @@ -85,6 +85,9 @@ cp -p lsb_release/src/README README.lsb_release %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 5.0-0.17.20231006git8d00acdc +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Wed Apr 16 2025 Sérgio Basto - 5.0-0.16.20231006git8d00acdc - Require util-linux - Modification of sumamry and description to express that is not compliant with LSB