diff --git a/libgtop2.spec b/libgtop2.spec index 3c9c987..7eeeacb 100644 --- a/libgtop2.spec +++ b/libgtop2.spec @@ -3,12 +3,14 @@ Name: libgtop2 Summary: LibGTop library (version 2) Version: 2.28.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ URL: http://download.gnome.org/sources/libgtop/2.28 Group: System Environment/Libraries #VCS: git://git.gnome.org/libgtop Source: http://download.gnome.org/sources/libgtop/2.28/libgtop-%{version}.tar.xz +# Fix fetching rootfs stats (bz 871629) +Patch1: 0001-fsusage-Fix-fetching-rootfs-stats-on-Fedora-17.patch BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel BuildRequires: libtool gettext @@ -29,6 +31,7 @@ files to allow you to develop with LibGTop. %prep %setup -q -n libgtop-%{version} +%patch1 -p1 %build %configure --disable-gtk-doc --disable-static @@ -64,6 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %exclude %{_datadir}/info %changelog +* Tue Feb 12 2013 Cole Robinson - 2.28.4-4 +- Fix fetching rootfs stats (bz #871629) + * Thu Jul 19 2012 Fedora Release Engineering - 2.28.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild