David Zeuthen 8792a47
%define glib2_version                 2.31.0
David Zeuthen 8792a47
%define gtk3_version                  3.5.8
b662721
%define udisks_version                2.1.1
David Zeuthen 31bbec8
%define gnome_settings_daemon_version 3.7.3
David Zeuthen d4701e4
David Zeuthen a704430
# Only enable if using patches that touches configure.ac,
David Zeuthen a704430
# Makefile.am or other build system related files
David Zeuthen a704430
#
fc97b8f
%define enable_autoreconf 0
David Zeuthen a704430
David Zeuthen d4701e4
Summary: Disks
David Zeuthen aa9d97b
Name: gnome-disk-utility
Richard Hughes 47c0856
Version: 3.12.1
b662721
Release: 1%{?dist}
fc97b8f
License: GPLv2+
David Zeuthen aa9d97b
Group: System Environment/Libraries
David Zeuthen d4701e4
URL: http://git.gnome.org/browse/gnome-disk-utility
36d22d8
Source0: http://download.gnome.org/sources/gnome-disk-utility/3.12/%{name}-%{version}.tar.xz
David Zeuthen a704430
David Zeuthen aa9d97b
BuildRequires: glib2-devel >= %{glib2_version}
0c5663a
BuildRequires: gtk3-devel >= %{gtk3_version}
David Zeuthen 8792a47
BuildRequires: gnome-settings-daemon-devel >= %{gnome_settings_daemon_version}
David Zeuthen aa9d97b
BuildRequires: gettext
David Zeuthen aa9d97b
BuildRequires: desktop-file-utils
David Zeuthen d4701e4
BuildRequires: libudisks2-devel >= %{udisks_version}
David Zeuthen dafb0c8
BuildRequires: gnome-common
David Zeuthen 1458de4
BuildRequires: intltool
David Zeuthen add6632
BuildRequires: libsecret-devel
David Zeuthen 3a20904
BuildRequires: systemd-devel
a8bd18a
BuildRequires: xz-devel
David Zeuthen 61d9cb0
# for xsltproc
David Zeuthen 61d9cb0
BuildRequires: libxslt
David Zeuthen 96959e4
BuildRequires: docbook-style-xsl
David Zeuthen 0fbcec0
BuildRequires: libpwquality-devel
David Zeuthen a2c7dff
BuildRequires: libcanberra-devel
David Zeuthen a2c7dff
BuildRequires: libdvdread-devel
David Zeuthen a2c7dff
BuildRequires: libnotify-devel
0c5663a
85e934a
Requires: gnome-icon-theme-symbolic
David Zeuthen ca25b8a
Requires: udisks2
David Zeuthen ca25b8a
David Zeuthen a44866f
Obsoletes: gnome-disk-utility-format
David Zeuthen a44866f
Obsoletes: nautilus-gdu
David Zeuthen d4701e4
Obsoletes: gnome-disk-utility-libs
David Zeuthen d4701e4
Obsoletes: gnome-disk-utility-devel
David Zeuthen d4701e4
Obsoletes: gnome-disk-utility-ui-libs
David Zeuthen d4701e4
Obsoletes: gnome-disk-utility-ui-devel
David Zeuthen d4701e4
Obsoletes: gnome-disk-utility-nautilus
David Zeuthen 6e6b8e5
David Zeuthen a704430
%if 0%{?enable_autoreconf}
David Zeuthen a704430
BuildRequires: autoconf
David Zeuthen a704430
BuildRequires: automake
David Zeuthen a704430
BuildRequires: libtool
David Zeuthen a704430
%endif
David Zeuthen a704430
David Zeuthen aa9d97b
%description
David Zeuthen b4c8d22
This package contains the Disks and Disk Image Mounter applications.
David Zeuthen b4c8d22
Disks supports partitioning, file system creation, encryption,
David Zeuthen b4c8d22
fstab/crypttab editing, ATA SMART and other features
1a485aa
David Zeuthen aa9d97b
%prep
David Zeuthen aa9d97b
%setup -q
0c5663a
David Zeuthen aa9d97b
%build
David Zeuthen a704430
%if 0%{?enable_autoreconf}
David Zeuthen a704430
autoreconf
David Zeuthen a704430
%endif
David Zeuthen 31bbec8
%configure
Tomas Bzatek 2c0d0be
make %{?_smp_mflags}
David Zeuthen aa9d97b
David Zeuthen aa9d97b
%install
David Zeuthen aa9d97b
make install DESTDIR=$RPM_BUILD_ROOT
David Zeuthen aa9d97b
David Zeuthen 77da0c2
rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-3.0/*.la
David Zeuthen 77da0c2
rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-3.0/*.a
David Zeuthen 77da0c2
David Zeuthen a44866f
%find_lang %{name}
David Zeuthen aa9d97b
6af57d6
%check
6af57d6
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
6af57d6
David Zeuthen aa9d97b
%post
11d2ba6
for d in hicolor HighContrast ; do
11d2ba6
    touch --no-create %{_datadir}/icons/$d &>/dev/null || :
11d2ba6
done
David Zeuthen aa9d97b
update-desktop-database %{_datadir}/applications &> /dev/null
David Zeuthen aa9d97b
David Zeuthen aa9d97b
%postun
David Zeuthen aa9d97b
update-desktop-database %{_datadir}/applications &> /dev/null
Christopher Aillon 8ff65eb
if [ $1 -eq 0 ] ; then
fc97b8f
    glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
11d2ba6
    for d in hicolor HighContrast ; do
11d2ba6
        touch --no-create %{_datadir}/icons/$d &>/dev/null || :
11d2ba6
        gtk-update-icon-cache %{_datadir}/icons/$d &>/dev/null || :
11d2ba6
    done
Christopher Aillon 8ff65eb
fi
David Zeuthen aa9d97b
David Zeuthen d4701e4
%posttrans
fc97b8f
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
11d2ba6
for d in hicolor HighContrast ; do
11d2ba6
    gtk-update-icon-cache %{_datadir}/icons/$d &>/dev/null || :
11d2ba6
done
0c5663a
David Zeuthen aa9d97b
David Zeuthen d4701e4
%files -f %{name}.lang
David Zeuthen b4c8d22
%{_bindir}/gnome-disks
David Zeuthen b4c8d22
%{_bindir}/gnome-disk-image-mounter
David Zeuthen b4c8d22
%{_datadir}/applications/gnome-disks.desktop
David Zeuthen b4c8d22
%{_datadir}/applications/gnome-disk-image-mounter.desktop
b662721
%{_datadir}/applications/gnome-disk-image-writer.desktop
fc97b8f
%{_datadir}/glib-2.0/schemas/org.gnome.Disks.gschema.xml
David Zeuthen 8792a47
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.gdu-sd.gschema.xml
David Zeuthen aa9d97b
11d2ba6
%{_datadir}/icons/hicolor/*/apps/gnome-disks*
11d2ba6
%{_datadir}/icons/HighContrast/*/apps/gnome-disks.png
David Zeuthen aa9d97b
David Zeuthen b4c8d22
%{_mandir}/man1/*
David Zeuthen b4c8d22
David Zeuthen 77da0c2
%{_libdir}/gnome-settings-daemon-3.0/gdu-sd-plugin.gnome-settings-plugin
David Zeuthen 77da0c2
%{_libdir}/gnome-settings-daemon-3.0/libgdu-sd.so
David Zeuthen 77da0c2
David Zeuthen d4701e4
%doc README AUTHORS NEWS COPYING
1a485aa
David Zeuthen aa9d97b
%changelog
Richard Hughes 47c0856
* Mon Apr 28 2014 Richard Hughes <rhughes@redhat.com> - 3.12.1-1
Richard Hughes 47c0856
- Update to 3.12.1
Richard Hughes 47c0856
36d22d8
* Sun Mar 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
36d22d8
- Update to 3.12.0
36d22d8
Richard Hughes 4174239
* Mon Feb 17 2014 Richard Hughes <rhughes@redhat.com> - 3.11.0-1
Richard Hughes 4174239
- Update to 3.11.0
Richard Hughes 4174239
742115e
* Sun Sep 29 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
742115e
- Update to 3.10.0
742115e
b662721
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.0-1
b662721
- Update to 3.9.0
b662721
f2cc19a
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.2-2
f2cc19a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f2cc19a
e88b2a9
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.2-1
e88b2a9
- Update to 3.8.2
e88b2a9
Richard Hughes f2774bf
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.8.0-1
Richard Hughes f2774bf
- Update to 3.8.0
Richard Hughes f2774bf
85e934a
* Mon Feb 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.2-2
85e934a
- Require gnome-icon-theme-symbolic (#910982)
85e934a
Richard Hughes 353c69e
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.2-1
Richard Hughes 353c69e
- Update to 3.7.2
Richard Hughes 353c69e
ee371b0
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.1-2
ee371b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ee371b0
David Zeuthen 7828a95
* Mon Jan 07 2013 David Zeuthen <davidz@redhat.com> - 3.7.1-1%{?dist}
David Zeuthen 7828a95
- Update to 3.7.1
David Zeuthen 7828a95
David Zeuthen 77da0c2
* Fri Dec 21 2012 David Zeuthen <davidz@redhat.com> - 3.7.0-4%{?dist}
David Zeuthen 77da0c2
- Add files for the new gnome-settings-daemon plug-in
David Zeuthen 77da0c2
David Zeuthen 31bbec8
* Fri Dec 21 2012 David Zeuthen <davidz@redhat.com> - 3.7.0-3%{?dist}
David Zeuthen 31bbec8
- BR gnome-settings-daemon 3.7.3 and rebuild without --disable-gsd-plugin
David Zeuthen 31bbec8
David Zeuthen a2c7dff
* Tue Dec 18 2012 David Zeuthen <davidz@redhat.com> - 3.7.0-2%{?dist}
David Zeuthen a2c7dff
- Adjust BRs
David Zeuthen a2c7dff
David Zeuthen 8792a47
* Tue Dec 18 2012 David Zeuthen <davidz@redhat.com> - 3.7.0-1%{?dist}
David Zeuthen 8792a47
- Update to 3.7.0
David Zeuthen 8792a47
David Zeuthen 789e419
* Fri Oct 05 2012 David Zeuthen <davidz@redhat.com> - 3.6.1-1%{?dist}
David Zeuthen 789e419
- Update to 3.6.1
David Zeuthen 789e419
fc97b8f
* Sat Sep 22 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.0-1
fc97b8f
- Update to 3.6.0
fc97b8f
- Drop the -Werror patch; applied upstream
fc97b8f
- Add glib-compile-schemas scriptlets
fc97b8f
- Relicensed from LGPLv2+ to GPLv2+
fc97b8f
David Zeuthen a704430
* Fri Jul 27 2012 David Zeuthen <davidz@redhat.com> - 3.5.3-2%{?dist}
David Zeuthen a704430
- Avoid treating warnings as errors
David Zeuthen a704430
David Zeuthen add6632
* Fri Jul 27 2012 David Zeuthen <davidz@redhat.com> - 3.5.3-1%{?dist}
David Zeuthen add6632
- Update to 3.5.3
David Zeuthen add6632
528e15b
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.2-3
528e15b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
528e15b
08c028f
* Sun Jun 10 2012 Ville Skyttä <ville.skytta@iki.fi> - 3.5.2-2
08c028f
- Own the %%{_datadir}/gnome-disk-utility dir.
08c028f
David Zeuthen 0fbcec0
* Tue Jun 05 2012 David Zeuthen <davidz@redhat.com> - 3.5.2-1%{?dist}
David Zeuthen 0fbcec0
- Update to 3.5.2
David Zeuthen 0fbcec0
David Zeuthen 96959e4
* Mon May 09 2012 David Zeuthen <davidz@redhat.com> - 3.5.1-4%{?dist}
David Zeuthen 96959e4
- BR docbook-style-xsl for man pages
David Zeuthen 96959e4
David Zeuthen 61d9cb0
* Mon May 09 2012 David Zeuthen <davidz@redhat.com> - 3.5.1-3%{?dist}
David Zeuthen 61d9cb0
- BR libxslt (for xsltproc)
David Zeuthen 61d9cb0
David Zeuthen 3a20904
* Mon May 09 2012 David Zeuthen <davidz@redhat.com> - 3.5.1-2%{?dist}
David Zeuthen 3a20904
- BR libgnome-keyring-devel and systemd-devel
David Zeuthen 3a20904
David Zeuthen b4c8d22
* Mon May 09 2012 David Zeuthen <davidz@redhat.com> - 3.5.1-1%{?dist}
David Zeuthen b4c8d22
- Update to 3.5.1
David Zeuthen b4c8d22
Richard Hughes 139b420
* Mon Apr 30 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
Richard Hughes 139b420
- Update to 3.4.1
Richard Hughes 139b420
David Zeuthen ee72ef9
* Mon Mar 26 2012 David Zeuthen <davidz@redhat.com> - 3.4.0-1%{?dist}
David Zeuthen ee72ef9
- Update to release 3.4.0
David Zeuthen ee72ef9
David Zeuthen e8c84be
* Mon Mar 05 2012 David Zeuthen <davidz@redhat.com> - 3.3.93-1%{?dist}
David Zeuthen e8c84be
- Update to release 3.3.93
David Zeuthen e8c84be
David Zeuthen a15c3bf
* Thu Feb 23 2012 David Zeuthen <davidz@redhat.com> - 3.3.92-1%{?dist}
David Zeuthen a15c3bf
- Update to release 3.3.92
David Zeuthen a15c3bf
David Zeuthen 3b97bd0
* Mon Feb 06 2012 David Zeuthen <davidz@redhat.com> - 3.3.91-1%{?dist}
David Zeuthen 3b97bd0
- Update to release 3.3.91
David Zeuthen 3b97bd0
David Zeuthen ca25b8a
* Tue Jan 24 2012 David Zeuthen <davidz@redhat.com> - 3.3.90-3%{?dist}
David Zeuthen ca25b8a
- Require udisks2 package (for the daemon) (#783974)
David Zeuthen ca25b8a
David Zeuthen 1458de4
* Fri Jan 20 2012 David Zeuthen <davidz@redhat.com> - 3.3.90-2%{?dist}
David Zeuthen 1458de4
- Rebuild
David Zeuthen 1458de4
David Zeuthen d4701e4
* Fri Jan 20 2012 David Zeuthen <davidz@redhat.com> - 3.3.90-1%{?dist}
David Zeuthen d4701e4
- Update to release 3.3.90
David Zeuthen d4701e4
d625ccd
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-5
d625ccd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d625ccd
356089b
* Tue Nov 08 2011 Adam Jackson <ajax@redhat.com> - 3.0.2-4
356089b
- Rebuild to break bogus libpng dep
356089b
David Zeuthen 88cd4b9
* Mon Jul 11 2011 David Zeuthen <davidz@redhat.com> - 3.0.2-3%{?dist}
David Zeuthen 88cd4b9
- BR gtk-doc
David Zeuthen 88cd4b9
David Zeuthen dafb0c8
* Mon Jul 11 2011 David Zeuthen <davidz@redhat.com> - 3.0.2-2%{?dist}
David Zeuthen dafb0c8
- BR gnome-common
David Zeuthen dafb0c8
David Zeuthen 3eb3a09
* Mon Jul 11 2011 David Zeuthen <davidz@redhat.com> - 3.0.2-1%{?dist}
David Zeuthen 3eb3a09
- Update to 3.0.2
David Zeuthen 3eb3a09
Christopher Aillon 8ff65eb
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 3.0.0-2
Christopher Aillon 8ff65eb
- Update icon cache scriptlet
Christopher Aillon 8ff65eb
c47bea1
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
c47bea1
- Update to 3.0.0
c47bea1
767afc5
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.7-1
767afc5
- Update to 2.91.7
767afc5
aca272f
* Mon Mar 14 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.6-5
aca272f
- Fix gnome-disk-utility-nautilus upgrade path
aca272f
1a485aa
* Tue Feb 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.6-4
1a485aa
- Split nautilus extension into a separate package
1a485aa
1e8e8b4
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-3
1e8e8b4
- Rebuild against newer gtk
1e8e8b4
20b0b70
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
20b0b70
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
20b0b70
0c5663a
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-1%{?dist}
0c5663a
- Update to 2.91.6
0c5663a
5c3e66c
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.32.1-4%{?dist}
5c3e66c
- Rebuild against newer gtk
5c3e66c
427f91f
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.32.1-3%{?dist}
427f91f
- Rebuild against new gtk
427f91f
47b7de1
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.1-2%{?dist}
47b7de1
- Rebuild against new gtk
47b7de1
fd1ab08
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.1-1%{?dist}
fd1ab08
- 2.32.1
fd1ab08
08c8d50
* Fri Nov  5 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-3%{?dist}
08c8d50
- Fix a problem with 'disk failure' notifications
08c8d50
4b496fa
* Wed Nov  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-2%{?dist}
4b496fa
- Rebuild against libnotify 0.7.0
4b496fa
387bc7a
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1%{?dist}
387bc7a
- Update to 2.32.0
387bc7a
a90b590
* Wed Jun 16 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-2%{?dist}
a90b590
- Kill the scrollkeeper runtime dep
a90b590
David Zeuthen 4b369ca
* Mon Mar 22 2010 David Zeuthen <davidz@redhat.com> - 2.30.1-1%{?dist}
David Zeuthen 4b369ca
- Update to 2.30.1
David Zeuthen 4b369ca
David Zeuthen 745f7bf
* Mon Mar 15 2010 David Zeuthen <davidz@redhat.com> - 2.30.0-1%{?dist}
David Zeuthen 745f7bf
- Update to 2.30.0
David Zeuthen 745f7bf
David Zeuthen 158abc5
* Tue Feb 23 2010 David Zeuthen <davidz@redhat.com> - 2.29.90-1%{?dist}
David Zeuthen 158abc5
- Update to 2.29.90
David Zeuthen 158abc5
David Zeuthen 49db286
* Mon Feb 15 2010 David Zeuthen <davidz@redhat.com> - 2.29.0-0.git20100215.3%{?dist}
David Zeuthen 49db286
- Add rarian-compat to BR
David Zeuthen 49db286
David Zeuthen f1c1069
* Mon Feb 15 2010 David Zeuthen <davidz@redhat.com> - 2.29.0-0.git20100215.1%{?dist}
David Zeuthen f1c1069
- Update to git snapshot
David Zeuthen f1c1069
- Drop upstreamed patches
David Zeuthen f1c1069
Tomas Bzatek 2c0d0be
* Mon Jan 18 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.0-0.git20100115.2%{?dist}
Tomas Bzatek 2c0d0be
- Install missing include
Tomas Bzatek 2c0d0be
David Zeuthen fab6678
* Fri Jan 15 2010 David Zeuthen <davidz@redhat.com> - 2.29.0-0.git20100115.1%{?dist}
David Zeuthen fab6678
- BR avahi-ui-devel
David Zeuthen fab6678
David Zeuthen d250ace
* Fri Jan 15 2010 David Zeuthen <davidz@redhat.com> - 2.29.0-0.git20100115%{?dist}
David Zeuthen d250ace
- Update to git snapshot
David Zeuthen d250ace
David Zeuthen 2ff989f
* Wed Dec  2 2009 David Zeuthen <davidz@redhat.com> - 2.29.0-0.git20091202%{?dist}
David Zeuthen 2ff989f
- Update to git snapshot that requires udisks instead of DeviceKit-disks
David Zeuthen 2ff989f
- The UI has been completely revamped
David Zeuthen 2ff989f
David Zeuthen 83d518b
* Fri Sep 18 2009 David Zeuthen <davidz@redhat.com> - 2.28.0-2%{?dist}
David Zeuthen 83d518b
- BR libatasmart-devel
David Zeuthen 83d518b
David Zeuthen f18d4f8
* Fri Sep 18 2009 David Zeuthen <davidz@redhat.com> - 2.28.0-1%{?dist}
David Zeuthen f18d4f8
- Update to upstream release 2.28.0
David Zeuthen f18d4f8
- Compared to previous releases, this release should whine less about SMART
David Zeuthen f18d4f8
David Zeuthen 1eca21d
* Mon Aug 17 2009 David Zeuthen <davidz@redhat.com> - 0.5-3%{?dist}
David Zeuthen 1eca21d
- Drop upstreamed patch
David Zeuthen 1eca21d
David Zeuthen 2a12f11
* Mon Aug 17 2009 David Zeuthen <davidz@redhat.com> - 0.5-2%{?dist}
David Zeuthen 2a12f11
- Rebuild
David Zeuthen 2a12f11
David Zeuthen bd2d117
* Mon Aug 17 2009 David Zeuthen <davidz@redhat.com> - 0.5-1%{?dist}
David Zeuthen bd2d117
- Update to release 0.5
David Zeuthen bd2d117
ff62aa2
* Mon Jul 27 2009 Matthias Clasen <mclasen@redhat.com> - 0.4-3%{?dist}
ff62aa2
- Drop PolicyKit from .pc files, too
ff62aa2
36ac15b
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
36ac15b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
36ac15b
David Zeuthen f047d5b
* Fri Jun 19 2009 David Zeuthen <davidz@redhat.com> - 0.4-1%{?dist}
David Zeuthen f047d5b
- Update to release 0.4
David Zeuthen f047d5b
David Zeuthen a44866f
* Fri May 01 2009 David Zeuthen <davidz@redhat.com> - 0.3-1%{?dist}
David Zeuthen a44866f
- Upstream release 0.3
David Zeuthen a44866f
David Zeuthen c0e7eaf
* Wed Apr 15 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.5.20090415git%{?dist}
David Zeuthen c0e7eaf
- New snapshot
David Zeuthen c0e7eaf
David Zeuthen eccb497
* Sun Apr 12 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.4.20090412git%{?dist}
David Zeuthen eccb497
- New snapshot
David Zeuthen eccb497
07695f8
* Fri Apr 10 2009 Matthias Clasen <mclasen@redhat.com> - 0.3-0.3.20090406git%{?dist}
07695f8
- Don't own directories that belong to hicolor-icon-theme
07695f8
David Zeuthen 6e6b8e5
* Wed Apr 08 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.2.20090406git%{?dist}
David Zeuthen 6e6b8e5
- Fix bug in detecting when a PolicyKit error is returned (#494787)
David Zeuthen 6e6b8e5
David Zeuthen 151729b
* Mon Apr 06 2009 David Zeuthen <davidz@redhat.com> - 0.3-0.1.20090406git%{?dist}
David Zeuthen 151729b
- New snapshot
David Zeuthen 151729b
David Zeuthen a5acf94
* Wed Mar 04 2009 David Zeuthen <davidz@redhat.com> - 0.2-2%{?dist}
David Zeuthen a5acf94
- Don't crash when changing the LUKS passphrase on a device
David Zeuthen a5acf94
David Zeuthen fcf633f
* Mon Mar 02 2009 David Zeuthen <davidz@redhat.com> - 0.2-1%{?dist}
David Zeuthen fcf633f
- Update to version 0.2
David Zeuthen fcf633f
c42434d
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.git20080720.2.1
c42434d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c42434d
db45786
* Tue Jan 27 2009 Matthias Clasen <mclasen@redhat.com> 0.1-0.git20080720.2%{?dist}
db45786
- Rebuild for pkgconfig provides
db45786
4be608a
* Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> 0.1-0.git20080720.1%{?dist}
4be608a
- Improve %%summary and %%description
4be608a
David Zeuthen aa9d97b
* Fri Jul 20 2008 David Zeuthen <davidz@redhat.com> - 0.1-0.git20080720%{?dist}
David Zeuthen aa9d97b
- Initial Packaging