#14 [Draft] Introduce envsubst sub-package for allow install envsubst with minimal footprint
Closed 2 years ago by hhorak. Opened 2 years ago by hhorak.
rpms/ hhorak/gettext envsubst  into  rawhide

file modified
+15 -2
@@ -5,7 +5,7 @@ 

  Summary: GNU libraries and utilities for producing multi-lingual messages

  Name: gettext

  Version: 0.21

- Release: 12%{?dist}.0.%{snapshot}

+ Release: 13%{?dist}.0.%{snapshot}

  

  # The following are licensed under LGPLv2+:

  # - libintl and its headers
@@ -78,6 +78,7 @@ 

  BuildRequires: make

  # Depend on the exact version of the library sub package

  Requires: %{name}-libs%{_isa} = %{version}-%{release}

+ Requires: %{name}-envsubst = %{version}-%{release}

  Provides: bundled(gnulib)

  Provides: bundled(libcroco) = 0.6.12

  
@@ -157,6 +158,11 @@ 

  This program can be used to alter .po files in ways no sane mind would

  think about.

  

+ %package -n envsubst

+ Summary: Substitutes the values of environment variables

+ 

+ %description -n envsubst

+ Substitutes the values of environment variables.

  

  %prep

  %autosetup -S git
@@ -288,7 +294,6 @@ 

  %doc NEWS THANKS

  %doc gettext-runtime/man/*.1.html

  %doc gettext-runtime/intl/COPYING*

- %{_bindir}/envsubst

  %{_bindir}/gettext

  %{_bindir}/gettext.sh

  %{_bindir}/msgattrib
@@ -372,7 +377,15 @@ 

  %{_bindir}/msghack

  %{_mandir}/man1/msghack.1*

  

+ %files -n envsubst

+ %license COPYING

+ %{_bindir}/envsubst

+ 

  %changelog

+ * Fri Mar 25 2022 Honza Horak <hhorak@redhat.com> - 0.21-13.0.20220203

+ - Introduce envsubst sub-package for allow install envsubst with minimal

+   footprint

+ 

  * Wed Mar 9 2022 Sundeep Anand <suanand@redhat.com> - 0.21-12

  - fix gettext snapshot versioning issue to make it canonical (#2061646)

  

This PR serves more as a show-case, what the request tracked in BZ https://bugzilla.redhat.com/show_bug.cgi?id=2068556 is meant for. In other words, it's kinda working PoC for addressing the BZ.

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

@hhorak please help fix rpm-sti-test failures

Pull-Request has been closed by hhorak

2 years ago
Metadata