public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dennis Gilmore <dennis@ausil.us>
To: git-commits@fedoraproject.org
Subject: [rpms/rpkg] 1.70-1: read krbservice from the koji config file (dennis)
Date: Mon, 10 Aug 2026 21:43:13 GMT [thread overview]
Message-ID: <178639819317.1.9836894196974926892.rpms-rpkg-cb5758d6b085@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rpkg
Branch : 1.70-1
Commit : cb5758d6b085aa038ae28b9634de83ba1a71b54e
Author : Dennis Gilmore <dennis@ausil.us>
Date : 2014-02-18T08:15:37-06:00
Stats : +20/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rpkg/c/cb5758d6b085aa038ae28b9634de83ba1a71b54e?branch=1.70-1
Log:
read krbservice from the koji config file (dennis)
- We can assume that rpkg is installed if the (ville.skytta)
- clog: Don't require empty line between changelog entries. (ville.skytta)
- Spelling fixes. (ville.skytta)
- expand %{name} and %{verion} macros when checking for unused_patches check
for .patch and .diff files as patches (dennis)
- clean up some language ambiguities (dennis)
- clog: Support %changelog tag written in non-lowercase. (ville.skytta)
- add spkg as a binary file extention rhbz#972903 (dennis)
- Fixed version to 1.19 (pbabinca)
- Don't track spec file here (pbabinca)
- 1.20 (pbabinca)
- Mock config temp dir in the form $(target)-$(localarch).$(mktemp)mockconfig
(pbabinca)
---
diff --git a/.gitignore b/.gitignore
index cff0d11..a753d62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
/rpkg-1.17.tar.gz
/rpkg-1.18.tar.gz
/rpkg-1.19.tar.gz
+/rpkg-1.20.tar.gz
diff --git a/rpkg.spec b/rpkg.spec
index bb63e3f..f886f6c 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -2,8 +2,8 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: rpkg
-Version: 1.19
-Release: 2%{?dist}
+Version: 1.20
+Release: 1%{?dist}
Summary: Utility for interacting with rpm+git packaging systems
Group: Applications/System
@@ -77,6 +77,22 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Feb 18 2014 Dennis Gilmore <dennis@ausil.us> - 1.20-1
+- read krbservice from the koji config file (dennis)
+- We can assume that rpkg is installed if the (ville.skytta)
+- clog: Don't require empty line between changelog entries. (ville.skytta)
+- Spelling fixes. (ville.skytta)
+- expand %%{name} and %%{verion} macros when checking for unused_patches check
+ for .patch and .diff files as patches (dennis)
+- clean up some language ambiguities (dennis)
+- clog: Support %changelog tag written in non-lowercase. (ville.skytta)
+- add spkg as a binary file extention rhbz#972903 (dennis)
+- Fixed version to 1.19 (pbabinca)
+- Don't track spec file here (pbabinca)
+- 1.20 (pbabinca)
+- Mock config temp dir in the form $(target)-$(localarch).$(mktemp)mockconfig
+ (pbabinca)
+
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
diff --git a/sources b/sources
index 98ba671..f87fe43 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-97c2a817a74e5b74355402646736d79f rpkg-1.19.tar.gz
+1d74114411782293ce8fe9900369b6cc rpkg-1.20.tar.gz
reply other threads:[~2026-08-10 21:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178639819317.1.9836894196974926892.rpms-rpkg-cb5758d6b085@fedoraproject.org \
--to=dennis@ausil.us \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox