- Upstream 3.6 stable release
This commit is contained in:
parent
7fdac872b5
commit
5243164589
3
.gitignore
vendored
3
.gitignore
vendored
@ -25,3 +25,6 @@ clog
|
||||
/parted-3.5.tar.xz.sig
|
||||
/parted-3.5.28.tar.xz
|
||||
/parted-3.5.28.tar.xz.sig
|
||||
/parted-3.6.tar.xz
|
||||
/parted-3.6.tar.xz.sig
|
||||
/parted-3.6.tar.xz.sug
|
||||
|
121
parted.spec
121
parted.spec
@ -1,6 +1,6 @@
|
||||
Summary: The GNU disk partition manipulation program
|
||||
Name: parted
|
||||
Version: 3.5.28
|
||||
Version: 3.6
|
||||
Release: 1%{?dist}
|
||||
License: GPL-3.0-or-later
|
||||
URL: http://www.gnu.org/software/parted
|
||||
@ -113,6 +113,10 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 10 2023 Brian C. Lane <bcl@redhat.com> - 3.6-1
|
||||
- Upstream 3.6 stable release
|
||||
- Dropping pre-3.5 changelog entries
|
||||
|
||||
* Mon Mar 27 2023 Brian C. Lane <bcl@redhat.com> - 3.5.28-1
|
||||
- Upstream 3.5.28 Alpha release
|
||||
- Dropped all patches included in new upstream release
|
||||
@ -164,118 +168,3 @@ make check
|
||||
|
||||
* Mon Apr 18 2022 Brian C. Lane <bcl@redhat.com> - 3.5-1
|
||||
- Upstream 3.5 stable release
|
||||
|
||||
* Wed Mar 30 2022 Brian C. Lane <bcl@redhat.com> - 3.4.64-1
|
||||
- Upstream 3.4.64 Alpha release
|
||||
- Dropped all patches included in new upstream release
|
||||
- Bumped minor version on libparted.so and libparted-fs-resize.so
|
||||
|
||||
* Thu Feb 17 2022 Brian C. Lane <bcl@redhat.com> - 3.4-12
|
||||
- gnulib: Use newer cdefs.h from gnulib (bcl)
|
||||
- Update parted.spec to allow flatpak builds
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Oct 06 2021 Brian C. Lane <bcl@redhat.com> - 3.4-11
|
||||
- docs: Update documentation to be consistent
|
||||
|
||||
* Wed Oct 06 2021 Brian C. Lane <bcl@redhat.com> - 3.4-10
|
||||
- gpt: Revert to filesystem GUID when setting flag to off (bcl)
|
||||
- tests: Add a test to make sure GPT GUIDs default to filesystem (bcl)
|
||||
- doc: Document gpt linux-home flag (bcl)
|
||||
- gpt: Add linux-home flag (aschnell)
|
||||
- gpt: Map PED_PARTITON_ flags to GUID values (aschnell)
|
||||
|
||||
* Thu Sep 23 2021 Brian C. Lane <bcl@redhat.com> - 3.4-9
|
||||
- keep GUID specific attributes (aschnell)
|
||||
- hurd: Implement partition table rereading (cjwatson)
|
||||
- hurd: Support rumpdisk-based device names (samuel.thibault)
|
||||
- hurd: Fix partition paths (cjwatson)
|
||||
|
||||
* Wed Aug 25 2021 Brian C. Lane <bcl@redhat.com> - 3.4-8
|
||||
- parted: Add --json cmdline switch to output JSON (aschnell)
|
||||
- parted: Allow empty string for partition name (aschnell)
|
||||
- libparted: Check devpath before passing to strlen (bcl)
|
||||
|
||||
* Tue Aug 10 2021 Brian C. Lane <bcl@redhat.com> - 3.4-7
|
||||
- libparted: Tell libdevmapper to retry remove when BUSY (bcl)
|
||||
Resolves: rhbz#1980697
|
||||
- parted: Escape colons and backslashes in machine output (bcl)
|
||||
- tests: check for vfat kernel support and tools (ross.burton)
|
||||
- tests: add a helper to check the kernel knows about a file system (ross.burton)
|
||||
- tests: add aarch64 and mips64 as a valid 64-bit machines (ross.burton)
|
||||
- libparted: Add swap flag to msdos disklabel (bcl)
|
||||
- Move Exception Option values into enum (bcl)
|
||||
|
||||
* Tue Aug 03 2021 Brian C. Lane <bcl@redhat.com> - 3.4-6
|
||||
- spec: Use the %%gpgverify macro for the signature check
|
||||
- tests/t3000: Use mkfs.hfsplus and fsck.hfsplus for resize tests (bcl)
|
||||
- tests/t3000: Check for hfs and vfat support separately (bcl)
|
||||
- tests: Reduce memory usage for tests using scsi_debug module (bcl)
|
||||
- spec: Install to /usr/sbin and /usr/lib64 (bcl)
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Mon Jun 14 2021 Brian C. Lane <bcl@redhat.com> - 3.4-4
|
||||
- Fix issues that covscan classifies as important
|
||||
Resolves: rhbz#1938836
|
||||
- Update gpg key for bcl@redhat.com
|
||||
- Work around a mkswap bug
|
||||
|
||||
* Wed Mar 10 2021 Brian C. Lane <bcl@redhat.com> - 3.4-3
|
||||
- Use autoreconf -fiv for autoconf 2.71 support
|
||||
Works with both 2.69 and 2.71
|
||||
|
||||
* Wed Feb 03 2021 Brian C. Lane <bcl@redhat.com> - 3.4-2
|
||||
- Add --fix support from upstream
|
||||
|
||||
* Wed Jan 27 2021 Brian C. Lane <bcl@redhat.com> - 3.4-1
|
||||
- New stable upstream release v3.4
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.52-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Dec 14 2020 Brian C. Lane <bcl@redhat.com> - 3.3.52-1
|
||||
- New upstream ALPHA release v3.3.52
|
||||
- Includes all patches
|
||||
|
||||
* Mon Nov 30 2020 Brian C. Lane <bcl@redhat.com> - 3.3-8
|
||||
- Add upstream commits to fix various gcc 10 warnings (bcl)
|
||||
|
||||
* Thu Nov 05 2020 Brian C. Lane <bcl@redhat.com> - 3.3-7
|
||||
- Do not link to libselinux
|
||||
|
||||
* Fri Sep 25 2020 Brian C. Lane <bcl@redhat.com> - 3.3-6
|
||||
- tests: Add a test for resizepart on a busy partition (bcl)
|
||||
- parted: Preserve resizepart End when prompted for busy partition (bcl)
|
||||
- tests: Add f2fs to the fs probe test (romain.perier)
|
||||
- Add support for the F2FS filesystem (romain.perier)
|
||||
- Removed reference to ped_file_system_create (max)
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 3.3-4
|
||||
- Use make macros
|
||||
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||
- Switch to using %%autosetup instead of %%setup and git (bcl)
|
||||
- Update tests.yml to install git and simplify source usage (bgoncalv)
|
||||
|
||||
* Fri Mar 06 2020 Brian C. Lane <bcl@redhat.com> - 3.3-3
|
||||
- Add chromeos_kernel partition flag for gpt disklabels
|
||||
- Add bls_boot partition flag for msdos and gpt disklabels
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Dec 16 2019 Brian C. Lane <bcl@redhat.com> - 3.3-2
|
||||
- tests: Test incomplete resizepart command
|
||||
- Fix end_input usage in do_resizepart
|
||||
Resolves: rhbz#1701411
|
||||
|
||||
* Fri Oct 11 2019 Brian C. Lane <bcl@redhat.com> - 3.3-1
|
||||
- New upstream release v3.3
|
||||
Includes the DASD virtio-blk fix.
|
||||
- Dropping pre-3.2 changelog entries
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (parted-3.5.28.tar.xz) = 6cbd280a47b6c8e3beac9db689f505f2f71aaaa62eb1c20cd23e5c4a2dc56841d5bfaa45bf661ac6fe3bb45441bc07f7d0b51e4673fa2c05f968e0a6b3bd4ee6
|
||||
SHA512 (parted-3.5.28.tar.xz.sig) = bf806d682ea4fa5f34c6fdcd7bb967c9278e164ba8167ef17e1ba83a4acf5a32355adf4468a457436a85e5ad6a223d2a79a61043728f0d269c69f89775a2e9af
|
||||
SHA512 (parted-3.6.tar.xz) = 034a44b25718acba175212019d24f092972a791c5bd1d921ae91e17478657a77c5c5dd0c832bed7968c3a07ec6c65c0785acfac2f90c1ca5e1692f3c141693ef
|
||||
SHA512 (parted-3.6.tar.xz.sig) = 7c845026937b29fb49085ef9e3354226b73a1c3b5f9082d440d9a8ac13d76b1d07dae0bc10d8c974d4e57bc582f38c0a908e80718dd1ff1adfad3b04699c672c
|
||||
|
Loading…
Reference in New Issue
Block a user