From 2e0ee5e3c7539fcc6a19462821a26380095e37a3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 11:22:34 +0000 Subject: [PATCH 01/16] 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 02/16] 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 03/16] 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 04/16] 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 05/16] 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 06/16] 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 07/16] 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 08/16] 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 09/16] 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 10/16] 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 11/16] 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 12/16] 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 13/16] 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 14/16] 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 15/16] 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 16/16] 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