public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/redhat-lsb] rawhide: Fedora has not been LSB compliant in many years and will not be LSB compliant for the foreseeable future.
@ 2026-06-19 8:28 Neal Gompa
0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-06-19 8:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/redhat-lsb
Branch : rawhide
Commit : b115e37524e536c5aa9a4799813b9cab618dc412
Author : Neal Gompa <neal@gompa.dev>
Date : 2026-06-19T04:28:18-04:00
Stats : +1/-618 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/redhat-lsb/c/b115e37524e536c5aa9a4799813b9cab618dc412?branch=rawhide
Log:
Fedora has not been LSB compliant in many years and will not be LSB compliant for the foreseeable future.
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 7ceefad..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-redhat-lsb-4.0-1.tar.bz2
-/redhat-lsb-4.1-1.tar.bz2
-/redhat-lsb-20231006git92f8ab57.tar.gz
-/redhat-lsb-20231006gita9c49411.tar.gz
-/redhat-lsb-20231006git8d00acdc.tar.gz
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..006e0e0
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Fedora has not been LSB compliant in many years and will not be LSB compliant for the foreseeable future.
diff --git a/redhat-lsb-snapshot.sh b/redhat-lsb-snapshot.sh
deleted file mode 100755
index f2e8df7..0000000
--- a/redhat-lsb-snapshot.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-package=redhat-lsb
-branch=main
-commit=HEAD
-
-if [ ! -d redhat-lsb.pagure ]; then
- git clone ssh://git@pagure.io/redhat-lsb.git redhat-lsb.pagure
-fi
-
-pushd redhat-lsb.pagure
-tag=$(git rev-list HEAD -n 1 | cut -c 1-8)
-date=$(git log -1 --format=%cd --date=short | tr -d \-)
-git archive --prefix="${package}-${date}git${tag}/" --format=tar ${branch} | gzip > ../${package}-${date}git${tag}.tar.gz
-popd
-
-echo \# globals for ${package}-${date}git${tag}.tar.gz
-echo %global gitdate ${date}
-echo %global gitversion ${tag}
-
-sed -i "s|^# globals for .*|# globals for ${package}-${date}git${tag}.tar.gz|" redhat-lsb.spec
-sed -i "s|^%global gitdate .*|%global gitdate ${date}|" redhat-lsb.spec
-sed -i "s|^%global gitversion .*|%global gitversion ${tag}|" redhat-lsb.spec
-
-echo fedpkg new-sources $(spectool -l --sources redhat-lsb.spec | sed 's/.*: //;s/.*\///')
-echo \MSG="\"Update README.md with actual status\""
-echo rpmdev-bumpspec -c \"\$MSG\" $(basename $(pwd)).spec
diff --git a/redhat-lsb.spec b/redhat-lsb.spec
deleted file mode 100644
index 80c597f..0000000
--- a/redhat-lsb.spec
+++ /dev/null
@@ -1,587 +0,0 @@
-# globals for redhat-lsb-20231006git8d00acdc.tar.gz
-%global gitdate 20231006
-%global gitversion 8d00acdc
-
-%global snapshot %{gitdate}git%{gitversion}
-%global gver .%{gitdate}git%{gitversion}
-
-%global upstreamlsbrelver 2.0
-%global lsbrelver 5.0
-%global disclaimer This package is not compliance with LSB, because various \
-components are missing from Fedora or EPEL, so compliance is not possible. \
-Fedora or EPEL explicitly declines add support the missing components from LSB \
-5.0 or earlier because these components are very outdated and have been \
-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: Partial implementation of Linux Standard Base specification
-Name: redhat-lsb
-Version: 5.0
-Release: 0.18%{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: help2man
-Requires: util-linux
-
-Provides: lsb = %{version}-%{release}
-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
-binary-compatible and produce a stable application binary interface (ABI) for
-independent software vendors.
-
-%{disclaimer}
-
-The lsb package provides utilities, libraries etc. needed for LSB Compliant
-Applications.
-
-
-%prep
-%setup -q -n redhat-lsb-%{snapshot}
-
-%build
-cd lsb_release/src
-%make_build
-
-%install
-pushd redhat-lsb
-%make_install
-popd
-
-pushd lsb_release/src
-make mandir=%{buildroot}%{_mandir} prefix=%{buildroot}%{_prefix} install
-popd
-
-#prepare installation of doc
-cp -p lsb_release/src/COPYING .
-cp -p lsb_release/src/README README.lsb_release
-
-%files
-%doc README.md README.lsb_release
-%license COPYING
-%{_sysconfdir}/redhat-lsb
-%{_mandir}/*/lsb_release*
-%{_bindir}/lsb_release
-/usr/lib/lsb
-
-
-%changelog
-* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-0.18.20231006git8d00acdc
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-
-* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-0.17.20231006git8d00acdc
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-
-* Wed Apr 16 2025 Sérgio Basto <sergio@serjux.com> - 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 <releng@fedoraproject.org> - 5.0-0.15.20231006git8d00acdc
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
-* Sat Dec 07 2024 Sérgio Basto <sergio@serjux.com> - 5.0-0.14.20231006git8d00acdc
-- (#2330590) Fix Unexpadned macro
-
-* Thu Nov 28 2024 Sérgio Basto <sergio@serjux.com> - 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ý <msuchy@redhat.com> - 5.0-0.12.20231006git8d00acdc
-- convert license to SPDX
-
-* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-0.11.20231006git8d00acdc
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
-* Tue Jun 04 2024 Sérgio Basto <sergio@serjux.com> - 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 <sergio@serjux.com> - 5.0-0.9.20231006git8d00acdc
-- Add conflicts required by Fedora package guidelines
-
-* Sat Feb 17 2024 Sérgio Basto <sergio@serjux.com> - 5.0-0.8.20231006git8d00acdc
-- Globalize disclamer
-- Add Requires of ncurses which includes infocmp, tic and tput
-
-* Tue Feb 06 2024 Sérgio Basto <sergio@serjux.com> - 5.0-0.7.20231006git8d00acdc
-- Remove require of libpng12.so.0, lsb-desktop already require libpng
-- redhat-lsb now provides lsb_release, in future maybe we can remove the rest since LSB 5.0 is out of date
-- more cleanups
-- Report that is not LSB compliance, because various components are missing from Fedora, so compliance is not possible
-
-* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-0.6.20231006git8d00acdc
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-0.5.20231006git8d00acdc
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Wed Oct 25 2023 Sérgio Basto <sergio@serjux.com> - 5.0-0.4.20231006git8d00acdc
-- Recommends the software which is not available on epel
-
-* Sat Oct 07 2023 Sérgio Basto <sergio@serjux.com> - 5.0-0.3.20231006git8d00acdc
-- Fix some requires mostly on epel9
-
-* Fri Oct 06 2023 Sérgio Basto <sergio@serjux.com> - 5.0-0.2.20231006gita9c49411
-- Update README.md with actual status
-
-* Fri Oct 06 2023 Sérgio Basto <sergio@serjux.com> - 5.0-0.1.20231006git92f8ab57
-- redhat-lsb 5.0 with new source location
-
-* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-62
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Mon Apr 10 2023 Sérgio Basto <sergio@serjux.com> - 4.1-61
-- Remove "Trial Use" specs, because LSB 5.0 Trial Use is completely outdated
-
-* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-60
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-59
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Sat Jul 02 2022 Sérgio Basto <sergio@serjux.com> - 4.1-58
-- Require libxcrypt-compat in core, as libcrypt.so.1 is mandatory (rhbz#2055953)
-
-* Mon Jun 27 2022 Sérgio Basto <sergio@serjux.com> - 4.1-57
-- ncurses-compat-libs was dropped in F37, to workaround and fix FTI (fails to
- install), since F37 we use ncurses-libs
-
-* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-56
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-55
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Tue May 25 2021 Florian Weimer <fweimer@redhat.com> - 4.1-54
-- Remove unnecessary redhat_lsb_trigger.* programs (#1964367)
-
-* Tue May 25 2021 Florian Weimer <fweimer@redhat.com> - 4.1-53
-- Do not call non-existing lsn program on glibc updates (#1625584)
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-52
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-51
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Mon Feb 03 2020 Tom Stellard <tstellar@redhat.com> - 4.1-50
-- Use macros when invoking for invoking make and gcc
-
-* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-49
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-48
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Thu Feb 07 2019 Than Ngo <than@redhat.com> - 4.1-47
-- fixed FTBS in f30
-
-* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-46
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-45
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Mon Feb 19 2018 Parag Nemade <pnemade AT redhat DOT com> - 4.1-44
-- Add BuildRequires: gcc as per packaging guidelines
-
-* Tue Feb 13 2018 Than Ngo <than@redhat.com> - 4.1-43
-- fixed FTBS
-
-* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-42
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
-* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.1-41
-- greps are now in /usr/bin
-
-* Mon Nov 13 2017 Sébastien Santoro <dereckson@espace-win.org> - 4.1-40
-- Resolves:rh#1512650: /bin/mailx is still in /bin
-
-* Mon Nov 13 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.1-39
-- /bin/ed is in /usr/bin/ed now
-- /usr/bin/*grep are in /bin still
-
-* Thu Nov 09 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.1-38
-- change /bin requirements to /usr/bin
-
-* Mon Nov 06 2017 Ondrej Vasik <ovasik@redhat.com> - 4.1-37
-- drop the postscriptlet specific for itanium completely(#1508613)
-
-* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-36
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
-
-* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-35
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
-* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-34
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
-* Thu Nov 10 2016 Ondrej Vasik <ovasik@redhat.com> - 4.1-33
-- require ncurses-compat-libs - as LSB strictly requires libncurses.so.5
- (#1392972)
-
-* Tue Feb 23 2016 Parag Nemade <pnemade AT redhat DOT com> - 4.1-32
-- Resolves:rh#1307989: FTBFS in rawhide by adding perl-Getopt-Long in BuildRequires
-- Drop Group: tag
-- Added %%license tag
-- Changed %%define -> %%global
-
-* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-31
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
-* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1-30
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-
-* Wed Aug 27 2014 Parag <pnemade AT redhat DOT com> - 4.1-29
-- Resolves:rh#1133536 - redhat-lsb does not requires /usr/sbin/sendmail
-
-* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1-28
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1-27
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Tue May 06 2014 Ondrej Vasik <ovasik@redhat.com> - 4.1-26
-- add support for ppc64le (#1094371)
-
-* Wed Apr 23 2014 Peter Robinson <pbrobinson@fedoraproject.org> 4.1-25
-- Update aarch64 patch
-
-* Mon Nov 25 2013 Ondrej Vasik <ovasik@redhat.com> - 4.1-24
-- remove nsswitch handling - broken and unnecessary
- (#986728, #915147)
-
-* Tue Oct 29 2013 Ondrej Vasik <ovasik@redhat.com> - 4.1-23
-- fuser moved from /sbin to /usr/sbin/ (#1023283)
-
-* Thu Oct 17 2013 Ondrej Vasik <ovasik@redhat.com> - 4.1-22
-- pidof moved from /sbin to /usr/bin/ as part of the
- transfer to procps-ng package
-
-* Wed Oct 16 2013 Ondrej Vasik <ovasik@redhat.com> - 4.1-21
-- fix the broken dependency caused by hostname move after
- recent post UsrMove cleanup
-
-* Tue Aug 13 2013 Ondrej Vasik <ovasik@redhat.com> - 4.1-20
-- fix the patch for aarch64 support to be not patch of
- patch but real patch (sorry, simply, fix aarch64 build)
-
-* Thu Aug 08 2013 Ondrej Vasik <ovasik@redhat.com> - 4.1-19
-- Require sil-abyssinica-fonts in supplemental(#994341)
-- Fully specify requirements on subpackages(#971386)
-
-* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 4.1-18
-- Perl 5.18 rebuild
-
-* Fri Jul 26 2013 Dennis Gilmore <dennis@ausil.us> - 4.1-17
-- dont use -static when compiling redhat_lsb_trigger on arm
-
-* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 4.1-16
-- Perl 5.18 rebuild
-
-* Tue Jun 11 2013 Ondrej Vasik <ovasik@redhat.com> - 4.1-15
-- fix build on aarch64 (#973343)
-- fix the defines for arm and aarch64 (may need adjustment)
-
-* Thu May 23 2013 Ondrej Vasik <ovasik@redhat.com> - 4.1-14
-- require spax instead of pax (more POSIX compatible) (#965658)
-- require another set of perl modules in -languages (#959129)
-- polish a bit the nsswitch.conf hack - include mdns4_minimal (#915147)
-
-* Tue Mar 12 2013 Ondrej Vasik <ovasik@redhat.com> - 4.1-13
-- require /usr/bin/cpio (binary moved as part of UsrMove)
-
-* Fri Mar 01 2013 Ondrej Vasik <ovasik@redhat.com> - 4.1-12
-- require perl(Pod::Checker), perl(B::Lint) and
- perl(Text::Soundex) in languages (#916898)
-
-* Fri Feb 08 2013 Ondrej Vasik <ovasik@redhat.com> - 4.1-11
-- require perl(Pod::LaTeX) in languages (#908705)
-- require xorg-x11-server-Xvfb in supplemental (#896058)
-
-* Thu Jan 10 2013 Ondrej Vasik <ovasik@redhat.com> - 4.1-10
-- require abattis-cantarell-fonts in supplemental (#892998)
-
-* Fri Dec 14 2012 Ondrej Vasik <ovasik@redhat.com> - 4.1-9
-- ship README and COPYING file in -core subpackage
- (#887195)
-
-* Wed Dec 12 2012 Ondrej Vasik <ovasik@redhat.com> - 4.1-8
-- require libpng12.so.0 in other architectures (#881596)
-
-* Wed Dec 05 2012 Ondrej Vasik <ovasik@redhat.com> - 4.1-7
-- add new subpackage -supplemental for LSB testuite-only dependencies
-- require net-tools in -supplemental (#882122)
-- require xorg-x11-fonts-ISO8859-1-{75,100}dpi in -supplemental
- (#883385)
-- require perl(XML::LibXML) (#880954)
-- keep usermodified /etc/nsswitch.conf as /etc/nsswitch.conf.rpmsave,
- warn about modification (#867124)
-
-* Mon Nov 05 2012 Parag <pnemade AT redhat DOT com> - 4.1-6
-- Resolves:rh#873066 - missing dependency /bin/su moved to /usr/bin/su
-
-* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Tue May 29 2012 xning <xning AT redhat DOT com> - 4.1-4
-- Resolves:rh:#825261: redhat-lsb scripts blow away my /etc/nsswitch.conf
-
-* Wed May 23 2012 Parag <pnemade AT redhat DOT com> - 4.1-3
-- Resolves:rh#824305: Dependency glibc-common%%{?_isa} should be changed to glibc-common only
-
-* Mon May 14 2012 xning <xning AT redhat DOT com> - 4.1-2
-- Resolves:rh:#806190: gethostbyaddr sets h_errno to 3, not HOST_NOT_FOUND
-- Resolves:rh:#799284: perl(Pod::Plainer) is required by LSB 4.1
-- Resolves:rh:#821308: redhat-lsb 4.1 test libpn12.so.0 failed on fedora 17
-
-* Mon Mar 19 2012 xning <xning AT redhat DOT com> - 4.1-1
-- Update to 4.1 release
-- Added -core, -cxx, -desktop, -languages, -printing modules as subpackages
-- Added submod-security, -submod-multimedia subpackages
-- Implements http://refspecs.linux-foundation.org/LSB_4.1.0/
-- Resolves:rh#800249: new package update review by Parag.
-
-* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-11
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Wed Nov 30 2011 Parag <pnemade AT redhat DOT com> - 4.0-10
-- Resolves:rh#758383:- redhat-lsb does not pull in required perl-Pod-Perldoc
-
-* Wed Nov 30 2011 Parag <pnemade AT redhat DOT com> - 4.0-9
-- Resolves:rh#738256:- redhat-lsb fails to build on ARM
-
-* Thu Oct 13 2011 Parag <pnemade AT redhat DOT com> - 4.0-8
-- Resolves:rh#745100: Add requires: perl-Digest-MD5
-
-* Wed Oct 12 2011 Parag <pnemade AT redhat DOT com> - 4.0-7
-- Resolves:rh#654689,rh#736822
-- Added dependencies for perl-Locale-Codes and perl-Class-ISA
-
-* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Fri Jul 09 2010 Parag <pnemade AT redhat.com> - 4.0-5
-- Fix directory ownership issue for %%{_sysconfdir}/lsb-release.d
-- Fix duplicate files issue as reported in bodhi testing for 4.0-4
-
-* Fri Jun 25 2010 Parag <pnemade AT redhat.com> - 4.0-4
-- Revert license back to GPLv2
-
-* Thu Jun 24 2010 Parag <pnemade AT redhat.com> - 4.0-3
-- Resolves:rh#585858:-redhat-lsb-graphics broken
-
-* Fri Jan 15 2010 Lawrence Lim <llim@redhat.com> - 4.0-2
-- update spec file to split package into core, desktop and printing (Curtis Doty, #472633)
-
-* Fri Jan 8 2010 Lawrence Lim <llim@redhat.com> - 4.0-1
-- update to LSB4.0
-
-* Tue Oct 27 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 3.2-7
-- apply fix from bz514760 (thanks to Jakub Jelinek)
-
-* Wed Oct 21 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 3.2-6
-- apply fix from bz485367 (thanks to Jon Thomas)
-
-* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Fri Apr 24 2009 Jens Petersen <petersen@redhat.com>
-- improve url to LSB WG
-
-* Thu Apr 23 2009 Jens Petersen <petersen@redhat.com> - 3.2-4
-- use dist tag (Debarshi, #496553)
-- update to ix86 (caillon)
-
-* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Thu Aug 28 2008 Hao Liu <hliu@redhat.com> 3.2-2
-- Modify "Requires: /usr/bin/mailx" to "Requires: mailx" (Bug #460249)
-
-* Wed Aug 20 2008 Hao Liu <hliu@redhat.com> 3.2-1
-- Port forward to LSB 3.2
-- Remove symlink for mailx if user is upgrading from the redhat-lsb of older version
-- Since F10 put mailx under /usr/bin, change the corresponding requires
-
-* Tue Aug 5 2008 Hao Liu <hliu@redhat.com> - 3.1-22
-- Remove 2 requires which provided by redhat-lsb
-- Add comments explaining why hard-coded path is kept
-- Resolve some hard-coded path problems
-- Add comments explaining why importing '-static' option while compiling redhat_lsb_trigger
-- Replace %%{_libdir}/lsb with /usr/lib/lsb
-- Replace /%%{_lib}/* with /%%{_lib}/*so*
-- Replace /lib/lsb with /lib/lsb*
-
-* Thu Jul 31 2008 Lawrence Lim <llim@redhat.com> - 3.1-21
-- remove symlink for mailx (Bug #457241)
-
-* Wed Apr 16 2008 Mats Wichmann <mats@freestandards.org> 3.2-1
-- port forward to LSB 3.2
-
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.1-20
-- Autorebuild for GCC 4.3
-
-* Wed Oct 3 2007 Lawrence Lim <llim@redhat.com> - 3.1-19
-- fix build issue on ppc - (.opd+0x10): multiple definition of `__libc_start_main'
-
-* Fri Sep 21 2007 Lawrence Lim <llim@redhat.com> - 3.1-18
-- fix build issue in minimal build root (Bug #265241)
-
-* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 3.1-17
-- Rebuild for selinux ppc32 issue.
-
-* Mon Aug 20 2007 Lawrence Lim <llim@redhat.com> - 3.1-16
-- update spec file in accordance to feedback provided through merge review - merge-review.patch - #226363
-
-* Wed Jul 18 2007 Lawrence Lim <llim@redhat.com> - 3.1-15.f8
-- Resolved: #239842 - /lib/lsb/init-functions shall use aliases but not functions
-- forward port the patch from 3.1-12.3.EL which fix #217566, #233530, #240916
-
-* Wed Jul 4 2007 Lawrence Lim <llim@redhat.com> - 3.1-14.fc7
-- fixed Bug 232918 for new glibc version
-
-* Tue Jun 26 2007 Lawrence Lim <llim@redhat.com> - 3.1-12.3.EL
-- Resolves: #217566 - rewrite /lib/lsb/init-functions file needs to define the commands as true shell functions rather than aliases.
-- Resolves: #233530 - LSB pidofproc misspelled as pidofprof.
-- Resolves: #240916 - "log_warning_message" replaced with "log_warning_msg" per the LSB 3.1 spec
-
-* Wed Dec 6 2006 Lawrence Lim <llim@redhat.com> - 3.1-12.2.EL
-- Resolves: bug 217566
-- revise patch
-
-* Wed Nov 29 2006 Lawrence Lim <llim@redhat.com> - 3.1-12
-- replaced aliases with functions in /lib/lsb/init-functions; Bug 217566
-
-* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 3.1-11
-- rebuilt for unwind info generation, broken in gcc-4.1.1-21
-
-* Thu Sep 21 2006 Lawrence Lim <llim@redhat.com> - 3.1-10.3
-- Fix upgrade issue; Bug 202548
-
-* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.1-10.2.1
-- rebuild
-
-* Thu Jul 6 2006 Lawrence Lim <llim@redhat.com> - 3.1-10.2
-- for some strange reason, ld-lsb-x86-64.so need to be ld-lsb-x86-64.so.3 (LSB3.0) rather than ld-lsb-x86-64.so.3.1 (LSB3.1)
-
-* Thu Jul 6 2006 Lawrence Lim <llim@redhat.com> - 3.1-10.1
-- generate spec file on RHEL5-Alpha system
-- fix vsw4 test suite setup by creating symlink for X11 SecurityPolicy and XFontPath
-
-* Thu Jun 22 2006 Lawrence Lim <llim@redhat.com> - 3.0-10
-- Rewrite most part of the mkredhat-lsb to obtain information directly via specdb
- rather than sniffing through sgml
-- remove redundent script and bump up tarball version
-
-* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.0-9.2
-- bump again for double-long bug on ppc(64)
-
-* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.0-9.1
-- rebuilt for new gcc4.1 snapshot and glibc changes
-
-* Fri Jan 13 2006 Leon Ho <llch@redhat.com> 3.0-9
-- Migrated back to rawhide
-
-* Wed Aug 3 2005 Leon Ho <llch@redhat.com> 3.0-8.EL
-- Added libstdc++.so.6/libGL.so.1 requirement (RH#154605)
-
-* Wed Aug 3 2005 Leon Ho <llch@redhat.com> 3.0-7.EL
-- Fixed multilib problem on lsb_release not to read /etc/lsb-release and solely
- depends on /etc/lsb-release.d/ (Advised by LSB committee)
-- Removed /etc/lsb-release (Advised by LSB committee)
-
-* Mon Aug 1 2005 Leon Ho <llch@redhat.com> 3.0-6.EL
-- Made the /etc/lsb-release useful (RH#154605)
-- Added redhat_lsb_trigger to fix RH#160585 (Jakub Jelinek)
-- Fixed AMD64 base libraries requirement parsing (RH#154605)
-
-* Tue Jul 26 2005 Leon Ho <llch@redhat.com> 3.0-5.EL
-- Fixed redhat-lsb's mkredhat-lsb on fetching lib and
- cmd requirements
-
-* Mon Jul 18 2005 Leon Ho <llch@redhat.com> 3.0-4.EL
-- Rebuilt
-
-* Tue Jul 05 2005 Leon Ho <llch@redhat.com> 3.0-3.EL
-- Disabled support for LSB 1.3 and 2.0
-
-* Mon Jun 20 2005 Leon Ho <llch@redhat.com> 3.0-2.EL
-- Upgraded to lsb-release 2.0
-
-* Thu Jun 09 2005 Leon Ho <llch@redhat.com> 3.0-1.EL
-- Moved to LSB 3.0
-
-* Wed Apr 13 2005 Leon Ho <llch@redhat.com> 1.3-10
-- Fixed ix86 package with ia32 emul support
-
-* Tue Feb 01 2005 Leon Ho <llch@redhat.com> 1.3-9
-- Sync what we have changed on the branches
- Wed Nov 24 2004 Harald Hoyer <harald@redhat.com>
- - added post section to recreate the softlink in emul mode (bug 140739)
- Mon Nov 15 2004 Phil Knirsch <pknirsch@redhat.com>
- Tiny correction of bug in new triggers
-
-* Mon Jan 24 2005 Leon Ho <llch@redhat.com> 1.3-8
-- Add support provide on lsb-core-* for each arch
-
-* Fri Jan 21 2005 Leon Ho <llch@redhat.com> 1.3-7
-- Add to support multiple LSB test suite version
-- Add %%endif in trigger postun
-
-* Thu Nov 11 2004 Phil Knirsch <pknirsch@redhat.com> 1.3-6
-- Fixed invalid sln call for trigger in postun on ia64 (#137647)
-
-* Mon Aug 09 2004 Phil Knirsch <pknirsch@redhat.com> 1.3-4
-- Bump release and rebuilt for RHEL4.
-
-* Thu Jul 24 2003 Matt Wilson <msw@redhat.com> 1.3-3
-- fix lsb ld.so name for ia64 (#100613)
-
-* Fri May 23 2003 Matt Wilson <msw@redhat.com> 1.3-2
-- use /usr/lib/lsb for install_initd, remove_initd
-
-* Fri May 23 2003 Matt Wilson <msw@redhat.com> 1.3-2
-- add ia64 x86_64 ppc ppc64 s390 s390x
-
-* Tue Feb 18 2003 Matt Wilson <msw@redhat.com> 1.3-1
-- 1.3
-
-* Wed Sep 4 2002 Matt Wilson <msw@redhat.com>
-- 1.2.0
-
-* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
-- automated rebuild
-
-* Thu May 23 2002 Tim Powers <timp@redhat.com>
-- automated rebuild
-
-* Wed Mar 27 2002 Matt Wilson <msw@redhat.com>
-- addeed trigger on glibc to re-establish the ld-lsb.so.1 symlink in the
- forced downgrade case.
-
-* Tue Mar 12 2002 Bill Nottingham <notting@redhat.com>
-- add initscripts support
-
-* Thu Jan 24 2002 Matt Wilson <msw@redhat.com>
-- Initial build.
diff --git a/sources b/sources
deleted file mode 100644
index 1202e62..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (redhat-lsb-20231006git8d00acdc.tar.gz) = c6c357c48fbc7805fd40a69c08f0a64589d57a9c25e9afff6b5a5e7d215ded6a6f16feefd3d5cd79d6ef39e0c2d1a2699860e3feeab37e5349e9cb1fe407b5a6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-19 8:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-19 8:28 [rpms/redhat-lsb] rawhide: Fedora has not been LSB compliant in many years and will not be LSB compliant for the foreseeable future Neal Gompa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox