From 0d9be2db0fc60e45c8d69cea845aba4a36b26827 Mon Sep 17 00:00:00 2001 From: Josef Stribny Date: Wed, 24 Jun 2015 10:00:18 +0200 Subject: [PATCH 1/5] Initial import --- .gitignore | 1 + sources | 1 + vagrant-atomic.spec | 85 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 87 insertions(+) create mode 100644 vagrant-atomic.spec diff --git a/.gitignore b/.gitignore index e69de29..fe605fe 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/vagrant-atomic-0.1.0.gem diff --git a/sources b/sources index e69de29..327e511 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a9d8844c45a849d24419320b4256e66e vagrant-atomic-0.1.0.gem diff --git a/vagrant-atomic.spec b/vagrant-atomic.spec new file mode 100644 index 0000000..46b3d7f --- /dev/null +++ b/vagrant-atomic.spec @@ -0,0 +1,85 @@ +# Generated from vagrant-atomic-0.1.0.gem by gem2rpm -*- rpm-spec -*- +%global vagrant_plugin_name vagrant-atomic + +Name: %{vagrant_plugin_name} +Version: 0.1.0 +Release: 2%{?dist} +Summary: Project Atomic guest for Vagrant +Group: Development/Languages +License: GPLv2 +URL: https://github.com/projectatomic/vagrant-atomic +Source0: https://rubygems.org/gems/%{vagrant_plugin_name}-%{version}.gem +Requires(posttrans): vagrant +Requires(preun): vagrant +Requires: vagrant +BuildRequires: vagrant +# This package provides functionality that should be part of upstream +# package in the future. +Enhances: vagrant +BuildArch: noarch +Provides: vagrant(%{vagrant_plugin_name}) = %{version} + +%description +Adds the Project Atomic OS (http://projectatomic.io) as a guest for Vagrant. +Tested with Fedora Atomic and RHEL Atomic. + + +%package doc +Summary: Documentation for %{name} +Group: Documentation +Requires: %{name} = %{version}-%{release} +BuildArch: noarch + +%description doc +Documentation for %{name}. + +%prep +gem unpack %{SOURCE0} + +%setup -q -D -T -n %{vagrant_plugin_name}-%{version} + +gem spec %{SOURCE0} -l --ruby > %{vagrant_plugin_name}.gemspec + +%build +gem build %{vagrant_plugin_name}.gemspec + +%vagrant_plugin_install + +%install +mkdir -p %{buildroot}%{vagrant_plugin_dir} +cp -a .%{vagrant_plugin_dir}/* \ + %{buildroot}%{vagrant_plugin_dir}/ + +# Remove backup file +rm %{buildroot}%{vagrant_plugin_instdir}/lib/vagrant-atomic/plugin.rb~ + +%posttrans +%vagrant_plugin_register %{vagrant_plugin_name} + +%preun +%vagrant_plugin_unregister %{vagrant_plugin_name} + +%files +%dir %{vagrant_plugin_instdir} +%exclude %{vagrant_plugin_instdir}/.gitignore +%license %{vagrant_plugin_instdir}/LICENSE +%{vagrant_plugin_libdir} +%exclude %{vagrant_plugin_cache} +%{vagrant_plugin_spec} +# Blank at the moment +%exclude %{vagrant_plugin_instdir}/CHANGELOG.md + +%files doc +%doc %{vagrant_plugin_docdir} +%{vagrant_plugin_instdir}/Gemfile +%doc %{vagrant_plugin_instdir}/README.md +%{vagrant_plugin_instdir}/Rakefile +%{vagrant_plugin_instdir}/Vagrantfile +%{vagrant_plugin_instdir}/vagrant-atomic.gemspec + +%changelog +* Wed Jun 03 2015 Josef Stribny - 0.1.0-2 +- Remove backup file, remove black changelog + +* Thu May 21 2015 Josef Stribny - 0.1.0-1 +- Initial package From 69ad2ed402806909c04ecd86e5ca05e9d615a1ca Mon Sep 17 00:00:00 2001 From: Josef Stribny Date: Wed, 24 Jun 2015 10:00:18 +0200 Subject: [PATCH 2/5] Initial import --- .gitignore | 1 + sources | 1 + vagrant-atomic.spec | 85 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 87 insertions(+) create mode 100644 vagrant-atomic.spec diff --git a/.gitignore b/.gitignore index e69de29..fe605fe 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/vagrant-atomic-0.1.0.gem diff --git a/sources b/sources index e69de29..327e511 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a9d8844c45a849d24419320b4256e66e vagrant-atomic-0.1.0.gem diff --git a/vagrant-atomic.spec b/vagrant-atomic.spec new file mode 100644 index 0000000..46b3d7f --- /dev/null +++ b/vagrant-atomic.spec @@ -0,0 +1,85 @@ +# Generated from vagrant-atomic-0.1.0.gem by gem2rpm -*- rpm-spec -*- +%global vagrant_plugin_name vagrant-atomic + +Name: %{vagrant_plugin_name} +Version: 0.1.0 +Release: 2%{?dist} +Summary: Project Atomic guest for Vagrant +Group: Development/Languages +License: GPLv2 +URL: https://github.com/projectatomic/vagrant-atomic +Source0: https://rubygems.org/gems/%{vagrant_plugin_name}-%{version}.gem +Requires(posttrans): vagrant +Requires(preun): vagrant +Requires: vagrant +BuildRequires: vagrant +# This package provides functionality that should be part of upstream +# package in the future. +Enhances: vagrant +BuildArch: noarch +Provides: vagrant(%{vagrant_plugin_name}) = %{version} + +%description +Adds the Project Atomic OS (http://projectatomic.io) as a guest for Vagrant. +Tested with Fedora Atomic and RHEL Atomic. + + +%package doc +Summary: Documentation for %{name} +Group: Documentation +Requires: %{name} = %{version}-%{release} +BuildArch: noarch + +%description doc +Documentation for %{name}. + +%prep +gem unpack %{SOURCE0} + +%setup -q -D -T -n %{vagrant_plugin_name}-%{version} + +gem spec %{SOURCE0} -l --ruby > %{vagrant_plugin_name}.gemspec + +%build +gem build %{vagrant_plugin_name}.gemspec + +%vagrant_plugin_install + +%install +mkdir -p %{buildroot}%{vagrant_plugin_dir} +cp -a .%{vagrant_plugin_dir}/* \ + %{buildroot}%{vagrant_plugin_dir}/ + +# Remove backup file +rm %{buildroot}%{vagrant_plugin_instdir}/lib/vagrant-atomic/plugin.rb~ + +%posttrans +%vagrant_plugin_register %{vagrant_plugin_name} + +%preun +%vagrant_plugin_unregister %{vagrant_plugin_name} + +%files +%dir %{vagrant_plugin_instdir} +%exclude %{vagrant_plugin_instdir}/.gitignore +%license %{vagrant_plugin_instdir}/LICENSE +%{vagrant_plugin_libdir} +%exclude %{vagrant_plugin_cache} +%{vagrant_plugin_spec} +# Blank at the moment +%exclude %{vagrant_plugin_instdir}/CHANGELOG.md + +%files doc +%doc %{vagrant_plugin_docdir} +%{vagrant_plugin_instdir}/Gemfile +%doc %{vagrant_plugin_instdir}/README.md +%{vagrant_plugin_instdir}/Rakefile +%{vagrant_plugin_instdir}/Vagrantfile +%{vagrant_plugin_instdir}/vagrant-atomic.gemspec + +%changelog +* Wed Jun 03 2015 Josef Stribny - 0.1.0-2 +- Remove backup file, remove black changelog + +* Thu May 21 2015 Josef Stribny - 0.1.0-1 +- Initial package From b54f2e4c4f37bd93be5eefe5f7e1ec3ac5a11b54 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 02:31:05 +0000 Subject: [PATCH 3/5] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- vagrant-atomic.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-atomic.spec b/vagrant-atomic.spec index 46b3d7f..98c1efb 100644 --- a/vagrant-atomic.spec +++ b/vagrant-atomic.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 0.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Project Atomic guest for Vagrant Group: Development/Languages License: GPLv2 @@ -78,6 +78,9 @@ rm %{buildroot}%{vagrant_plugin_instdir}/lib/vagrant-atomic/plugin.rb~ %{vagrant_plugin_instdir}/vagrant-atomic.gemspec %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 0.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jun 03 2015 Josef Stribny - 0.1.0-2 - Remove backup file, remove black changelog From 299a46503f9b5803128cab7e907585d02430c8c3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 16:54:01 +0000 Subject: [PATCH 4/5] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- vagrant-atomic.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vagrant-atomic.spec b/vagrant-atomic.spec index 98c1efb..899b159 100644 --- a/vagrant-atomic.spec +++ b/vagrant-atomic.spec @@ -3,7 +3,7 @@ Name: %{vagrant_plugin_name} Version: 0.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Project Atomic guest for Vagrant Group: Development/Languages License: GPLv2 @@ -78,6 +78,9 @@ rm %{buildroot}%{vagrant_plugin_instdir}/lib/vagrant-atomic/plugin.rb~ %{vagrant_plugin_instdir}/vagrant-atomic.gemspec %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 0.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From b7e314fc390fb1c0e3c75f47feb46580d2df1312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Tue, 28 Feb 2017 10:06:54 +0100 Subject: [PATCH 5/5] vagrant-atomic was merged into Vagrant. https://github.com/projectatomic/vagrant-atomic/issues/5 https://github.com/mitchellh/vagrant/pull/5847 --- .gitignore | 1 - dead.package | 4 ++ sources | 1 - vagrant-atomic.spec | 91 --------------------------------------------- 4 files changed, 4 insertions(+), 93 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 vagrant-atomic.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index fe605fe..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/vagrant-atomic-0.1.0.gem diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..092973c --- /dev/null +++ b/dead.package @@ -0,0 +1,4 @@ +vagrant-atomic was merged into Vagrant. + +https://github.com/projectatomic/vagrant-atomic/issues/5 +https://github.com/mitchellh/vagrant/pull/5847 diff --git a/sources b/sources deleted file mode 100644 index 327e511..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -a9d8844c45a849d24419320b4256e66e vagrant-atomic-0.1.0.gem diff --git a/vagrant-atomic.spec b/vagrant-atomic.spec deleted file mode 100644 index 899b159..0000000 --- a/vagrant-atomic.spec +++ /dev/null @@ -1,91 +0,0 @@ -# Generated from vagrant-atomic-0.1.0.gem by gem2rpm -*- rpm-spec -*- -%global vagrant_plugin_name vagrant-atomic - -Name: %{vagrant_plugin_name} -Version: 0.1.0 -Release: 4%{?dist} -Summary: Project Atomic guest for Vagrant -Group: Development/Languages -License: GPLv2 -URL: https://github.com/projectatomic/vagrant-atomic -Source0: https://rubygems.org/gems/%{vagrant_plugin_name}-%{version}.gem -Requires(posttrans): vagrant -Requires(preun): vagrant -Requires: vagrant -BuildRequires: vagrant -# This package provides functionality that should be part of upstream -# package in the future. -Enhances: vagrant -BuildArch: noarch -Provides: vagrant(%{vagrant_plugin_name}) = %{version} - -%description -Adds the Project Atomic OS (http://projectatomic.io) as a guest for Vagrant. -Tested with Fedora Atomic and RHEL Atomic. - - -%package doc -Summary: Documentation for %{name} -Group: Documentation -Requires: %{name} = %{version}-%{release} -BuildArch: noarch - -%description doc -Documentation for %{name}. - -%prep -gem unpack %{SOURCE0} - -%setup -q -D -T -n %{vagrant_plugin_name}-%{version} - -gem spec %{SOURCE0} -l --ruby > %{vagrant_plugin_name}.gemspec - -%build -gem build %{vagrant_plugin_name}.gemspec - -%vagrant_plugin_install - -%install -mkdir -p %{buildroot}%{vagrant_plugin_dir} -cp -a .%{vagrant_plugin_dir}/* \ - %{buildroot}%{vagrant_plugin_dir}/ - -# Remove backup file -rm %{buildroot}%{vagrant_plugin_instdir}/lib/vagrant-atomic/plugin.rb~ - -%posttrans -%vagrant_plugin_register %{vagrant_plugin_name} - -%preun -%vagrant_plugin_unregister %{vagrant_plugin_name} - -%files -%dir %{vagrant_plugin_instdir} -%exclude %{vagrant_plugin_instdir}/.gitignore -%license %{vagrant_plugin_instdir}/LICENSE -%{vagrant_plugin_libdir} -%exclude %{vagrant_plugin_cache} -%{vagrant_plugin_spec} -# Blank at the moment -%exclude %{vagrant_plugin_instdir}/CHANGELOG.md - -%files doc -%doc %{vagrant_plugin_docdir} -%{vagrant_plugin_instdir}/Gemfile -%doc %{vagrant_plugin_instdir}/README.md -%{vagrant_plugin_instdir}/Rakefile -%{vagrant_plugin_instdir}/Vagrantfile -%{vagrant_plugin_instdir}/vagrant-atomic.gemspec - -%changelog -* Sat Feb 11 2017 Fedora Release Engineering - 0.1.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 0.1.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 03 2015 Josef Stribny - 0.1.0-2 -- Remove backup file, remove black changelog - -* Thu May 21 2015 Josef Stribny - 0.1.0-1 -- Initial package