Compare commits

..

2 Commits

Author SHA1 Message Date
Ville Skyttä 6e433fb434 - Avoid conflict with EL 5.3 rpm (#466939, Panu Matilainen). 2009-01-01 18:32:15 +00:00
Dennis Gilmore eda72d9a7d Initialize branch EL-5 for rpmdevtools 2006-11-04 18:50:01 +00:00
3 changed files with 20 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
EL-5
+12
View File
@@ -0,0 +1,12 @@
diff -up rpmdevtools-5.3/check-rpaths-worker~ rpmdevtools-5.3/check-rpaths-worker
--- rpmdevtools-5.3/check-rpaths-worker~ 2006-08-16 01:28:09.000000000 +0300
+++ rpmdevtools-5.3/check-rpaths-worker 2009-01-01 20:23:06.000000000 +0200
@@ -63,8 +63,6 @@ function showHint()
* - to check existing files, set \$RPM_BUILD_ROOT and execute check-rpaths like
* \$ RPM_BUILD_ROOT=<top-dir> /usr/lib/rpm/check-rpaths
*
-* 'check-rpaths' is part of 'rpmdevtools'.
-*
*******************************************************************************
EOF
}
+7 -1
View File
@@ -4,7 +4,7 @@
Name: rpmdevtools
Version: 5.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: RPM Development Tools
Group: Development/Tools
@@ -12,6 +12,8 @@ License: GPL
URL: http://fedora.redhat.com/
Source0: %{name}-%{version}.tar.bz2
Source1: http://people.redhat.com/nphilipp/spectool/spectool-%{spectool_version}.tar.bz2
# Avoid conflict with EL 5.3 rpm, #466939
Patch0: %{name}-5.3-el53-conflict.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -42,6 +44,7 @@ rpmdev-extract Extract various archives, "tar xvf" style
%prep
%setup -q -a 1
%patch0 -p1
cp -p spectool*/README README.spectool
@@ -120,6 +123,9 @@ fi
%changelog
* Thu Jan 1 2009 Ville Skyttä <ville.skytta at iki.fi> - 5.3-2
- Avoid conflict with EL 5.3 rpm (#466939, Panu Matilainen).
* Wed Oct 25 2006 Ville Skyttä <ville.skytta at iki.fi> - 5.3-1
- Update spectool to 1.0.8, fixes #212108.