-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sol Jerome <[email protected]>
- Loading branch information
Showing
13 changed files
with
32 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
bcfg2 (1.3.0rc2-0.0) unstable; urgency=low | ||
|
||
* New upstream release | ||
|
||
-- Sol Jerome <[email protected]> Tue, 29 Jan 2013 10:43:55 -0600 | ||
|
||
bcfg2 (1.3.0rc1-0.0) unstable; urgency=low | ||
|
||
* New upstream release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
Name: bcfg2-selinux | ||
Version: 1.3.0 | ||
Release: 0.0rc1 | ||
Release: 0.0rc2 | ||
Summary: Bcfg2 Client and Server SELinux policy | ||
|
||
%if 0%{?suse_version} | ||
|
@@ -24,8 +24,8 @@ Conflicts: selinux-policy = 3.11.1 | |
|
||
License: BSD | ||
URL: http://bcfg2.org | ||
Source0: ftp://ftp.mcs.anl.gov/pub/bcfg/%{name}-%{version}rc1.tar.gz | ||
BuildRoot: %{_tmppath}/%{name}-%{version}rc1-%{release}-root-%(%{__id_u} -n) | ||
Source0: ftp://ftp.mcs.anl.gov/pub/bcfg/%{name}-%{version}rc2.tar.gz | ||
BuildRoot: %{_tmppath}/%{name}-%{version}rc2-%{release}-root-%(%{__id_u} -n) | ||
BuildArch: noarch | ||
|
||
BuildRequires: checkpolicy, selinux-policy-devel, hardlink | ||
|
@@ -65,7 +65,7 @@ deployment strategies. | |
This package includes the Bcfg2 server and client SELinux policy. | ||
|
||
%prep | ||
%setup -q -n %{name}-%{version}rc1 | ||
%setup -q -n %{name}-%{version}rc2 | ||
|
||
%build | ||
cd redhat/selinux | ||
|
@@ -120,6 +120,9 @@ if [ $1 -eq 0 ] ; then | |
fi | ||
|
||
%changelog | ||
* Tue Jan 29 2013 Sol Jerome <[email protected]> 1.3.0-0.0rc2 | ||
- New upstream release | ||
|
||
* Wed Jan 09 2013 Sol Jerome <[email protected]> 1.3.0-0.0rc1 | ||
- New upstream release | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
Name: bcfg2 | ||
Version: 1.3.0 | ||
Release: 0.0rc1 | ||
Release: 0.0rc2 | ||
Summary: Configuration management system | ||
|
||
%if 0%{?suse_version} | ||
|
@@ -17,8 +17,8 @@ Group: Applications/System | |
%endif | ||
License: BSD | ||
URL: http://bcfg2.org | ||
Source0: ftp://ftp.mcs.anl.gov/pub/bcfg/%{name}-%{version}rc1.tar.gz | ||
BuildRoot: %{_tmppath}/%{name}-%{version}rc1-%{release}-root-%(%{__id_u} -n) | ||
Source0: ftp://ftp.mcs.anl.gov/pub/bcfg/%{name}-%{version}rc2.tar.gz | ||
BuildRoot: %{_tmppath}/%{name}-%{version}rc2-%{release}-root-%(%{__id_u} -n) | ||
BuildArch: noarch | ||
|
||
BuildRequires: python-devel | ||
|
@@ -267,7 +267,7 @@ deployment strategies. | |
This package includes the Bcfg2 reports web frontend. | ||
|
||
%prep | ||
%setup -q -n %{name}-%{version}rc1 | ||
%setup -q -n %{name}-%{version}rc2 | ||
|
||
%build | ||
%{__python}%{pythonversion} setup.py build | ||
|
@@ -443,6 +443,9 @@ fi | |
%endif | ||
|
||
%changelog | ||
* Tue Jan 29 2013 Sol Jerome <[email protected]> 1.3.0-0.0rc2 | ||
- New upstream release | ||
|
||
* Wed Jan 09 2013 Sol Jerome <[email protected]> 1.3.0-0.0rc1 | ||
- New upstream release | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0rc1 | ||
0.0rc2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -250,6 +250,9 @@ fi | |
%doc %{_defaultdocdir}/bcfg2-doc-%{version} | ||
|
||
%changelog | ||
* Tue Jan 29 2013 Sol Jerome <[email protected]> 1.3.0-0.0rc2 | ||
- New upstream release | ||
|
||
* Wed Jan 09 2013 Sol Jerome <[email protected]> 1.3.0-0.0rc1 | ||
- New upstream release | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
inst_reqs.append('M2Crypto') | ||
|
||
setup(name="Bcfg2", | ||
version="1.3.0rc1", | ||
version="1.3.0rc2", | ||
description="Bcfg2 Server", | ||
author="Narayan Desai", | ||
author_email="[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PKG="SCbcfg2" | ||
NAME="bcfg2" | ||
ARCH="sparc" | ||
VERSION="1.3.0rc1" | ||
VERSION="1.3.0rc2" | ||
CATEGORY="application" | ||
VENDOR="Argonne National Labratory" | ||
EMAIL="[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PKG="SCbcfg2-server" | ||
NAME="bcfg2-server" | ||
ARCH="sparc" | ||
VERSION="1.3.0rc1" | ||
VERSION="1.3.0rc2" | ||
CATEGORY="application" | ||
VENDOR="Argonne National Labratory" | ||
EMAIL="[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
import re | ||
|
||
__version__ = "1.3.0rc1" | ||
__version__ = "1.3.0rc2" | ||
|
||
|
||
class Bcfg2VersionInfo(tuple): | ||
|