summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorFabian Affolter <fabian@bernewireless.net>2010-06-21 11:16:05 +0000
committerSol Jerome <sol.jerome@gmail.com>2010-06-21 14:11:35 -0500
commite3dda200865ab3f95f0828331e582d9fe48625da (patch)
tree5da3b1ea29744fa1e2a63694e37b66c1f44f72d1 /misc
parent6c76097531b26ff9f69709f8725192e8c8fff791 (diff)
downloadbcfg2-e3dda200865ab3f95f0828331e582d9fe48625da.tar.gz
bcfg2-e3dda200865ab3f95f0828331e582d9fe48625da.tar.bz2
bcfg2-e3dda200865ab3f95f0828331e582d9fe48625da.zip
Changed source0 in order that it works with spectool
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5954 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'misc')
-rw-r--r--misc/bcfg2.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index 2f423c201..7eb27be0a 100644
--- a/misc/bcfg2.spec
+++ b/misc/bcfg2.spec
@@ -14,13 +14,13 @@
Name: bcfg2
Version: 1.1.0rc3
-Release: %{release}
+Release: %{release}
Summary: Configuration management system
Group: Applications/System
License: BSD
URL: http://trac.mcs.anl.gov/projects/bcfg2
-Source0: ftp://ftp.mcs.anl.gov/pub/bcfg/%{version}.tar.gz
+Source0: ftp://ftp.mcs.anl.gov/pub/bcfg/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -161,6 +161,9 @@ deployment strategies.
%dir %{_prefix}/lib/bcfg2
%changelog
+* Mon Jun 21 2010 Fabian Affolter <fabian@bernewireless.net> - 1.1.0rc3-0.1
+- Changed source0 in order that it works with spectool
+
* Fri Feb 2 2007 Mike Brady <mike.brady@devnull.net.nz> 0.9.1
- Removed use of _libdir due to Red Hat x86_64 issue.