[rdist/f16] Fix several rpmlint warnings/errors (#226359)

Vojtěch Vítek vvitek at fedoraproject.org
Tue Aug 23 13:47:55 UTC 2011


commit d61ca220a11275218fdaf8a858a3f6b3362c3ab2
Author: Vojtech Vitek (V-Teq) <vvitek at redhat.com>
Date:   Tue Aug 23 15:41:30 2011 +0200

    Fix several rpmlint warnings/errors (#226359)

 rdist.spec |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/rdist.spec b/rdist.spec
index 2ffaf8a..0fb1f93 100644
--- a/rdist.spec
+++ b/rdist.spec
@@ -1,7 +1,7 @@
-Summary: Maintains identical copies of files on multiple machines.
+Summary: Maintains identical copies of files on multiple machines
 Name: rdist
 Version: 6.1.5
-Release: 51%{?dist}
+Release: 52%{?dist}
 Epoch: 1
 # On Feb 17, 2011, Michael A. Cooper gave permission via email for all of his
 # copyrighted work in rdist to be relicensed to the same BSD as the rest of
@@ -9,8 +9,9 @@ Epoch: 1
 License: BSD
 Group: Applications/System
 Source0: http://www.MagniComp.com/download/rdist/rdist-%{version}.tar.gz
-Source1: http://www.magnicomp.com/rdist/rdist-eu-license.txt
-Source2: http://people.redhat.com/pknirsch/src/rdist-v1.1.tar.bz2
+Source1: http://people.redhat.com/pknirsch/src/rdist-v1.1.tar.bz2
+# http://www.magnicomp.com/rdist/rdist-eu-license.shtml
+Source2: rdist-eu-license.txt
 Source3: rdist-licensing-email.txt
 Patch0: rdist-6.1.5-linux.patch
 Patch1: rdist-6.1.5-links.patch
@@ -29,8 +30,7 @@ Patch13: rdist-6.1.5-re_args.patch
 Patch14: rdist-6.1.5-fix-msgsndnotify-loop.patch
 Patch15: rdist-6.1.5-license-fix.patch
 URL: http://www.MagniComp.com/rdist
-BuildRoot: %{_tmppath}/%{name}-root
-BuildPreReq: byacc bison
+BuildRequires: byacc bison
 
 %description
 The RDist program maintains identical copies of files on multiple
@@ -42,9 +42,9 @@ multiple hosts.
 
 %prep
 %setup -q
-%setup -q -T -D -a 2
+%setup -q -T -D -a 1
 
-cp %{SOURCE1} .
+cp %{SOURCE2} .
 cp %{SOURCE3} .
 
 %patch0 -p1 -b .linux
@@ -96,6 +96,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man8/rdistd.8*
 
 %changelog
+* Tue Aug 23 2011 Vojtech Vitek (V-Teq) <vvitek at redhat.com> - 1:6.1.5-52
+- Fix several rpmlint warnings/errors (#226359)
+
 * Thu Feb 17 2011 Tom Callaway <spot at fedoraproject.org> - 1:6.1.5-51
 - resolve non-free licensing, thanks to Michael A. Cooper
 


More information about the scm-commits mailing list