public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: read krbservice from the koji config file (dennis)
@ 2026-08-10 21:43 Dennis Gilmore
  0 siblings, 0 replies; only message in thread
From: Dennis Gilmore @ 2026-08-10 21:43 UTC (permalink / raw)
  To: git-commits

            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

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

only message in thread, other threads:[~2026-08-10 21:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 21:43 [rpms/rpkg] 1.70-1: read krbservice from the koji config file (dennis) Dennis Gilmore

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