From e5cbb4416107fb8af9ae4bde11b676c53716a8d6 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 1 Aug 2011 09:50:59 +0100 Subject: [PATCH 1/6] New upstream release with a few bugfixes and new features. --- .gitignore | 1 + sources | 2 +- zif.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a3bb82c..7061950 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /zif-0.1.5.tar.gz /zif-0.2.0.tar.gz /zif-0.2.1.tar.gz +/zif-0.2.2.tar.xz diff --git a/sources b/sources index 680818e..43d3f7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cba692ac3547c4eab874471119336f96 zif-0.2.1.tar.gz +008eb8207839a44b77cd42883e561b3e zif-0.2.2.tar.xz diff --git a/zif.spec b/zif.spec index beaf327..61c227a 100644 --- a/zif.spec +++ b/zif.spec @@ -1,10 +1,10 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif -Version: 0.2.1 +Version: 0.2.2 Release: 1%{?dist} License: GPLv2+ URL: http://github.com/hughsie/zif -Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.gz +Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz BuildRequires: glib2-devel >= 2.16.1 BuildRequires: rpm-devel @@ -78,6 +78,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gtk-doc %changelog +* Mon Aug 01 2011 Richard Hughes 0.2.2-1 +- New upstream release with a few bugfixes and new features. + * Mon Jul 04 2011 Richard Hughes 0.2.1-1 - New upstream release with many bugfixes and performance improvements. From b1bbf8c231696d60deb4f2c5627b08cea02e6f9b Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 5 Sep 2011 14:10:52 +0100 Subject: [PATCH 2/6] New upstream release with a few bugfixes and new features. --- .gitignore | 1 + sources | 2 +- zif.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7061950..7a592a5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /zif-0.2.0.tar.gz /zif-0.2.1.tar.gz /zif-0.2.2.tar.xz +/zif-0.2.3.tar.xz diff --git a/sources b/sources index 43d3f7a..09bf7fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -008eb8207839a44b77cd42883e561b3e zif-0.2.2.tar.xz +67822a86a12fd90961c02b80616fa909 zif-0.2.3.tar.xz diff --git a/zif.spec b/zif.spec index 61c227a..99acef9 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.2.2 +Version: 0.2.3 Release: 1%{?dist} License: GPLv2+ URL: http://github.com/hughsie/zif @@ -78,6 +78,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gtk-doc %changelog +* Mon Sep 05 2011 Richard Hughes 0.2.3-1 +- New upstream release with a few bugfixes and new features. + * Mon Aug 01 2011 Richard Hughes 0.2.2-1 - New upstream release with a few bugfixes and new features. From e9edceeedcb474d7f1d847fbded6cde7d3209511 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 23 Sep 2011 16:31:32 +0100 Subject: [PATCH 3/6] New upstream release with a few bugfixes and new features. The 'zif' binary has been split out into a -tools subpackage --- .gitignore | 1 + sources | 2 +- zif.spec | 34 ++++++++++++++++++++++++++++------ 3 files changed, 30 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 7a592a5..2be1d3f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /zif-0.2.1.tar.gz /zif-0.2.2.tar.xz /zif-0.2.3.tar.xz +/zif-0.2.4.tar.xz diff --git a/sources b/sources index 09bf7fc..7b43c89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -67822a86a12fd90961c02b80616fa909 zif-0.2.3.tar.xz +648661ccae719c2d6bf75503081875c6 zif-0.2.4.tar.xz diff --git a/zif.spec b/zif.spec index 99acef9..dda54f2 100644 --- a/zif.spec +++ b/zif.spec @@ -1,10 +1,12 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif -Version: 0.2.3 +Version: 0.2.4 Release: 1%{?dist} License: GPLv2+ -URL: http://github.com/hughsie/zif -Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz +URL: http://people.freedesktop.org/~hughsient/zif/ +Source0: http://people.freedesktop.org/~hughsient/zif/releases/%{name}-%{version}.tar.xz + +Requires: wget BuildRequires: glib2-devel >= 2.16.1 BuildRequires: rpm-devel @@ -15,11 +17,13 @@ BuildRequires: libarchive-devel BuildRequires: docbook-utils BuildRequires: gnome-doc-utils BuildRequires: gtk-doc +BuildRequires: xz-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel BuildRequires: gpgme-devel BuildRequires: intltool BuildRequires: gettext +BuildRequires: gobject-introspection-devel %description Zif is a simple yum-compatible library that provides read-write @@ -27,6 +31,14 @@ access to the rpm database and the Fedora metadata for PackageKit. Zif is not designed as a replacement to yum, nor to be used by end users. +%package tools +Summary: Command line tools for using libzif +Requires: %{name} = %{version}-%{release} + +%description tools +This provides the zif command line tool that can be used as an +alternative to yum. It is not normally required. + %package devel Summary: GLib Libraries and headers for zif Requires: %{name} = %{version}-%{release} @@ -62,12 +74,17 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %files -f Zif.lang %defattr(-,root,root,-) %doc README AUTHORS NEWS COPYING -%{_bindir}/zif %{_libdir}/*libzif*.so.* -%{_mandir}/man1/*.1.gz %dir %{_sysconfdir}/zif +%dir %{_localstatedir}/lib/zif +%ghost %verify(not md5 size mtime) %{_localstatedir}/lib/zif/history.db +%config(noreplace) %{_sysconfdir}/zif/zif.conf +%{_libdir}/girepository-1.0/*.typelib + +%files tools +%{_bindir}/zif %config %{_sysconfdir}/bash_completion.d/*-completion.bash -%config %{_sysconfdir}/zif/zif.conf +%{_mandir}/man1/*.1.gz %files devel %defattr(-,root,root,-) @@ -76,8 +93,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %dir %{_includedir}/libzif %{_includedir}/libzif/*.h %{_datadir}/gtk-doc +%{_datadir}/gir-1.0/*.gir %changelog +* Mon Sep 23 2011 Richard Hughes 0.2.4-1 +- New upstream release with a few bugfixes and new features. +- The 'zif' binary has been split out into a -tools subpackage + * Mon Sep 05 2011 Richard Hughes 0.2.3-1 - New upstream release with a few bugfixes and new features. From 78e7a20bc5f0cd27cbfe8d5d5e64f279981fd027 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 3 Oct 2011 11:07:47 +0100 Subject: [PATCH 4/6] New upstream release with a few bugfixes and new features. --- .gitignore | 1 + sources | 2 +- zif.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2be1d3f..b6a707b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /zif-0.2.2.tar.xz /zif-0.2.3.tar.xz /zif-0.2.4.tar.xz +/zif-0.2.5.tar.xz diff --git a/sources b/sources index 7b43c89..960c40a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -648661ccae719c2d6bf75503081875c6 zif-0.2.4.tar.xz +fd3b18978e0a6961bb77a6cfe7ea39b5 zif-0.2.5.tar.xz diff --git a/zif.spec b/zif.spec index dda54f2..fbf001a 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.2.4 +Version: 0.2.5 Release: 1%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ @@ -96,6 +96,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Mon Oct 03 2011 Richard Hughes 0.2.5-1 +- New upstream release with a few bugfixes and new features. + * Mon Sep 23 2011 Richard Hughes 0.2.4-1 - New upstream release with a few bugfixes and new features. - The 'zif' binary has been split out into a -tools subpackage From 82ee9359f9db0245056aeb0be2c2d8e07ba348cc Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 1 Nov 2011 10:24:42 +0000 Subject: [PATCH 5/6] New upstream release with a few bugfixes and new features. --- .gitignore | 1 + sources | 2 +- zif.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b6a707b..d6c7cc6 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /zif-0.2.3.tar.xz /zif-0.2.4.tar.xz /zif-0.2.5.tar.xz +/zif-0.2.6.tar.xz diff --git a/sources b/sources index 960c40a..bc73172 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd3b18978e0a6961bb77a6cfe7ea39b5 zif-0.2.5.tar.xz +aaa5ffb3ee55cdf63e325ac332fca37c zif-0.2.6.tar.xz diff --git a/zif.spec b/zif.spec index fbf001a..3ae724c 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.2.5 +Version: 0.2.6 Release: 1%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ @@ -96,6 +96,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Tue Nov 01 2011 Richard Hughes 0.2.6-1 +- New upstream release with a few bugfixes and new features. + * Mon Oct 03 2011 Richard Hughes 0.2.5-1 - New upstream release with a few bugfixes and new features. From 31c302a415aca2dcc6502fb9ea79f640df77b23d Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 3 Feb 2012 10:58:07 +0000 Subject: [PATCH 6/6] New upstream release - Check the mirrorlist contains at least one non-comment or empty line - Fix getting the update details for packages that installed multiarch - Fix 'zif update kernel' to not remove the running version --- .gitignore | 1 + sources | 2 +- zif.spec | 8 +++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d6c7cc6..f43a886 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /zif-0.2.4.tar.xz /zif-0.2.5.tar.xz /zif-0.2.6.tar.xz +/zif-0.2.7.tar.xz diff --git a/sources b/sources index bc73172..8fc6c34 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aaa5ffb3ee55cdf63e325ac332fca37c zif-0.2.6.tar.xz +99819d50b9136714081483ae2096ad65 zif-0.2.7.tar.xz diff --git a/zif.spec b/zif.spec index 3ae724c..1d361af 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.2.6 +Version: 0.2.7 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 Feb 03 2012 Richard Hughes 0.2.7-1 +- New upstream release +- Check the mirrorlist contains at least one non-comment or empty line +- Fix getting the update details for packages that installed multiarch +- Fix 'zif update kernel' to not remove the running version + * Tue Nov 01 2011 Richard Hughes 0.2.6-1 - New upstream release with a few bugfixes and new features.