lrossett / rpms / centpkg-minimal

Forked from rpms/centpkg-minimal 2 years ago
Clone

Blame SPECS/centpkg-minimal.spec

323c96
%global baserelease 1
323c96
323c96
Name:           centpkg-minimal
323c96
Version:        2.1.0
323c96
Release:        2.%{baserelease}%{?dist}
323c96
Summary:        Used by koji to download sources for building CentOS
323c96
323c96
License:        MIT
323c96
URL:            https://git.centos.org/centos-git-common
323c96
Source0:        get_sources.sh
323c96
Source1:        centpkg
323c96
323c96
BuildArch:      noarch
323c96
BuildRequires:  curl
323c96
Requires:       util-linux
323c96
Requires:       curl
323c96
Requires:       git-core
323c96
323c96
%description
323c96
%{summary}.
323c96
323c96
%prep
323c96
%setup -c
323c96
cp -a %{SOURCE0} .
323c96
cp -a %{SOURCE1} .
323c96
323c96
%build
323c96
323c96
323c96
%install
323c96
install -d %{buildroot}%{_bindir}
323c96
install -pm 755 get_sources.sh %{buildroot}%{_bindir}/get_sources.sh
323c96
install -pm 755 centpkg %{buildroot}%{_bindir}/centpkg
323c96
323c96
323c96
%files
323c96
%{_bindir}/get_sources.sh
323c96
%{_bindir}/centpkg
323c96
323c96
323c96
%changelog
323c96
* Sun Mar 06 2022 Neal Gompa <ngompa@centosproject.org> - 2.1.0-2.1
323c96
- Refresh get_sources.sh from gitco#centos-git-common#PR10 for flat layout support
323c96
323c96
* Fri Mar 05 2021 Brian Stinson <bstinson@redhat.com> - 2.1.0-2
323c96
- Add a minimal centpkg binary that calls get_sources or pulls from the CentOS
323c96
  Stream lookaside based on which layout the repo presents
323c96
323c96
* Tue Jun 18 2019 Brian Stinson <brian@bstinson.com> - 2.0.0-2
323c96
- Update the git dep to git-core to pull in fewer deps
323c96
323c96
* Tue May 07 2019 Brian Stinson <brian@bstinson.com> - 2.0.0-1
323c96
- Release for GA
323c96
323c96
* Tue Apr 30 2019 Brian Stinson <brian@bstinson.com> - 1.0.0-9
323c96
- rebuilt
323c96
323c96
* Mon Apr 15 2019 Brian Stinson <brian@bstinson.com> - 1.0.0-8
323c96
- rebuilt
323c96
323c96
* Mon Apr 15 2019 Brian Stinson <brian@bstinson.com> - 1.0.0-7
323c96
- rebuilt
323c96
323c96
* Mon Apr 15 2019 Brian Stinson <brian@bstinson.com> - 1.0.0-6
323c96
- rebuilt
323c96
323c96
* Mon Apr 15 2019 brian@bstinson.com - 1.0.0-4
323c96
- Update to not require 'which'
323c96
323c96
* Mon Apr 15 2019 Brian Stinson <brian@bstinson.com> - 1.0.0-4
323c96
- rebuilt
323c96
323c96
* Mon Apr 15 2019 Brian Stinson <brian@bstinson.com> - 1.0.0-3
323c96
- Added requires
323c96
323c96
* Mon Apr 15 2019 Brian Stinson <brian@bstinson.com> - 1.0.0-2
323c96
- rebuilt
323c96
323c96
* Mon Apr 15 2019 brian@bstinson.com - 1.0.0-1
323c96
- Initial release