From b1ad25344fc558f34e5d36b1d88633c1dbfa555e Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 21 Sep 2012 10:39:26 +0100 Subject: [PATCH 1/5] New upstream release - Import all the GPG keys found from gpgkey in a repo file --- .gitignore | 1 + sources | 2 +- zif.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index efc1ff7..707a186 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /zif-0.2.9.tar.xz /zif-0.3.0.tar.xz /zif-0.3.1.tar.xz +/zif-0.3.2.tar.xz diff --git a/sources b/sources index 579f48c..abbad2b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -898ecd9a2ba43d250fdda8b37834bbcc zif-0.3.1.tar.xz +4068b956c8c831ff2a48806007f04927 zif-0.3.2.tar.xz diff --git a/zif.spec b/zif.spec index 279507e..91f53a6 100644 --- a/zif.spec +++ b/zif.spec @@ -1,6 +1,6 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif -Version: 0.3.1 +Version: 0.3.2 Release: 1%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ @@ -96,6 +96,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Fri Sep 21 2012 Richard Hughes 0.3.2-1 +- New upstream release +- Import all the GPG keys found from gpgkey in a repo file + * Mon Aug 06 2012 Richard Hughes 0.3.1-1 - New upstream release with new soname, rebuilds required. From f9e8064f0d9151410a295924175a30963bf1ae74 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 26 Oct 2012 10:26:30 +0100 Subject: [PATCH 2/5] New upstream release - Enable any debuginfo repos if the user searches for a debuginfo package - Fix a lot of GObject Introspection tags and add a small python example - Support the skip_if_unavailable config option --- .gitignore | 1 + sources | 2 +- zif.spec | 8 +++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 707a186..feb81f8 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /zif-0.3.0.tar.xz /zif-0.3.1.tar.xz /zif-0.3.2.tar.xz +/zif-0.3.3.tar.xz diff --git a/sources b/sources index abbad2b..b253c58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4068b956c8c831ff2a48806007f04927 zif-0.3.2.tar.xz +c9cc78030edd417ecb4aa60026a6b8fe zif-0.3.3.tar.xz diff --git a/zif.spec b/zif.spec index 91f53a6..fa77b16 100644 --- a/zif.spec +++ b/zif.spec @@ -1,6 +1,6 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif -Version: 0.3.2 +Version: 0.3.3 Release: 1%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ @@ -96,6 +96,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Fri Oct 26 2012 Richard Hughes 0.3.3-1 +- New upstream release +- Enable any debuginfo repos if the user searches for a debuginfo package +- Fix a lot of GObject Introspection tags and add a small python example +- Support the skip_if_unavailable config option + * Fri Sep 21 2012 Richard Hughes 0.3.2-1 - New upstream release - Import all the GPG keys found from gpgkey in a repo file From 157437f8ba0c049a9e58c85814eab3794e2d53c0 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sun, 25 Nov 2012 12:38:49 +0000 Subject: [PATCH 3/5] New upstream release - Cold startup is now much quicker. Typically this makes the command line 'zif' executable 80% faster to startup. - Store the metdata checksum in an xattr to speed up checking metadata - Turn off header validation when loading the rpmdb --- .gitignore | 1 + sources | 2 +- zif.spec | 10 +++++++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index feb81f8..ab4a9a1 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /zif-0.3.1.tar.xz /zif-0.3.2.tar.xz /zif-0.3.3.tar.xz +/zif-0.3.4.tar.xz diff --git a/sources b/sources index b253c58..151cb14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c9cc78030edd417ecb4aa60026a6b8fe zif-0.3.3.tar.xz +4fee75de6a9a745559ac8c41acf22fea zif-0.3.4.tar.xz diff --git a/zif.spec b/zif.spec index fa77b16..08ce3a0 100644 --- a/zif.spec +++ b/zif.spec @@ -1,6 +1,6 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif -Version: 0.3.3 +Version: 0.3.4 Release: 1%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ @@ -23,6 +23,7 @@ BuildRequires: zlib-devel BuildRequires: gpgme-devel BuildRequires: intltool BuildRequires: gettext +BuildRequires: libattr-devel BuildRequires: gobject-introspection-devel %description @@ -96,6 +97,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Sun Nov 25 2012 Richard Hughes 0.3.4-1 +- New upstream release +- Cold startup is now much quicker. Typically this makes the command + line 'zif' executable 80% faster to startup. +- Store the metdata checksum in an xattr to speed up checking metadata +- Turn off header validation when loading the rpmdb + * Fri Oct 26 2012 Richard Hughes 0.3.3-1 - New upstream release - Enable any debuginfo repos if the user searches for a debuginfo package From 60d39b9c96de6593460b1051ba94550023106b5b Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 8 Jan 2013 09:43:22 +0000 Subject: [PATCH 4/5] New upstream release - Don't fail 'zif refresh-cache' if a repo is unavailable - Fix 'zif remove-with-deps' to not remove user-action packages - Set the correct basearch for ARM processors --- .gitignore | 1 + sources | 2 +- zif.spec | 8 +++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ab4a9a1..d8cbd2e 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /zif-0.3.2.tar.xz /zif-0.3.3.tar.xz /zif-0.3.4.tar.xz +/zif-0.3.5.tar.xz diff --git a/sources b/sources index 151cb14..fa1fd22 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4fee75de6a9a745559ac8c41acf22fea zif-0.3.4.tar.xz +5e8b2f42276758c8046308db162c97b2 zif-0.3.5.tar.xz diff --git a/zif.spec b/zif.spec index 08ce3a0..2513e75 100644 --- a/zif.spec +++ b/zif.spec @@ -1,6 +1,6 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif -Version: 0.3.4 +Version: 0.3.5 Release: 1%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ @@ -97,6 +97,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Tue Jan 08 2013 Richard Hughes 0.3.5-1 +- New upstream release +- Don't fail 'zif refresh-cache' if a repo is unavailable +- Fix 'zif remove-with-deps' to not remove user-action packages +- Set the correct basearch for ARM processors + * Sun Nov 25 2012 Richard Hughes 0.3.4-1 - New upstream release - Cold startup is now much quicker. Typically this makes the command From f0650465cbcca73b7c6547fa21cac2abaab8b882 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 8 May 2013 09:44:51 +0100 Subject: [PATCH 5/5] New upstream release --- .gitignore | 1 + sources | 2 +- zif.spec | 14 +++++++++++++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d8cbd2e..7c227a9 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /zif-0.3.3.tar.xz /zif-0.3.4.tar.xz /zif-0.3.5.tar.xz +/zif-0.3.6.tar.xz diff --git a/sources b/sources index fa1fd22..04074d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e8b2f42276758c8046308db162c97b2 zif-0.3.5.tar.xz +fcec454a8d839cfe4aa9ee7b6e20ed15 zif-0.3.6.tar.xz diff --git a/zif.spec b/zif.spec index 2513e75..c3d6b0e 100644 --- a/zif.spec +++ b/zif.spec @@ -1,6 +1,6 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif -Version: 0.3.5 +Version: 0.3.6 Release: 1%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ @@ -97,6 +97,18 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Wed May 08 2013 Richard Hughes 0.3.6-1 +- New upstream release +- Add a --version argument to the Zif command line tool +- Add support for the nogpgcheck command line option +- Add the rdeptree command +- Add zif_store_remote_get_pubkey_enabled() to be able to get the keys +- Do not abort because an update tries to remove the running kernel +- Fix a crash when using 'zif local-install' on an unsigned package +- Fix some metadata downloads being retried over and over again +- Install the package when the user does 'zif install /usr/sbin/powertop' +- Support installing packages using an rpm provide name + * Tue Jan 08 2013 Richard Hughes 0.3.5-1 - New upstream release - Don't fail 'zif refresh-cache' if a repo is unavailable