From 299a46503f9b5803128cab7e907585d02430c8c3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 16:54:01 +0000 Subject: [PATCH 1/2] - 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 2/2] 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