[boinc-client/f14/master] - Rebase the 6.10 branch to 6.10.58

Miloš Jakubíček mjakubicek at fedoraproject.org
Thu Jan 20 11:52:05 UTC 2011


commit 2ad8e5d2068d7dafc6bb68ae062678f526c4a22a
Author: Milos Jakubicek <xjakub at fi.muni.cz>
Date:   Thu Jan 20 11:40:21 2011 +0100

    - Rebase the 6.10 branch to 6.10.58
    
    - Fix rpmlint complaining:
    - E: executable-marked-as-config-file /etc/sysconfig/boinc-client
    - E: script-without-shebang /etc/sysconfig/boinc-client

 .gitignore        |    1 +
 boinc-client.spec |   14 +++++++++++---
 sources           |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e510a8f..ea451c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 boinc-6.10.45.tar.xz
+/boinc-6.10.58.tar.xz
diff --git a/boinc-client.spec b/boinc-client.spec
index 3aef809..6e8f7aa 100644
--- a/boinc-client.spec
+++ b/boinc-client.spec
@@ -1,10 +1,10 @@
-%global revision 21128
+%global revision 22930
 %global version_ 6_10
 
 Summary:	The BOINC client core
 Name:		boinc-client
-Version:	6.10.45
-Release:	2.r%{revision}svn%{?dist}
+Version:	6.10.58
+Release:	1.r%{revision}svn%{?dist}
 License:	LGPLv2+
 Group:		Applications/Engineering
 URL:		http://boinc.berkeley.edu/
@@ -191,6 +191,8 @@ rm -rf $RPM_BUILD_ROOT%{_bindir}/stop
 rm -rf $RPM_BUILD_ROOT%{_bindir}/updater
 rm -rf $RPM_BUILD_ROOT%{_bindir}/upper_case
 
+chmod a-x $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/%{name}
+
 pushd $RPM_BUILD_ROOT%{_bindir}
 
 # use symlink instead of hardlink
@@ -335,6 +337,12 @@ fi
 %{_includedir}/boinc
 
 %changelog
+* Thu Jan 20 2011 Miloš Jakubíček <xjakub at fi.muni.cz> - 6.10.58-1.r22930svn
+- Rebase the 6.10 branch to 6.10.58
+- Fix rpmlint complaining:
+- E: executable-marked-as-config-file /etc/sysconfig/boinc-client
+- E: script-without-shebang /etc/sysconfig/boinc-client
+
 * Wed Jul 14 2010 Dan Horák <dan at danny.cz> - 6.10.45-2.r21128svn
 - rebuilt against wxGTK-2.8.11-2
 
diff --git a/sources b/sources
index eeb5a9a..c0646b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0f97e03940667b082a9893ccc63541be  boinc-6.10.45.tar.xz
+e6a12ee327c1f4c40ad14ff513b9a4df  boinc-6.10.58.tar.xz


More information about the scm-commits mailing list