|
|
@ -1,13 +1,15 @@
|
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global libhandy_version 1.5.0
|
|
|
|
|
|
|
|
|
|
|
|
Name: gnome-disk-utility
|
|
|
|
Name: gnome-disk-utility
|
|
|
|
Version: 40.2
|
|
|
|
Version: 46~alpha
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Disks
|
|
|
|
Summary: Disks
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
URL: https://gitlab.gnome.org/GNOME/gnome-disk-utility
|
|
|
|
URL: https://gitlab.gnome.org/GNOME/gnome-disk-utility
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/46/%{name}-%{tarball_version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: meson
|
|
|
@ -16,7 +18,7 @@ BuildRequires: pkgconfig(gio-unix-2.0)
|
|
|
|
BuildRequires: pkgconfig(gmodule-2.0)
|
|
|
|
BuildRequires: pkgconfig(gmodule-2.0)
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
|
|
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
|
|
|
BuildRequires: pkgconfig(libhandy-1)
|
|
|
|
BuildRequires: pkgconfig(libhandy-1) >= %{libhandy_version}
|
|
|
|
BuildRequires: pkgconfig(liblzma)
|
|
|
|
BuildRequires: pkgconfig(liblzma)
|
|
|
|
BuildRequires: pkgconfig(libnotify)
|
|
|
|
BuildRequires: pkgconfig(libnotify)
|
|
|
|
BuildRequires: pkgconfig(libsecret-1)
|
|
|
|
BuildRequires: pkgconfig(libsecret-1)
|
|
|
@ -29,6 +31,7 @@ BuildRequires: docbook-style-xsl
|
|
|
|
BuildRequires: /usr/bin/desktop-file-validate
|
|
|
|
BuildRequires: /usr/bin/desktop-file-validate
|
|
|
|
BuildRequires: /usr/bin/appstream-util
|
|
|
|
BuildRequires: /usr/bin/appstream-util
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires: libhandy%{?_isa} >= %{libhandy_version}
|
|
|
|
Requires: udisks2
|
|
|
|
Requires: udisks2
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -51,7 +54,7 @@ fstab/crypttab editing, ATA SMART and other features
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome.DiskUtility.appdata.xml
|
|
|
|
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.gnome.DiskUtility.appdata.xml
|
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -67,26 +70,104 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.Disks.gschema.xml
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.Disks.gschema.xml
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/gnome-disks*
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/gnome-disks*
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/org.gnome.DiskUtility*
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/org.gnome.DiskUtility*
|
|
|
|
%{_datadir}/metainfo/org.gnome.DiskUtility.appdata.xml
|
|
|
|
%{_metainfodir}/org.gnome.DiskUtility.appdata.xml
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.DiskUtilityNotify.desktop
|
|
|
|
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.DiskUtilityNotify.desktop
|
|
|
|
%{_libexecdir}/gsd-disk-utility-notify
|
|
|
|
%{_libexecdir}/gsd-disk-utility-notify
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.2-2
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 46~alpha-3
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Related: rhbz#1991688
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 46~alpha-2
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 06 2024 David King <amigadave@amigadave.com> - 46~alpha-1
|
|
|
|
|
|
|
|
- Update to 46.alpha
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 45.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 45.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 30 2023 Kalev Lember <klember@redhat.com> - 45.1-1
|
|
|
|
|
|
|
|
- Update to 45.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 21 2023 Kalev Lember <klember@redhat.com> - 45.0-1
|
|
|
|
|
|
|
|
- Update to 45.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 44.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 17 2023 David King <amigadave@amigadave.com> - 44.0-1
|
|
|
|
|
|
|
|
- Update to 44.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Mar 04 2023 David King <amigadave@amigadave.com> - 44~rc-1
|
|
|
|
|
|
|
|
- Update to 44.rc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 15 2023 David King <amigadave@amigadave.com> - 44~beta-1
|
|
|
|
|
|
|
|
- Update to 44.beta
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 06 2023 David King <amigadave@amigadave.com> - 44~alpha-1
|
|
|
|
|
|
|
|
- Update to 44.alpha
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 43.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 20 2022 Kalev Lember <klember@redhat.com> - 43.0-1
|
|
|
|
|
|
|
|
- Update to 43.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 06 2022 Kalev Lember <klember@redhat.com> - 43~rc-1
|
|
|
|
|
|
|
|
- Update to 43.rc
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 David King <amigadave@amigadave.com> - 40.2-1
|
|
|
|
* Mon Aug 08 2022 Kalev Lember <klember@redhat.com> - 43~beta-1
|
|
|
|
- Update to 40.2 (#1991430)
|
|
|
|
- Update to 43.beta
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 43~alpha-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 18 2022 Kalev Lember <klember@redhat.com> - 43~alpha-1
|
|
|
|
|
|
|
|
- Update to 43.alpha
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 18 2022 David King <amigadave@amigadave.com> - 42.0-1
|
|
|
|
|
|
|
|
- Update to 42.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 07 2022 David King <amigadave@amigadave.com> - 42~rc-1
|
|
|
|
|
|
|
|
- Update to 42.rc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 13 2022 David King <amigadave@amigadave.com> - 42~beta-1
|
|
|
|
|
|
|
|
- Update to 42.beta
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42~alpha-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 09 2022 David King <amigadave@amigadave.com> - 42~alpha-2
|
|
|
|
|
|
|
|
- Fix isa macro in Requires
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 09 2022 David King <amigadave@amigadave.com> - 42~alpha-1
|
|
|
|
|
|
|
|
- Update to 42.alpha
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Sep 18 2021 Kalev Lember <klember@redhat.com> - 41.0-1
|
|
|
|
|
|
|
|
- Update to 41.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 08 2021 Kalev Lember <klember@redhat.com> - 41~rc-1
|
|
|
|
|
|
|
|
- Update to 41.rc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 16 2021 Kalev Lember <klember@redhat.com> - 41~beta-1
|
|
|
|
|
|
|
|
- Update to 41.beta
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 03 2021 Kalev Lember <klember@redhat.com> - 41~alpha-1
|
|
|
|
|
|
|
|
- Update to 41.alpha
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 40.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 05 2021 Kalev Lember <klember@redhat.com> - 40.1-1
|
|
|
|
* Wed May 05 2021 Kalev Lember <klember@redhat.com> - 40.1-1
|
|
|
|
- Update to 40.1
|
|
|
|
- Update to 40.1
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-2
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 18 2021 Kalev Lember <klember@redhat.com> - 40.0-1
|
|
|
|
* Thu Mar 18 2021 Kalev Lember <klember@redhat.com> - 40.0-1
|
|
|
|
- Update to 40.0
|
|
|
|
- Update to 40.0
|
|
|
|
|
|
|
|
|
|
|
|