diff --git a/hubblestack/__init__.py b/hubblestack/__init__.py index a33997dd1..55fa725bd 100644 --- a/hubblestack/__init__.py +++ b/hubblestack/__init__.py @@ -1 +1 @@ -__version__ = '2.1.0' +__version__ = '2.1.1' diff --git a/pkg/build_rpms.sh b/pkg/build_rpms.sh index 4cd12464b..6843c532a 100755 --- a/pkg/build_rpms.sh +++ b/pkg/build_rpms.sh @@ -17,17 +17,17 @@ cd .. bash init_pkg.sh -y cp hubble.tar.gz ~/hubble.tar.gz -rm -rf ~/hubblestack-2.1.0 -rm -rf ~/hubblestack-2.1.0.tar.gz -mkdir ~/hubblestack-2.1.0 -tar -xzvf ~/hubble.tar.gz -C ~/hubblestack-2.1.0 -mkdir -p ~/hubblestack-2.1.0/etc/init.d -cp pkg/hubble ~/hubblestack-2.1.0/etc/init.d -mkdir -p ~/hubblestack-2.1.0/usr/lib/systemd/system -cp pkg/hubble.service ~/hubblestack-2.1.0/usr/lib/systemd/system -cp -f conf/hubble ~/hubblestack-2.1.0/etc/hubble/hubble +rm -rf ~/hubblestack-2.1.1 +rm -rf ~/hubblestack-2.1.1.tar.gz +mkdir ~/hubblestack-2.1.1 +tar -xzvf ~/hubble.tar.gz -C ~/hubblestack-2.1.1 +mkdir -p ~/hubblestack-2.1.1/etc/init.d +cp pkg/hubble ~/hubblestack-2.1.1/etc/init.d +mkdir -p ~/hubblestack-2.1.1/usr/lib/systemd/system +cp pkg/hubble.service ~/hubblestack-2.1.1/usr/lib/systemd/system +cp -f conf/hubble ~/hubblestack-2.1.1/etc/hubble/hubble cd ~ -tar -czvf hubblestack-2.1.0.tar.gz hubblestack-2.1.0/ +tar -czvf hubblestack-2.1.1.tar.gz hubblestack-2.1.1/ rm -rf ~/rpmbuild mkdir -p ~/rpmbuild/{RPMS,SRPMS,BUILD,SOURCES,SPECS,tmp} @@ -36,7 +36,7 @@ cat <~/.rpmmacros %_tmppath %{_topdir}/tmp EOF -cp ~/hubblestack-2.1.0.tar.gz ~/rpmbuild/SOURCES/ +cp ~/hubblestack-2.1.1.tar.gz ~/rpmbuild/SOURCES/ cd ~/rpmbuild cp ~/hubble/pkg/specs/* SPECS/ diff --git a/pkg/specs/hubblestack-el6.spec b/pkg/specs/hubblestack-el6.spec index 3f2eac99e..528db14d7 100644 --- a/pkg/specs/hubblestack-el6.spec +++ b/pkg/specs/hubblestack-el6.spec @@ -9,7 +9,7 @@ Summary: Hubblestack is a module, open-source security compliance framework Name: hubblestack -Version: 2.1.0 +Version: 2.1.1 Release: 1 License: Apache 2.0 Group: Development/Tools @@ -55,3 +55,6 @@ rm -rf %{buildroot} %changelog * Wed Feb 8 2017 Colton Myers 2.1.0-1 - First Build + +* Mon Feb 13 2017 Colton Myers 2.1.1-1 +- Remove autoreq, add unit files diff --git a/pkg/specs/hubblestack-el7.spec b/pkg/specs/hubblestack-el7.spec index 637892760..4a504b831 100644 --- a/pkg/specs/hubblestack-el7.spec +++ b/pkg/specs/hubblestack-el7.spec @@ -9,7 +9,7 @@ Summary: Hubblestack is a module, open-source security compliance framework Name: hubblestack -Version: 2.1.0 +Version: 2.1.1 Release: 1 License: Apache 2.0 Group: Development/Tools @@ -55,3 +55,6 @@ rm -rf %{buildroot} %changelog * Wed Feb 8 2017 Colton Myers 2.1.0-1 - First Build + +* Mon Feb 13 2017 Colton Myers 2.1.1-1 +- Remove autoreq, add unit files