public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: Allow for the optional removal of tzdata.
@ 2026-06-29 12:30 Patsy Griffin
  0 siblings, 0 replies; only message in thread
From: Patsy Griffin @ 2026-06-29 12:30 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/gcc
            Branch : rhel-f41-base
            Commit : 267dcb128b5dbc43d6990a2587860d8bfbaa0590
            Author : Patsy Griffin <patsy@redhat.com>
            Date   : 2023-07-31T17:05:53-04:00
            Stats  : +6/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/gcc/c/267dcb128b5dbc43d6990a2587860d8bfbaa0590?branch=rhel-f41-base

            Log:
            Allow for the optional removal of tzdata.

See https://fedoraproject.org/wiki/Changes/AllowRemovalOfTzdata

---
diff --git a/gcc.spec b/gcc.spec
index 45edab1..f286e6a 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -4,7 +4,7 @@
 %global gcc_major 13
 # Note, gcc_release must be integer, if you want to add suffixes to
 # %%{release}, append them after %%{gcc_release} on Release: line.
-%global gcc_release 1
+%global gcc_release 2
 %global nvptx_tools_gitrev 93e00909ceb9cbbc104f0fcba56c0361ffb3ca4b
 %global newlib_cygwin_gitrev 9e09d6ed83cce4777a5950412647ccc603040409
 %global _unpackaged_files_terminate_build 0
@@ -375,7 +375,7 @@ Summary: GNU Standard C++ Library
 Autoreq: true
 Requires: glibc >= 2.10.90-7
 BuildRequires: tzdata >= 2017c
-Requires: tzdata >= 2017c
+Recommends: tzdata >= 2017c
 
 %description -n libstdc++
 The libstdc++ package contains a rewritten standard compliant GCC Standard
@@ -3453,6 +3453,10 @@ end
 %endif
 
 %changelog
+* Mon Jul 31 2023 Patsy Griffin <patsy@redhat.com> 13.2.1-2
+- Allow for the optional removal of tzdata.
+- See https://fedoraproject.org/wiki/Changes/AllowRemovalOfTzdata
+
 * Fri Jul 28 2023 Jakub Jelinek <jakub@redhat.com> 13.2.1-1
 - update from releases/gcc-13 branch
   - GCC 13.2 release

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-29 12:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:30 [rpms/gcc] rhel-f41-base: Allow for the optional removal of tzdata Patsy Griffin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox