public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedpkg] 1.48-1: Split fedpkg-stage into a separate package
@ 2026-08-10 21:45 Chenxiong Qi
0 siblings, 0 replies; only message in thread
From: Chenxiong Qi @ 2026-08-10 21:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedpkg
Branch : 1.48-1
Commit : d2116bde6467bf147792d109278a4f413b33220a
Author : Chenxiong Qi <cqi@redhat.com>
Date : 2016-12-09T10:57:19+08:00
Stats : +17/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fedpkg/c/d2116bde6467bf147792d109278a4f413b33220a?branch=1.48-1
Log:
Split fedpkg-stage into a separate package
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
---
diff --git a/fedpkg.spec b/fedpkg.spec
index 08ec358..cc1b27b 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -8,7 +8,7 @@
Name: fedpkg
Version: 1.26
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Fedora utility for working with dist-git
Group: Applications/System
@@ -39,6 +39,13 @@ BuildRequires: python-nose, python-mock, git
%description
Provides the fedpkg command for working with dist-git
+%package -n fedpkg-stage
+Summary: Fedora utility for working with dist-git
+Group: Applications/System
+Requires: fedpkg >= 1.26
+
+%description -n fedpkg-stage
+Provides the fedpkg command for working with dist-git
%prep
%setup -q
@@ -69,18 +76,25 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING README CHANGELOG.rst
-%config(noreplace) %{_sysconfdir}/rpkg
+%config(noreplace) %{_sysconfdir}/rpkg/fedpkg.conf
%(dirname %{compdir})
%{_bindir}/%{name}
-%{_bindir}/%{name}-stage
%{_mandir}/*/*
# For noarch packages: sitelib
%{python_sitelib}/*
# zsh completion
%{_datadir}/zsh/site-functions/_%{name}
+%files stage
+%defattr(-,root,root,-)
+%{_bindir}/%{name}-stage
+%config(noreplace) %{_sysconfdir}/rpkg/fedpkg-stage.conf
+
%changelog
+* Fri Dec 09 2016 Chenxiong Qi <cqi@redhat.com> - 1.26-2
+- Split fedpkg-stage into a separate package
+
* Fri Dec 02 2016 Chenxiong Qi <cqi@redhat.com> - 1.26-1
- New release of 1.26
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 21:45 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:45 [rpms/fedpkg] 1.48-1: Split fedpkg-stage into a separate package Chenxiong Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox