Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/rpmdevtools.git#9d1d240447d201fedd0617d8fcbd0144e8f0bd2a
This commit is contained in:
parent
f2a4b12558
commit
9be49665f7
@ -0,0 +1,39 @@
|
||||
From 4a4693c842b6da5d66e3a6bdb1eb7914d2402f7f Mon Sep 17 00:00:00 2001
|
||||
From: Neal Gompa <ngompa13@gmail.com>
|
||||
Date: Wed, 20 Jan 2021 06:50:03 -0500
|
||||
Subject: [PATCH] Force legacy datestamp while RHBZ#1715412 is still an issue
|
||||
|
||||
---
|
||||
rpmdev-bumpspec | 2 +-
|
||||
rpmdev-newspec.in | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/rpmdev-bumpspec b/rpmdev-bumpspec
|
||||
index dc4eb05..3e18b41 100755
|
||||
--- a/rpmdev-bumpspec
|
||||
+++ b/rpmdev-bumpspec
|
||||
@@ -300,7 +300,7 @@ the Free Software Foundation; either version 2 of the License, or
|
||||
parser.add_option("-n", "--new",
|
||||
help="set new version and reset/set release "
|
||||
"(simple spec files only)")
|
||||
- parser.add_option("-D", "--legacy-datestamp", default=False, action='store_true',
|
||||
+ parser.add_option("-D", "--legacy-datestamp", default=True, action='store_true',
|
||||
help="use legacy datestamp for changelog entries")
|
||||
parser.add_option("-d", "--datestamp",
|
||||
help="changelog date string (default: today)")
|
||||
diff --git a/rpmdev-newspec.in b/rpmdev-newspec.in
|
||||
index 27af10f..a083dd9 100644
|
||||
--- a/rpmdev-newspec.in
|
||||
+++ b/rpmdev-newspec.in
|
||||
@@ -293,7 +293,7 @@ if [[ $NEWSPEC_PREFER_MACROS ]] ; then
|
||||
"
|
||||
fi
|
||||
|
||||
-if [[ $rpmver -ge 41400 ]] && [[ -z $NEWSPEC_LEGACY_DATESTAMP ]] ; then # >= 4.14 (RHEL >= 8, Fedora >= 27)
|
||||
+if [[ $rpmver -ge 41400 ]] && [[ $(/bin/false) ]] ; then # >= 4.14 (RHEL >= 8, Fedora >= 27)
|
||||
chlog="s|^%changelog\\s*|%changelog\\n* $(LC_ALL=C date +'%a %b %d %T %Z %Y') $(rpmdev-packager)\\n- |Mg"
|
||||
else
|
||||
chlog="s|^%changelog\\s*|%changelog\\n* $(LC_ALL=C date --utc +'%a %b %d %Y') $(rpmdev-packager)\\n- |Mg"
|
||||
--
|
||||
2.29.2
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: rpmdevtools
|
||||
Version: 9.2
|
||||
Version: 9.3
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Development Tools
|
||||
|
||||
@ -8,8 +8,13 @@ License: GPLv2+ and GPLv2
|
||||
URL: https://pagure.io/rpmdevtools
|
||||
Source0: https://releases.pagure.org/rpmdevtools/%{name}-%{version}.tar.xz
|
||||
|
||||
# Fedora-specific downstream patches
|
||||
## Force legacy datestamp by default until rhbz#1715412 is resolved
|
||||
Patch1001: 0001-Force-legacy-datestamp-while-RHBZ-1715412-is-still-a.patch
|
||||
|
||||
BuildArch: noarch
|
||||
# help2man, pod2man, *python for creating man pages
|
||||
BuildRequires: make
|
||||
BuildRequires: help2man
|
||||
BuildRequires: %{_bindir}/pod2man
|
||||
BuildRequires: perl-generators
|
||||
@ -17,7 +22,7 @@ BuildRequires: perl-generators
|
||||
# spectool is executed for creating man page
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3dist(progressbar2)
|
||||
BuildRequires: python3dist(requests-download)
|
||||
BuildRequires: python3dist(requests)
|
||||
BuildRequires: python3dist(rpm)
|
||||
# emacs-common >= 1:22.3-3 for macros.emacs
|
||||
BuildRequires: emacs-common >= 1:22.3-3
|
||||
@ -111,6 +116,10 @@ echo ".so man1/rpmdev-spectool.1" > %{buildroot}%{_mandir}/man1/spectool.1
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 20 2021 Neal Gompa <ngompa13@gmail.com> - 9.3-1
|
||||
- Update to 9.3
|
||||
- Force legacy datestamp by default until rhbz#1715412 is resolved
|
||||
|
||||
* Mon Oct 05 2020 Neal Gompa <ngompa13@gmail.com> - 9.2-1
|
||||
- Update to 9.2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rpmdevtools-9.2.tar.xz) = fbfe1123421775eb892776362f39144ce0e7c6519bdf23c7d9eb746c867d998d6a0ecce376ceaffec82e786040e41f2494dbec3170af1fa74a204447a4965fff
|
||||
SHA512 (rpmdevtools-9.3.tar.xz) = 87dc8fe2885db2760a7520bc2486655f64e778bce0b6b3c2904ba9f3689e13f5b8d186b6fcebd60f24e958333aae66d06c0690fe2db633c2f508068dd4215f9f
|
||||
|
Loading…
Reference in New Issue
Block a user