fix license tag

This commit is contained in:
Tom Callaway 2008-09-03 20:22:56 +00:00
parent cc05ec1e3d
commit bc963527b9
1 changed files with 7 additions and 9 deletions

View File

@ -1,21 +1,15 @@
Summary: Red Hat specific rpm configuration files.
Name: redhat-rpm-config
Version: 9.0.3
Release: 2%{?dist}
License: GPL
Release: 3%{?dist}
# No version specified.
License: GPL+
Group: Development/System
Source: redhat-rpm-config-%{version}.tar.bz2
Patch0: redhat-rpm-config-9.0.3-fix-requires.patch
BuildArch: noarch
Requires: mktemp
# if rpm-build is present (thus building rpms), we need newer for
# check buildroot
Conflicts: rpm-build < 4.4.2.1-0.4.rc2
BuildRoot: %{_tmppath}/%{name}-root
# rpmrc passes -mtune which first appeared in gcc 3.4
%ifarch i386 i686 sparc
Conflicts: gcc < 3.4
%endif
%description
Red Hat specific rpm configuration files.
@ -35,6 +29,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_prefix}/lib/rpm/redhat
%changelog
* Wed Sep 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 9.0.3-3
- fix license tag
- nuke ancient conflicts
* Mon Aug 11 2008 Panu Matilainen <pmatilai@redhat.com> - 9.0.3-2
- Unbreak find-requires (#443015)