From ce5866118394acccd6696eb9282da3e19f39f6be Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Feb 16 2016 16:20:42 +0000 Subject: import rpm-ostree-client-2015.11-1.atomic.el7.1 --- diff --git a/.gitignore b/.gitignore index fe698db..78b3923 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/rpm-ostree-2015.9.tar.xz +SOURCES/rpm-ostree-client-2015.11.tar.xz diff --git a/.rpm-ostree-client.metadata b/.rpm-ostree-client.metadata index 39e573c..e62068f 100644 --- a/.rpm-ostree-client.metadata +++ b/.rpm-ostree-client.metadata @@ -1 +1 @@ -4f913edb2adf3305b06afca9e113cf0477f9f3c8 SOURCES/rpm-ostree-2015.9.tar.xz +a5384d48e9ebe1301ddf09f16315466c39f825bb SOURCES/rpm-ostree-client-2015.11.tar.xz diff --git a/SPECS/rpm-ostree-client.spec b/SPECS/rpm-ostree-client.spec index 9d139b0..daafb33 100644 --- a/SPECS/rpm-ostree-client.spec +++ b/SPECS/rpm-ostree-client.spec @@ -1,10 +1,10 @@ Summary: Client side upgrade program Name: rpm-ostree-client -Version: 2015.9 -Release: 2.atomic%{?dist}.1 +Version: 2015.11 +Release: 1.atomic%{?dist}.1 #VCS: https://github.com/cgwalters/rpm-ostree # This tarball is generated via "make -f Makefile.dist-packaging dist-snapshot-without-compose-tooling" -Source0: rpm-ostree-%{version}.tar.xz +Source0: rpm-ostree-client-%{version}.tar.xz License: LGPLv2+ URL: https://github.com/projectatomic/rpm-ostree BuildRequires: git @@ -31,7 +31,7 @@ the OSTree model of bootable filesystem trees. It provides commands usable on client systems to upgrade and rollback. %prep -%autosetup -Sgit -n rpm-ostree-%{version} +%autosetup -Sgit -n %{name}-%{version} %build env NOCONFIGURE=1 ./autogen.sh @@ -84,6 +84,9 @@ python autofiles.py > files \ %doc COPYING README.md %changelog +* Tue Dec 15 2015 Colin Walters - 2015.11-1.atomic.1 +- New upstream version + * Tue Oct 06 2015 Colin Walters - 2015.9-2.atomic.1 - New upstream version