[bcfg2: 5/6] - Add new YUMng driver

Jeffrey C. Ollie jcollie at fedoraproject.org
Thu Sep 16 03:31:51 UTC 2010


commit 8363c668ae26f9273c8d3d9cb240fb26810bb679
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Tue Aug 31 09:31:29 2010 -0500

    - Add new YUMng driver

 .gitignore |    5 ++++-
 bcfg2.spec |    9 ++++++---
 sources    |    1 +
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 46ed9d8..6eb7c14 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
-bcfg2-1.1.0rc4.tar.gz
+/bcfg2-1.1.0rc4.tar.gz
+/bcfg2-1.1.0rc4.tar.gz.gpg
+/tgenshi-indent.patch
+/YUMng.py
diff --git a/bcfg2.spec b/bcfg2.spec
index 6b088aa..1387f77 100644
--- a/bcfg2.spec
+++ b/bcfg2.spec
@@ -6,7 +6,7 @@
 
 Name:             bcfg2
 Version:          1.1.0
-Release:          1.1%{?_rc:.rc%{_rc}}%{?dist}.1
+Release:          1.2%{?_rc:.rc%{_rc}}%{?dist}
 Summary:          Configuration management system
 
 Group:            Applications/System
@@ -14,6 +14,7 @@ License:          BSD
 URL:              http://trac.mcs.anl.gov/projects/bcfg2
 Source0:          ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-%{version}%{?_rc:rc%{_rc}}.tar.gz
 Source1:          ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-%{version}%{?_rc:rc%{_rc}}.tar.gz.gpg
+Source2:	  YUMng.py
 Patch0:           tgenshi-indent.patch
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:        noarch
@@ -34,7 +35,6 @@ Requires(preun):  /sbin/chkconfig
 Requires(preun):  /sbin/service
 Requires(postun): /sbin/service
 
-
 %description
 Bcfg2 helps system administrators produce a consistent, reproducible,
 and verifiable description of their environment, and offers
@@ -83,6 +83,7 @@ Configuration management server
 %prep
 %setup -q -n %{name}-%{version}%{?_rc:rc%{_rc}}
 %patch0 -p0 -b .indent 
+%{__cp} %{S:2} src/lib/Client/Tools
 
 # fixup some paths
 %{__perl} -pi -e 's@/etc/default@%{_sysconfdir}/sysconfig at g' debian/bcfg2.init
@@ -196,7 +197,6 @@ fi
 
 %dir %{_var}/cache/bcfg2
 
-
 %files server
 %defattr(-,root,root,-)
 
@@ -227,6 +227,9 @@ fi
 %dir %{_var}/lib/bcfg2
 
 %changelog
+* Tue Aug 31 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.0-1.2.rc4
+- Add new YUMng driver
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.1.0-1.1.rc4.1
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index c71a12f..8d606ec 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,4 @@
 0c7fb0d825fff7a87a8c084da8b3abd8  bcfg2-1.1.0rc4.tar.gz
 e539d3946f533f1982946018a6d2cf2b  bcfg2-1.1.0rc4.tar.gz.gpg
 37d9a1430d39b91f9ce46ed70fa4f84a  tgenshi-indent.patch
+6310cd2f15f6750d2a47ff7b3334fe75  YUMng.py


More information about the scm-commits mailing list