|
|
@ -1,6 +1,6 @@
|
|
|
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
|
|
|
|
|
|
|
|
%define baserelease 2
|
|
|
|
%define baserelease 1
|
|
|
|
#build with --define 'testbuild 1' to have a timestamp appended to release
|
|
|
|
#build with --define 'testbuild 1' to have a timestamp appended to release
|
|
|
|
%if "x%{?testbuild}" == "x1"
|
|
|
|
%if "x%{?testbuild}" == "x1"
|
|
|
|
%define release %{baserelease}.%(date +%%Y%%m%%d.%%H%%M.%%S)
|
|
|
|
%define release %{baserelease}.%(date +%%Y%%m%%d.%%H%%M.%%S)
|
|
|
@ -8,7 +8,7 @@
|
|
|
|
%define release %{baserelease}
|
|
|
|
%define release %{baserelease}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
Name: koji
|
|
|
|
Name: koji
|
|
|
|
Version: 1.2.5
|
|
|
|
Version: 1.2.6
|
|
|
|
Release: %{release}%{?dist}
|
|
|
|
Release: %{release}%{?dist}
|
|
|
|
License: LGPLv2
|
|
|
|
License: LGPLv2
|
|
|
|
Summary: Build system tools
|
|
|
|
Summary: Build system tools
|
|
|
@ -59,6 +59,8 @@ Requires: createrepo >= 0.4.11-2
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%if 0%{?fedora} >= 9
|
|
|
|
%if 0%{?fedora} >= 9
|
|
|
|
Requires: createrepo >= 0.9.2
|
|
|
|
Requires: createrepo >= 0.9.2
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
Requires: createrepo >= 0.4.11-2
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%description builder
|
|
|
|
%description builder
|
|
|
@ -116,10 +118,13 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files utils
|
|
|
|
%files utils
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sbindir}/kojira
|
|
|
|
%{_sbindir}/kojira
|
|
|
|
|
|
|
|
%{_sbindir}/koji-gc
|
|
|
|
%{_initrddir}/kojira
|
|
|
|
%{_initrddir}/kojira
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/kojira
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/kojira
|
|
|
|
%{_sysconfdir}/kojira
|
|
|
|
%dir %{_sysconfdir}/kojira
|
|
|
|
%config(noreplace) %{_sysconfdir}/kojira/kojira.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/kojira/kojira.conf
|
|
|
|
|
|
|
|
%dir %{_sysconfdir}/koji-gc
|
|
|
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/koji-gc/koji-gc.conf
|
|
|
|
|
|
|
|
|
|
|
|
%files web
|
|
|
|
%files web
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%defattr(-,root,root)
|
|
|
@ -132,7 +137,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_sbindir}/kojid
|
|
|
|
%{_sbindir}/kojid
|
|
|
|
%{_initrddir}/kojid
|
|
|
|
%{_initrddir}/kojid
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/kojid
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/kojid
|
|
|
|
%{_sysconfdir}/kojid
|
|
|
|
%dir %{_sysconfdir}/kojid
|
|
|
|
%config(noreplace) %{_sysconfdir}/kojid/kojid.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/kojid/kojid.conf
|
|
|
|
%attr(-,kojibuilder,kojibuilder) /etc/mock/koji
|
|
|
|
%attr(-,kojibuilder,kojibuilder) /etc/mock/koji
|
|
|
|
|
|
|
|
|
|
|
@ -159,6 +164,10 @@ if [ $1 = 0 ]; then
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Aug 25 2008 Dennis Gilmore <dennis@ausil.us> - 1.2.6-1
|
|
|
|
|
|
|
|
- update to 1.2.6
|
|
|
|
|
|
|
|
- make sure we have to correct version of createrepo on Fedora 8
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.2.5-2
|
|
|
|
* Tue Aug 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.2.5-2
|
|
|
|
- fix conditional (line 5)
|
|
|
|
- fix conditional (line 5)
|
|
|
|
- fix license tag
|
|
|
|
- fix license tag
|
|
|
|