From b7227347328aeb7f818a7c60b4546c0cdaa43236 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 3 Apr 2020 22:43:45 -0400 Subject: [PATCH 01/26] Rebuilt for 677 version Signed-off-by: Mohan Boddu --- .gitignore | 1 + sources | 2 +- unetbootin-675-desktop.patch | 23 +++++++++++++++++++++++ unetbootin.spec | 34 +++++++++++++++------------------- 4 files changed, 40 insertions(+), 20 deletions(-) create mode 100644 unetbootin-675-desktop.patch diff --git a/.gitignore b/.gitignore index c6ae98b..fe271ae 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ unetbootin-source-485.tar.gz /unetbootin-647.tar.gz /unetbootin-655.tar.gz /unetbootin-657.tar.gz +/unetbootin-source-677.tar.gz diff --git a/sources b/sources index 09975ce..477ffd7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unetbootin-657.tar.gz) = 69ffdbc23f372c795e84267dfbed2221783a7efc9b1d5f589e7c308384cdfd0d9cf0950058f665e2c10bf6f17e0efd3eff81a1bedb98da316583f2462dfed2d9 +SHA512 (unetbootin-source-677.tar.gz) = be4785d3541630fc39cd5fde21ee7ed017b5a5b7a1efd62be70d33a013ae92bff82b1b925def61133ae57cf68a4c3e78679a0dac80c6681ca3f11e751ceb953e diff --git a/unetbootin-675-desktop.patch b/unetbootin-675-desktop.patch new file mode 100644 index 0000000..b71907d --- /dev/null +++ b/unetbootin-675-desktop.patch @@ -0,0 +1,23 @@ + * unetbootin.desktop: error: key "GenericName[en_US]" in group "Desktop Entry" + is a localized key, but there is no non-localized key "GenericName" + * unetbootin.desktop: warning: value "Application;System;" for key + "Categories" in group "Desktop Entry" contains a deprecated value + * "Application" + +--- a/unetbootin.desktop ++++ b/unetbootin.desktop +@@ -2,11 +2,9 @@ + Version=1.0 + Name=UNetbootin + Comment=Tool for creating Live USB drives +-Categories=Application;System; +-Exec=/usr/bin/unetbootin_asroot ++Categories=System; ++Exec=/usr/bin/unetbootin + Terminal=false + Type=Application +-Name[en_US]=UNetbootin +-GenericName[en_US]=UNetbootin +-Comment[en_US]=Tool for creating Live USB drives ++GenericName=UNetbootin + Icon=unetbootin diff --git a/unetbootin.spec b/unetbootin.spec index 951af29..d661d10 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -1,11 +1,11 @@ Name: unetbootin -Version: 657 -Release: 7%{?dist} +Version: 677 +Release: 1%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions License: GPLv2+ URL: https://unetbootin.github.io/ -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -#Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz +Source0: https://sourceforge.net/projects/%{name}/files/UNetbootin/%{version}/%{name}-source-%{version}.tar.gz +Patch0: unetbootin-675-desktop.patch # Syslinux is only available on x86 architectures ExclusiveArch: %{ix86} x86_64 @@ -26,26 +26,19 @@ downloaded one or your preferred distribution isn't on the list. %prep -%autosetup +%setup -c +%patch0 -p1 # Fix desktop file -pushd src/unetbootin - sed -i '/^Version/d' unetbootin.desktop - sed -i '/\[en_US\]/d' unetbootin.desktop - sed -i 's|/usr/bin/unetbootin|unetbootin|g' unetbootin.desktop -popd - +sed -i '/^RESOURCES/d' unetbootin.pro %build -pushd src/unetbootin - lupdate-qt4 unetbootin.pro - lrelease-qt4 unetbootin.pro - %{?qmake_qt4}%{!?qmake_qt4:qmake-qt4}} - %make_build -popd +lupdate-qt4 unetbootin.pro +lrelease-qt4 unetbootin.pro +%{?qmake_qt4}%{!?qmake_qt4:qmake-qt4}} +%make_build %install -pushd src/unetbootin install -D -p -m 755 unetbootin %{buildroot}%{_bindir}/unetbootin # Install desktop file desktop-file-install --vendor="" --remove-category=Application --dir=%{buildroot}%{_datadir}/applications unetbootin.desktop @@ -57,13 +50,16 @@ install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetboot %files -%doc readme.md +%doc README.TXT %{_bindir}/unetbootin %{_datadir}/unetbootin/ %{_datadir}/applications/unetbootin.desktop %{_datadir}/pixmaps/unetbootin.png %changelog +* Fri Apr 03 2020 Mohan Boddu - 677-1 +- Rebuilt for 677 version + * Fri Jan 31 2020 Fedora Release Engineering - 657-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 3d904dc338c1d4ba76226a5f1092a105bc76e1a2 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 3 Apr 2020 22:43:45 -0400 Subject: [PATCH 02/26] Rebuilt for 677 version Signed-off-by: Mohan Boddu --- .gitignore | 1 + sources | 2 +- unetbootin-675-desktop.patch | 23 +++++++++++++++++++++++ unetbootin.spec | 34 +++++++++++++++------------------- 4 files changed, 40 insertions(+), 20 deletions(-) create mode 100644 unetbootin-675-desktop.patch diff --git a/.gitignore b/.gitignore index c6ae98b..fe271ae 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ unetbootin-source-485.tar.gz /unetbootin-647.tar.gz /unetbootin-655.tar.gz /unetbootin-657.tar.gz +/unetbootin-source-677.tar.gz diff --git a/sources b/sources index 09975ce..477ffd7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unetbootin-657.tar.gz) = 69ffdbc23f372c795e84267dfbed2221783a7efc9b1d5f589e7c308384cdfd0d9cf0950058f665e2c10bf6f17e0efd3eff81a1bedb98da316583f2462dfed2d9 +SHA512 (unetbootin-source-677.tar.gz) = be4785d3541630fc39cd5fde21ee7ed017b5a5b7a1efd62be70d33a013ae92bff82b1b925def61133ae57cf68a4c3e78679a0dac80c6681ca3f11e751ceb953e diff --git a/unetbootin-675-desktop.patch b/unetbootin-675-desktop.patch new file mode 100644 index 0000000..b71907d --- /dev/null +++ b/unetbootin-675-desktop.patch @@ -0,0 +1,23 @@ + * unetbootin.desktop: error: key "GenericName[en_US]" in group "Desktop Entry" + is a localized key, but there is no non-localized key "GenericName" + * unetbootin.desktop: warning: value "Application;System;" for key + "Categories" in group "Desktop Entry" contains a deprecated value + * "Application" + +--- a/unetbootin.desktop ++++ b/unetbootin.desktop +@@ -2,11 +2,9 @@ + Version=1.0 + Name=UNetbootin + Comment=Tool for creating Live USB drives +-Categories=Application;System; +-Exec=/usr/bin/unetbootin_asroot ++Categories=System; ++Exec=/usr/bin/unetbootin + Terminal=false + Type=Application +-Name[en_US]=UNetbootin +-GenericName[en_US]=UNetbootin +-Comment[en_US]=Tool for creating Live USB drives ++GenericName=UNetbootin + Icon=unetbootin diff --git a/unetbootin.spec b/unetbootin.spec index 951af29..d661d10 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -1,11 +1,11 @@ Name: unetbootin -Version: 657 -Release: 7%{?dist} +Version: 677 +Release: 1%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions License: GPLv2+ URL: https://unetbootin.github.io/ -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -#Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz +Source0: https://sourceforge.net/projects/%{name}/files/UNetbootin/%{version}/%{name}-source-%{version}.tar.gz +Patch0: unetbootin-675-desktop.patch # Syslinux is only available on x86 architectures ExclusiveArch: %{ix86} x86_64 @@ -26,26 +26,19 @@ downloaded one or your preferred distribution isn't on the list. %prep -%autosetup +%setup -c +%patch0 -p1 # Fix desktop file -pushd src/unetbootin - sed -i '/^Version/d' unetbootin.desktop - sed -i '/\[en_US\]/d' unetbootin.desktop - sed -i 's|/usr/bin/unetbootin|unetbootin|g' unetbootin.desktop -popd - +sed -i '/^RESOURCES/d' unetbootin.pro %build -pushd src/unetbootin - lupdate-qt4 unetbootin.pro - lrelease-qt4 unetbootin.pro - %{?qmake_qt4}%{!?qmake_qt4:qmake-qt4}} - %make_build -popd +lupdate-qt4 unetbootin.pro +lrelease-qt4 unetbootin.pro +%{?qmake_qt4}%{!?qmake_qt4:qmake-qt4}} +%make_build %install -pushd src/unetbootin install -D -p -m 755 unetbootin %{buildroot}%{_bindir}/unetbootin # Install desktop file desktop-file-install --vendor="" --remove-category=Application --dir=%{buildroot}%{_datadir}/applications unetbootin.desktop @@ -57,13 +50,16 @@ install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetboot %files -%doc readme.md +%doc README.TXT %{_bindir}/unetbootin %{_datadir}/unetbootin/ %{_datadir}/applications/unetbootin.desktop %{_datadir}/pixmaps/unetbootin.png %changelog +* Fri Apr 03 2020 Mohan Boddu - 677-1 +- Rebuilt for 677 version + * Fri Jan 31 2020 Fedora Release Engineering - 657-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 8d7da4ec44b9c3afeeda1ccaf1bd34c7fff1bbb8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 13:16:31 +0000 Subject: [PATCH 03/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- unetbootin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unetbootin.spec b/unetbootin.spec index d661d10..f8a741f 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -1,6 +1,6 @@ Name: unetbootin Version: 677 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions License: GPLv2+ URL: https://unetbootin.github.io/ @@ -57,6 +57,9 @@ install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetboot %{_datadir}/pixmaps/unetbootin.png %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 677-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Apr 03 2020 Mohan Boddu - 677-1 - Rebuilt for 677 version From a7a1eedb4107679a03cac9b9ece54142de1b14e9 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Mon, 24 Aug 2020 00:30:12 -0300 Subject: [PATCH 04/26] - Update to 681 version fixes rhbz#1846251 --- .gitignore | 1 + sources | 2 +- unetbootin.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fe271ae..dfa4599 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ unetbootin-source-485.tar.gz /unetbootin-655.tar.gz /unetbootin-657.tar.gz /unetbootin-source-677.tar.gz +/unetbootin-source-681.tar.gz diff --git a/sources b/sources index 477ffd7..9852420 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unetbootin-source-677.tar.gz) = be4785d3541630fc39cd5fde21ee7ed017b5a5b7a1efd62be70d33a013ae92bff82b1b925def61133ae57cf68a4c3e78679a0dac80c6681ca3f11e751ceb953e +SHA512 (unetbootin-source-681.tar.gz) = 058a725a4d2c8e9a39fdbec6443b18fae45d117458d07cec6d6fcd765d92aab2728d3b1d1ea8d40e270e44b84dfab11412519bcc338de3a8d181fb6e5b3a8c00 diff --git a/unetbootin.spec b/unetbootin.spec index f8a741f..b291211 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -1,6 +1,6 @@ Name: unetbootin -Version: 677 -Release: 2%{?dist} +Version: 681 +Release: 1%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions License: GPLv2+ URL: https://unetbootin.github.io/ @@ -57,6 +57,9 @@ install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetboot %{_datadir}/pixmaps/unetbootin.png %changelog +* Mon Aug 24 2020 Filipe Rosset - 681-1 +- Update to 681 version fixes rhbz#1846251 + * Wed Jul 29 2020 Fedora Release Engineering - 677-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From ec6571cc88ba00cd5abe98a96bf9191d45a0c80a Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Thu, 31 Dec 2020 18:41:28 -0300 Subject: [PATCH 05/26] - Update to 700 version fixes rhbz#1896098 --- .gitignore | 1 + sources | 2 +- unetbootin.spec | 16 +++++++++++----- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index dfa4599..dab1276 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ unetbootin-source-485.tar.gz /unetbootin-657.tar.gz /unetbootin-source-677.tar.gz /unetbootin-source-681.tar.gz +/unetbootin-source-700.tar.gz diff --git a/sources b/sources index 9852420..6d39ce2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unetbootin-source-681.tar.gz) = 058a725a4d2c8e9a39fdbec6443b18fae45d117458d07cec6d6fcd765d92aab2728d3b1d1ea8d40e270e44b84dfab11412519bcc338de3a8d181fb6e5b3a8c00 +SHA512 (unetbootin-source-700.tar.gz) = f7e65f7f159ea84e0959672851783711e824785a3d20fc39f7c4eea544271c4d0f0c903f7528e8a712cc077d04d411242edeb04d2140b7a7c23ba6731845a1b6 diff --git a/unetbootin.spec b/unetbootin.spec index b291211..509f5dc 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -1,5 +1,7 @@ +%global debug_package %{nil} + Name: unetbootin -Version: 681 +Version: 700 Release: 1%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions License: GPLv2+ @@ -11,7 +13,8 @@ ExclusiveArch: %{ix86} x86_64 BuildRequires: gcc-c++ BuildRequires: desktop-file-utils -BuildRequires: qt4-devel +BuildRequires: qt5-linguist +BuildRequires: qt5-qtbase-devel # Not picked up automatically, required for operation Requires: p7zip-plugins Requires: syslinux @@ -32,9 +35,9 @@ downloaded one or your preferred distribution isn't on the list. sed -i '/^RESOURCES/d' unetbootin.pro %build -lupdate-qt4 unetbootin.pro -lrelease-qt4 unetbootin.pro -%{?qmake_qt4}%{!?qmake_qt4:qmake-qt4}} +lupdate-qt5 unetbootin.pro +lrelease-qt5 unetbootin.pro +%{?qmake_qt5}%{!?qmake_qt5:qmake-qt5}} %make_build @@ -57,6 +60,9 @@ install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetboot %{_datadir}/pixmaps/unetbootin.png %changelog +* Wed Dec 30 2020 Filipe Rosset - 700-1 +- Update to 700 version fixes rhbz#1896098 + * Mon Aug 24 2020 Filipe Rosset - 681-1 - Update to 681 version fixes rhbz#1846251 From e5e8ebb619e74c620c41ce7c123d6470d9ae7218 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 00:23:14 +0000 Subject: [PATCH 06/26] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- unetbootin.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/unetbootin.spec b/unetbootin.spec index 509f5dc..d29cc58 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -11,6 +11,7 @@ Patch0: unetbootin-675-desktop.patch # Syslinux is only available on x86 architectures ExclusiveArch: %{ix86} x86_64 +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: desktop-file-utils BuildRequires: qt5-linguist From 95dc736d20f9ba0a37152eaeb7ede798f2d9066d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 22:39:22 +0000 Subject: [PATCH 07/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- unetbootin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unetbootin.spec b/unetbootin.spec index d29cc58..df2ab8c 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -2,7 +2,7 @@ Name: unetbootin Version: 700 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions License: GPLv2+ URL: https://unetbootin.github.io/ @@ -61,6 +61,9 @@ install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetboot %{_datadir}/pixmaps/unetbootin.png %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 700-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Dec 30 2020 Filipe Rosset - 700-1 - Update to 700 version fixes rhbz#1896098 From 0d6f49f4941b88b9b7c759cffe61b315457f663f Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Thu, 4 Feb 2021 23:23:49 -0300 Subject: [PATCH 08/26] - Update to 702 version fixes rhbz#1925265 --- .gitignore | 1 + sources | 2 +- unetbootin.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dab1276..52ff1b6 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ unetbootin-source-485.tar.gz /unetbootin-source-677.tar.gz /unetbootin-source-681.tar.gz /unetbootin-source-700.tar.gz +/unetbootin-source-702.tar.gz diff --git a/sources b/sources index 6d39ce2..5a34eb7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unetbootin-source-700.tar.gz) = f7e65f7f159ea84e0959672851783711e824785a3d20fc39f7c4eea544271c4d0f0c903f7528e8a712cc077d04d411242edeb04d2140b7a7c23ba6731845a1b6 +SHA512 (unetbootin-source-702.tar.gz) = 388637cd5051a3ec5f1d83fb8749bcda2e6b59734345de37ba4fbbf2bef8df9346b571bf1b58546f5c30fbfe24d0468a51e8549dd45f158805676a70c389faa2 diff --git a/unetbootin.spec b/unetbootin.spec index df2ab8c..426ae1c 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -1,8 +1,8 @@ %global debug_package %{nil} Name: unetbootin -Version: 700 -Release: 2%{?dist} +Version: 702 +Release: 1%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions License: GPLv2+ URL: https://unetbootin.github.io/ @@ -61,6 +61,9 @@ install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetboot %{_datadir}/pixmaps/unetbootin.png %changelog +* Fri Feb 05 2021 Filipe Rosset - 702-1 +- Update to 702 version fixes rhbz#1925265 + * Wed Jan 27 2021 Fedora Release Engineering - 700-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 7c3d0b5d40ae99214ce48ac0ff1cdc04597b730c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 20:01:29 +0000 Subject: [PATCH 09/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- unetbootin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unetbootin.spec b/unetbootin.spec index 426ae1c..20370a0 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -2,7 +2,7 @@ Name: unetbootin Version: 702 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions License: GPLv2+ URL: https://unetbootin.github.io/ @@ -61,6 +61,9 @@ install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetboot %{_datadir}/pixmaps/unetbootin.png %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 702-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Feb 05 2021 Filipe Rosset - 702-1 - Update to 702 version fixes rhbz#1925265 From 68ef5971996667e7c5ded546701945c3c2de8163 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 03:30:26 +0000 Subject: [PATCH 10/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- unetbootin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unetbootin.spec b/unetbootin.spec index 20370a0..ca18550 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -2,7 +2,7 @@ Name: unetbootin Version: 702 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions License: GPLv2+ URL: https://unetbootin.github.io/ @@ -61,6 +61,9 @@ install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetboot %{_datadir}/pixmaps/unetbootin.png %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 702-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 702-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 2e0ee5e3c7539fcc6a19462821a26380095e37a3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 11:22:34 +0000 Subject: [PATCH 11/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- unetbootin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unetbootin.spec b/unetbootin.spec index ca18550..e85036d 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -2,7 +2,7 @@ Name: unetbootin Version: 702 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions License: GPLv2+ URL: https://unetbootin.github.io/ @@ -61,6 +61,9 @@ install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetboot %{_datadir}/pixmaps/unetbootin.png %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 702-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 702-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 7d19e371deec4e5eaee18a960bf323a9697147c6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 05:48:00 +0000 Subject: [PATCH 12/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- unetbootin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unetbootin.spec b/unetbootin.spec index e85036d..b1cfaaf 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -2,7 +2,7 @@ Name: unetbootin Version: 702 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions License: GPLv2+ URL: https://unetbootin.github.io/ @@ -61,6 +61,9 @@ install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetboot %{_datadir}/pixmaps/unetbootin.png %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 702-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 702-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From e6102c72d233a198d5422b0b7687aae2b8073db0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:06:01 +0000 Subject: [PATCH 13/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- unetbootin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unetbootin.spec b/unetbootin.spec index b1cfaaf..507e42b 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -2,7 +2,7 @@ Name: unetbootin Version: 702 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions License: GPLv2+ URL: https://unetbootin.github.io/ @@ -61,6 +61,9 @@ install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetboot %{_datadir}/pixmaps/unetbootin.png %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 702-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 702-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From ff25701923fa06c19f21c3d589f0d7b0050ad862 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 07:05:56 +0000 Subject: [PATCH 14/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- unetbootin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unetbootin.spec b/unetbootin.spec index 507e42b..38f33e3 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -2,7 +2,7 @@ Name: unetbootin Version: 702 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions License: GPLv2+ URL: https://unetbootin.github.io/ @@ -61,6 +61,9 @@ install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetboot %{_datadir}/pixmaps/unetbootin.png %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 702-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 702-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From b6230a777f82c13498ab06fc0dc88df4d0b81b1e Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:49 +0200 Subject: [PATCH 15/26] Eliminate use of obsolete %patchN syntax (#2283636) --- unetbootin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unetbootin.spec b/unetbootin.spec index 38f33e3..2ea4353 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -31,7 +31,7 @@ downloaded one or your preferred distribution isn't on the list. %prep %setup -c -%patch0 -p1 +%patch -P0 -p1 # Fix desktop file sed -i '/^RESOURCES/d' unetbootin.pro From 692f79bacb189ee7a9af059d53df02e94218b388 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:14:46 +0000 Subject: [PATCH 16/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- unetbootin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unetbootin.spec b/unetbootin.spec index 2ea4353..fae7ab3 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -2,7 +2,7 @@ Name: unetbootin Version: 702 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions License: GPLv2+ URL: https://unetbootin.github.io/ @@ -61,6 +61,9 @@ install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetboot %{_datadir}/pixmaps/unetbootin.png %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 702-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 702-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From b100bcedf6619325139be231d1d97d1d47c9e88a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 26 Jul 2024 03:27:37 +0200 Subject: [PATCH 17/26] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- unetbootin.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/unetbootin.spec b/unetbootin.spec index fae7ab3..4214d2a 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -2,9 +2,10 @@ Name: unetbootin Version: 702 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later URL: https://unetbootin.github.io/ Source0: https://sourceforge.net/projects/%{name}/files/UNetbootin/%{version}/%{name}-source-%{version}.tar.gz Patch0: unetbootin-675-desktop.patch @@ -61,6 +62,9 @@ install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetboot %{_datadir}/pixmaps/unetbootin.png %changelog +* Fri Jul 26 2024 Miroslav Suchý - 702-9 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 702-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 229be9be3db482774977bb5a015da4b9d1100bae Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 13:44:24 +0000 Subject: [PATCH 18/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- unetbootin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unetbootin.spec b/unetbootin.spec index 4214d2a..f8dda6f 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -2,7 +2,7 @@ Name: unetbootin Version: 702 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions # Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later @@ -62,6 +62,9 @@ install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetboot %{_datadir}/pixmaps/unetbootin.png %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 702-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 26 2024 Miroslav Suchý - 702-9 - convert license to SPDX From d5c4d058b89a5df9972e5ee69adbb5fa6fad61d9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 19:46:24 +0000 Subject: [PATCH 19/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- unetbootin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unetbootin.spec b/unetbootin.spec index f8dda6f..83041fd 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -2,7 +2,7 @@ Name: unetbootin Version: 702 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions # Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later @@ -62,6 +62,9 @@ install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetboot %{_datadir}/pixmaps/unetbootin.png %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 702-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 702-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From c9c189f9dba606427a4aae856c0b6c22b00164f5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:35:49 +0000 Subject: [PATCH 20/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- unetbootin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unetbootin.spec b/unetbootin.spec index 83041fd..018dae6 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -2,7 +2,7 @@ Name: unetbootin Version: 702 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Create bootable Live USB drives for a variety of Linux distributions # Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later @@ -62,6 +62,9 @@ install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetboot %{_datadir}/pixmaps/unetbootin.png %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 702-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 702-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From f665e846eab370ccf63eab4173aad1b151ef4d1b Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Tue, 30 Jun 2026 19:51:57 -0300 Subject: [PATCH 21/26] spec cleanup and modernization Signed-off-by: Filipe Rosset --- unetbootin.spec | 51 ++++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/unetbootin.spec b/unetbootin.spec index 018dae6..8de6e3c 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -1,58 +1,61 @@ -%global debug_package %{nil} - -Name: unetbootin -Version: 702 -Release: 12%{?dist} -Summary: Create bootable Live USB drives for a variety of Linux distributions +Name: unetbootin +Version: 702 +Release: 12%{?dist} +Summary: Create bootable Live USB drives for a variety of Linux distributions # Automatically converted from old format: GPLv2+ - review is highly recommended. -License: GPL-2.0-or-later -URL: https://unetbootin.github.io/ -Source0: https://sourceforge.net/projects/%{name}/files/UNetbootin/%{version}/%{name}-source-%{version}.tar.gz -Patch0: unetbootin-675-desktop.patch +License: GPL-2.0-or-later +URL: https://unetbootin.github.io/ +Source0: https://sourceforge.net/projects/%{name}/files/UNetbootin/%{version}/%{name}-source-%{version}.tar.gz +Patch0: unetbootin-675-desktop.patch # Syslinux is only available on x86 architectures -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: %{ix86} x86_64 aarch64 -BuildRequires: make -BuildRequires: gcc-c++ -BuildRequires: desktop-file-utils -BuildRequires: qt5-linguist -BuildRequires: qt5-qtbase-devel +BuildRequires: desktop-file-utils +BuildRequires: gcc-c++ +BuildRequires: make +BuildRequires: qt5-linguist +BuildRequires: qt5-qtbase-devel # Not picked up automatically, required for operation -Requires: p7zip-plugins -Requires: syslinux -Requires: syslinux-extlinux +Requires: p7zip-plugins +%ifarch %{ix86} x86_64 +Requires: syslinux +Requires: syslinux-extlinux +%endif %description UNetbootin allows you to create bootable Live USB drives for a variety of Linux distributions from Windows or Linux, without requiring you to burn a CD. You can either let it download one of the many distributions supported -out-of-the-box for you, or supply your own Linux .iso file if you've already +out-of-the-box for you, or supply your own Linux .ISO file if you've already downloaded one or your preferred distribution isn't on the list. %prep -%setup -c -%patch -P0 -p1 +%autosetup -c +# Fix line endings +sed -i 's/\r$//' README.TXT # Fix desktop file sed -i '/^RESOURCES/d' unetbootin.pro %build lupdate-qt5 unetbootin.pro lrelease-qt5 unetbootin.pro -%{?qmake_qt5}%{!?qmake_qt5:qmake-qt5}} +%qmake_qt5 %make_build %install install -D -p -m 755 unetbootin %{buildroot}%{_bindir}/unetbootin # Install desktop file -desktop-file-install --vendor="" --remove-category=Application --dir=%{buildroot}%{_datadir}/applications unetbootin.desktop +desktop-file-install --dir=%{buildroot}%{_datadir}/applications unetbootin.desktop # Install localization files install -d %{buildroot}%{_datadir}/unetbootin install -c -p -m 644 unetbootin_*.qm %{buildroot}%{_datadir}/unetbootin/ # Install pixmap install -D -p -m 644 unetbootin_512.png %{buildroot}%{_datadir}/pixmaps/unetbootin.png +%check +desktop-file-validate %{buildroot}%{_datadir}/applications/unetbootin.desktop %files %doc README.TXT From 3666a88d550d038726efbbbf8e277d5f1b5f8c77 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Tue, 30 Jun 2026 19:51:59 -0300 Subject: [PATCH 22/26] Convert to %autorelease and %autochangelog [skip changelog] --- changelog | 208 +++++++++++++++++++++++++++++++++++++++++++++++ unetbootin.spec | 211 +----------------------------------------------- 2 files changed, 210 insertions(+), 209 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..1051db7 --- /dev/null +++ b/changelog @@ -0,0 +1,208 @@ +* Sat Jan 17 2026 Fedora Release Engineering - 702-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + +* Fri Jul 25 2025 Fedora Release Engineering - 702-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Sun Jan 19 2025 Fedora Release Engineering - 702-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Fri Jul 26 2024 Miroslav Suchý - 702-9 +- convert license to SPDX + +* Sat Jul 20 2024 Fedora Release Engineering - 702-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sat Jan 27 2024 Fedora Release Engineering - 702-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Jul 22 2023 Fedora Release Engineering - 702-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Jan 21 2023 Fedora Release Engineering - 702-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 702-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Jan 22 2022 Fedora Release Engineering - 702-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 702-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Feb 05 2021 Filipe Rosset - 702-1 +- Update to 702 version fixes rhbz#1925265 + +* Wed Jan 27 2021 Fedora Release Engineering - 700-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Dec 30 2020 Filipe Rosset - 700-1 +- Update to 700 version fixes rhbz#1896098 + +* Mon Aug 24 2020 Filipe Rosset - 681-1 +- Update to 681 version fixes rhbz#1846251 + +* Wed Jul 29 2020 Fedora Release Engineering - 677-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Apr 03 2020 Mohan Boddu - 677-1 +- Rebuilt for 677 version + +* Fri Jan 31 2020 Fedora Release Engineering - 657-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Jul 27 2019 Fedora Release Engineering - 657-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 03 2019 Fedora Release Engineering - 657-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 657-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Mon Apr 09 2018 Filipe Rosset - 657-3 +- added gcc-c++ as BR + +* Fri Feb 09 2018 Fedora Release Engineering - 657-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jan 18 2018 Filipe Rosset - 657-1 +- Rebuilt for new upstream release 657, fixes rhbz #1508431 + +* Thu Aug 03 2017 Fedora Release Engineering - 655-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 655-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Thu Jul 20 2017 Filipe Rosset - 655-1 +- Rebuilt for new upstream release 655, fixes rhbz #1471101 + +* Tue May 02 2017 Filipe Rosset - 647-1 +- Rebuilt for new upstream release 647, fixes rhbz #1444678 + +* Sat Feb 11 2017 Fedora Release Engineering - 625-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sat Dec 10 2016 Filipe Rosset - 625-1 +- clean up the spec, attempt to fix FTBFS rhbz #1308209 + +* Fri Feb 05 2016 Fedora Release Engineering - 619-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Mon Feb 01 2016 Rex Dieter - 619-2 +- use %%qmake_qt4 macro to ensure proper build flags + +* Sun Nov 08 2015 Kalpa Welivitigoda - 619-1 +- Update to 619. + +* Sun Sep 13 2015 Kalpa Welivitigoda - 613-1 +- Update to 613. + +* Fri Jun 19 2015 Fedora Release Engineering - 608-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat May 02 2015 Kalev Lember - 608-4 +- Rebuilt for GCC 5 C++11 ABI change + +* Mon Aug 18 2014 Fedora Release Engineering - 608-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 08 2014 Fedora Release Engineering - 608-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Mon Jun 02 2014 Susi Lehtola - 608-1 +- Update to 608. + +* Tue Apr 22 2014 Susi Lehtola - 603-1 +- Change naming to reflect upstream versioning scheme. +- Update to 603. + +* Thu Aug 22 2013 Susi Lehtola - 0-15.585bzr +- Update to 585. + +* Sun Aug 04 2013 Fedora Release Engineering - 0-14.581bzr +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Feb 15 2013 Fedora Release Engineering - 0-13.581bzr +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Mon Sep 17 2012 Jussi Lehtola - 0-11.581bzr +- Update to 581. + +* Sun Jul 22 2012 Fedora Release Engineering - 0-12.577bzr +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sun Jul 08 2012 Jussi Lehtola - 0-11.577bzr +- Update to 577. + +* Tue Jun 12 2012 Jussi Lehtola - 0-11.575bzr +- Update to 575. + +* Fri Apr 06 2012 Jussi Lehtola - 0-11.568bzr +- Added missing syslinux-extlinux dependency (BZ #810411). +- Update to 568. + +* Fri Feb 03 2012 Jussi Lehtola - 0-11.565bzr +- Update to revision 565. +- Added icons (BZ #787202). + +* Sat Jan 14 2012 Fedora Release Engineering - 0-11.555bzr +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Sat Oct 01 2011 Jussi Lehtola - 0-10.555bzr +- Update to revision 555. + +* Mon May 09 2011 Jussi Lehtola - 0-10.549bzr +- Bump spec. + +* Thu Apr 28 2011 Jussi Lehtola - 0-9.549bzr +- Update to revision 549. + +* Mon Feb 07 2011 Fedora Release Engineering - 0-9.494bzr +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Oct 15 2010 Jussi Lehtola - 0-8.494bzr +- Update to revision 494. + +* Tue Jun 22 2010 Jussi Lehtola - 0-8.485bzr +- Update to revision 485. + +* Tue Jun 22 2010 Jussi Lehtola - 0-8.471bzr +- Update to revision 471. + +* Mon Mar 29 2010 Jussi Lehtola - 0-8.419bzr +- Update to revision 419. + +* Wed Feb 03 2010 Jussi Lehtola - 0-8.393bzr +- Update to revision 393. + +* Sun Dec 06 2009 Jussi Lehtola - 0-7.377bzr +- Update to revision 377. + +* Fri Oct 23 2009 Milos Jakubicek 0-6.358bzr +- Fix FTBFS: bump release to be able to tag in new branch and sync source name + +* Sun Jul 26 2009 Fedora Release Engineering - 0-6.357bzr +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Jul 16 2009 Jussi Lehtola - 0-6.356bzr +- Add ExclusiveArch to prevent build on architectures lacking syslinux. + +* Fri Jul 10 2009 Jussi Lehtola - 0-5.356bzr +- Fix EPEL install. + +* Fri Jul 10 2009 Jussi Lehtola - 0-4.356bzr +- Fix EPEL build. + +* Fri Jul 10 2009 Jussi Lehtola - 0-3.356bzr +- Added localizations. + +* Fri Jul 10 2009 Jussi Lehtola - 0-2.356bzr +- Fixed source URL. +- Changed Req: p7zip to p7zip-plugins. +- Use included desktop file. + +* Fri Jul 10 2009 Jussi Lehtola - 0-1.356bzr +- First release. diff --git a/unetbootin.spec b/unetbootin.spec index 8de6e3c..7926132 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -1,6 +1,6 @@ Name: unetbootin Version: 702 -Release: 12%{?dist} +Release: %autorelease Summary: Create bootable Live USB drives for a variety of Linux distributions # Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later @@ -65,211 +65,4 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/unetbootin.desktop %{_datadir}/pixmaps/unetbootin.png %changelog -* Sat Jan 17 2026 Fedora Release Engineering - 702-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild - -* Fri Jul 25 2025 Fedora Release Engineering - 702-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Sun Jan 19 2025 Fedora Release Engineering - 702-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Fri Jul 26 2024 Miroslav Suchý - 702-9 -- convert license to SPDX - -* Sat Jul 20 2024 Fedora Release Engineering - 702-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Sat Jan 27 2024 Fedora Release Engineering - 702-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jul 22 2023 Fedora Release Engineering - 702-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Sat Jan 21 2023 Fedora Release Engineering - 702-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 702-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sat Jan 22 2022 Fedora Release Engineering - 702-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 702-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Feb 05 2021 Filipe Rosset - 702-1 -- Update to 702 version fixes rhbz#1925265 - -* Wed Jan 27 2021 Fedora Release Engineering - 700-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Dec 30 2020 Filipe Rosset - 700-1 -- Update to 700 version fixes rhbz#1896098 - -* Mon Aug 24 2020 Filipe Rosset - 681-1 -- Update to 681 version fixes rhbz#1846251 - -* Wed Jul 29 2020 Fedora Release Engineering - 677-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Apr 03 2020 Mohan Boddu - 677-1 -- Rebuilt for 677 version - -* Fri Jan 31 2020 Fedora Release Engineering - 657-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 657-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 657-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 657-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Mon Apr 09 2018 Filipe Rosset - 657-3 -- added gcc-c++ as BR - -* Fri Feb 09 2018 Fedora Release Engineering - 657-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jan 18 2018 Filipe Rosset - 657-1 -- Rebuilt for new upstream release 657, fixes rhbz #1508431 - -* Thu Aug 03 2017 Fedora Release Engineering - 655-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 655-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Thu Jul 20 2017 Filipe Rosset - 655-1 -- Rebuilt for new upstream release 655, fixes rhbz #1471101 - -* Tue May 02 2017 Filipe Rosset - 647-1 -- Rebuilt for new upstream release 647, fixes rhbz #1444678 - -* Sat Feb 11 2017 Fedora Release Engineering - 625-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Sat Dec 10 2016 Filipe Rosset - 625-1 -- clean up the spec, attempt to fix FTBFS rhbz #1308209 - -* Fri Feb 05 2016 Fedora Release Engineering - 619-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Mon Feb 01 2016 Rex Dieter - 619-2 -- use %%qmake_qt4 macro to ensure proper build flags - -* Sun Nov 08 2015 Kalpa Welivitigoda - 619-1 -- Update to 619. - -* Sun Sep 13 2015 Kalpa Welivitigoda - 613-1 -- Update to 613. - -* Fri Jun 19 2015 Fedora Release Engineering - 608-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat May 02 2015 Kalev Lember - 608-4 -- Rebuilt for GCC 5 C++11 ABI change - -* Mon Aug 18 2014 Fedora Release Engineering - 608-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 608-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Mon Jun 02 2014 Susi Lehtola - 608-1 -- Update to 608. - -* Tue Apr 22 2014 Susi Lehtola - 603-1 -- Change naming to reflect upstream versioning scheme. -- Update to 603. - -* Thu Aug 22 2013 Susi Lehtola - 0-15.585bzr -- Update to 585. - -* Sun Aug 04 2013 Fedora Release Engineering - 0-14.581bzr -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 0-13.581bzr -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Mon Sep 17 2012 Jussi Lehtola - 0-11.581bzr -- Update to 581. - -* Sun Jul 22 2012 Fedora Release Engineering - 0-12.577bzr -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sun Jul 08 2012 Jussi Lehtola - 0-11.577bzr -- Update to 577. - -* Tue Jun 12 2012 Jussi Lehtola - 0-11.575bzr -- Update to 575. - -* Fri Apr 06 2012 Jussi Lehtola - 0-11.568bzr -- Added missing syslinux-extlinux dependency (BZ #810411). -- Update to 568. - -* Fri Feb 03 2012 Jussi Lehtola - 0-11.565bzr -- Update to revision 565. -- Added icons (BZ #787202). - -* Sat Jan 14 2012 Fedora Release Engineering - 0-11.555bzr -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Sat Oct 01 2011 Jussi Lehtola - 0-10.555bzr -- Update to revision 555. - -* Mon May 09 2011 Jussi Lehtola - 0-10.549bzr -- Bump spec. - -* Thu Apr 28 2011 Jussi Lehtola - 0-9.549bzr -- Update to revision 549. - -* Mon Feb 07 2011 Fedora Release Engineering - 0-9.494bzr -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Fri Oct 15 2010 Jussi Lehtola - 0-8.494bzr -- Update to revision 494. - -* Tue Jun 22 2010 Jussi Lehtola - 0-8.485bzr -- Update to revision 485. - -* Tue Jun 22 2010 Jussi Lehtola - 0-8.471bzr -- Update to revision 471. - -* Mon Mar 29 2010 Jussi Lehtola - 0-8.419bzr -- Update to revision 419. - -* Wed Feb 03 2010 Jussi Lehtola - 0-8.393bzr -- Update to revision 393. - -* Sun Dec 06 2009 Jussi Lehtola - 0-7.377bzr -- Update to revision 377. - -* Fri Oct 23 2009 Milos Jakubicek 0-6.358bzr -- Fix FTBFS: bump release to be able to tag in new branch and sync source name - -* Sun Jul 26 2009 Fedora Release Engineering - 0-6.357bzr -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Jul 16 2009 Jussi Lehtola - 0-6.356bzr -- Add ExclusiveArch to prevent build on architectures lacking syslinux. - -* Fri Jul 10 2009 Jussi Lehtola - 0-5.356bzr -- Fix EPEL install. - -* Fri Jul 10 2009 Jussi Lehtola - 0-4.356bzr -- Fix EPEL build. - -* Fri Jul 10 2009 Jussi Lehtola - 0-3.356bzr -- Added localizations. - -* Fri Jul 10 2009 Jussi Lehtola - 0-2.356bzr -- Fixed source URL. -- Changed Req: p7zip to p7zip-plugins. -- Use included desktop file. - -* Fri Jul 10 2009 Jussi Lehtola - 0-1.356bzr -- First release. +%autochangelog From 6f0f8da5982df363dba97f63fe75b80a1e219c9a Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Tue, 30 Jun 2026 19:52:27 -0300 Subject: [PATCH 23/26] simplify .gitignore file Signed-off-by: Filipe Rosset --- .gitignore | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 52ff1b6..d64fde4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1 @@ -unetbootin-source-485.tar.gz -/unetbootin-source-494.tar.gz -/unetbootin-source-555.tar.gz -/unetbootin-source-565.tar.gz -/unetbootin-source-568.tar.gz -/unetbootin-source-575.tar.gz -/unetbootin-source-577.tar.gz -/unetbootin-source-581.tar.gz -/unetbootin-source-585.tar.gz -/unetbootin-source-603.tar.gz -/unetbootin-source-608.tar.gz -/unetbootin-source-613.tar.gz -/unetbootin-625.tar.gz -/unetbootin-647.tar.gz -/unetbootin-655.tar.gz -/unetbootin-657.tar.gz -/unetbootin-source-677.tar.gz -/unetbootin-source-681.tar.gz -/unetbootin-source-700.tar.gz -/unetbootin-source-702.tar.gz +/unetbootin-*.tar.gz From 490392cfd696f4c6b13cd5ecffee43c828e955c4 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Tue, 30 Jun 2026 19:52:45 -0300 Subject: [PATCH 24/26] opt-in to packit for rawhide Signed-off-by: Filipe Rosset --- .packit.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..5cc91d8 --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,19 @@ +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +specfile_path: unetbootin.spec + +copy_upstream_release_description: false + +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-rawhide + + - job: koji_build + trigger: commit + allowed_committers: ['packit','all_admins'] + dist_git_branches: + - fedora-rawhide + From 6b436d8afd6476ab4f048a3ab4d88e9452127deb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:10:27 +0000 Subject: [PATCH 25/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild From ed46e1549b50cedcdbe45c8e7a1acaadad32d5b6 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Mon, 20 Jul 2026 16:46:49 -0300 Subject: [PATCH 26/26] drop ix86 support --- unetbootin.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/unetbootin.spec b/unetbootin.spec index 7926132..5396fa1 100644 --- a/unetbootin.spec +++ b/unetbootin.spec @@ -8,16 +8,14 @@ URL: https://unetbootin.github.io/ Source0: https://sourceforge.net/projects/%{name}/files/UNetbootin/%{version}/%{name}-source-%{version}.tar.gz Patch0: unetbootin-675-desktop.patch # Syslinux is only available on x86 architectures -ExclusiveArch: %{ix86} x86_64 aarch64 - +ExclusiveArch: x86_64 aarch64 BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: make BuildRequires: qt5-linguist BuildRequires: qt5-qtbase-devel -# Not picked up automatically, required for operation Requires: p7zip-plugins -%ifarch %{ix86} x86_64 +%ifarch x86_64 aarch64 Requires: syslinux Requires: syslinux-extlinux %endif