diff --git a/SPECS/centpkg-minimal.spec b/SPECS/centpkg-minimal.spec new file mode 100644 index 0000000..eafa135 --- /dev/null +++ b/SPECS/centpkg-minimal.spec @@ -0,0 +1,61 @@ +Name: centpkg-minimal +Version: 1.0.0 +Release: 9%{?dist} +Summary: Used by koji to download sources for building CentOS + +License: MIT +URL: https://git.centos.org/centos-git-common +Source0: %{name}.tar.gz + +BuildArch: noarch +BuildRequires: curl +Requires: util-linux +Requires: curl +Requires: git + +%description +Used by koji to download sources for building CentOS + +%prep +%setup -c -n centpkg-minimal + + +%build + + +%install +install -d %{buildroot}%{_bindir} +install -pm 755 get_sources.sh %{buildroot}%{_bindir}/get_sources.sh + + +%files +%{_bindir}/get_sources.sh + + +%changelog +* Tue Apr 30 2019 Brian Stinson - 1.0.0-9 +- rebuilt + +* Mon Apr 15 2019 Brian Stinson - 1.0.0-8 +- rebuilt + +* Mon Apr 15 2019 Brian Stinson - 1.0.0-7 +- rebuilt + +* Mon Apr 15 2019 Brian Stinson - 1.0.0-6 +- rebuilt + +* Mon Apr 15 2019 brian@bstinson.com - 1.0.0-4 +- Update to not require 'which' + +* Mon Apr 15 2019 Brian Stinson - 1.0.0-4 +- rebuilt + +* Mon Apr 15 2019 Brian Stinson - 1.0.0-3 +- Added requires + +* Mon Apr 15 2019 Brian Stinson - 1.0.0-2 +- rebuilt + +* Mon Apr 15 2019 brian@bstinson.com - 1.0.0-1 +- Initial release