From 712d021d38907e7f6cad4dd20925e0c345838014 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 03 2016 17:15:45 +0000 Subject: import atomic-devmode-0.3.5-1.el7 --- diff --git a/.atomic-devmode.metadata b/.atomic-devmode.metadata index 3f8b151..d92e6e9 100644 --- a/.atomic-devmode.metadata +++ b/.atomic-devmode.metadata @@ -1 +1 @@ -68762f119f3195f4ef5ba6e3d0b81cc6903d5fb8 SOURCES/atomic-devmode.tar.gz +bbdfaef0919351532d2014749c7a092abc55eb31 SOURCES/atomic-devmode-v0.3.5.tar.gz diff --git a/.gitignore b/.gitignore index edd4752..48a19d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/atomic-devmode.tar.gz +SOURCES/atomic-devmode-v0.3.5.tar.gz diff --git a/SPECS/atomic-devmode.spec b/SPECS/atomic-devmode.spec index eafccc3..982dcb2 100644 --- a/SPECS/atomic-devmode.spec +++ b/SPECS/atomic-devmode.spec @@ -1,13 +1,13 @@ Name: atomic-devmode -Version: 0.3.3 -Release: 3%{?dist} +Version: 0.3.5 +Release: 1%{?dist} Summary: Atomic Developer Mode License: LGPLv3+ URL: http://github.com/projectatomic/atomic-devmode # From `make archive REF=v${VERSION}` -Source: atomic-devmode.tar.gz +Source: %{name}-v%{version}.tar.gz Patch0001: 0001-init-pull-cockpit-from-the-rhel7-registry.patch BuildArch: noarch @@ -52,6 +52,15 @@ make install DESTDIR="%{buildroot}" %license COPYING COPYING.LESSER %changelog +* Thu Sep 22 2016 Jonathan Lebon - 0.3.5-1 +- Upstream release 0.3.5 + +* Wed Sep 07 2016 Jonathan Lebon - 0.3.4-2 +- Make sure the tarball name is versioned to make rpmdiff happy + +* Wed Sep 07 2016 Jonathan Lebon - 0.3.4-1 +- Upstream release 0.3.4 + * Wed May 04 2016 Jonathan Lebon - 0.3.3-3 - Apparently rpmbuild needs the patch lines to be before BuildArch and ExcludeArch. It won't error, it will just silently ignore it...