Add centpkg-sig subpackage

This commit is contained in:
Carl George 2021-02-22 20:38:36 -06:00
parent 30b0f4bbed
commit a79c47f68c

View file

@ -12,7 +12,17 @@ BuildRequires: %{py3_dist setuptools}
%description %description
Provides the centpkg command for working with dist-git Provides the centpkg command for working with dist-git.
%package sig
Summary: CentOS SIG utility for working with dist-git
Requires: %{name} = %{version}-%{release}
%description sig
Provides the centpkg-sig command for working with dist-git.
%prep %prep
%autosetup %autosetup
@ -35,6 +45,11 @@ Provides the centpkg command for working with dist-git
%{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info
%files sig
%{_bindir}/%{name}-sig
%config(noreplace) %{_sysconfdir}/rpkg/centpkg-sig.conf
%changelog %changelog
* Mon Nov 28 2016 brian@bstinson.com 0.4.6-1 * Mon Nov 28 2016 brian@bstinson.com 0.4.6-1
- Tracking updates to rpkg (thanks pavlix) - Tracking updates to rpkg (thanks pavlix)