122 lines
3.5 KiB
RPMSpec
122 lines
3.5 KiB
RPMSpec
Name: btrfs-progs
|
|
Version: 6.6.3
|
|
Release: 3
|
|
Summary: btrfs userspace programs
|
|
License: GPLv2 and GPL+ and LGPL-2.1+ and GPL-3.0+ and LGPL-2.1 and MIT
|
|
URL: https://btrfs.wiki.kernel.org/index.php/Main_Page
|
|
Source0: https://www.kernel.org/pub/linux/kernel/people/kdave/%{name}/%{name}-v%{version}.tar.xz
|
|
|
|
Patch0001: 0001-fix-exclusive-op-enqueue-timeout.patch
|
|
Patch0002: 0002-subvolume-fix-return-value-when-the-target-exists.patch
|
|
|
|
BuildRequires: python3-devel >= 3.4
|
|
BuildRequires: libacl-devel, e2fsprogs-devel, libblkid-devel, libuuid-devel, zlib-devel, libzstd-devel, lzo-devel, systemd-devel
|
|
BuildRequires: gcc, asciidoc, systemd, xmlto, autoconf, automake, python3-sphinx
|
|
|
|
%define _root_sbindir /sbin
|
|
|
|
%description
|
|
Btrfs-progs provide userspace utilities to manage btrfs filesystem, including
|
|
repairing, modifying, creating etc.
|
|
|
|
%package devel
|
|
Summary: Including header files and libraries for developing btrfs related programs
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
%description devel
|
|
This package includes header files and libraries for developing btrfs related programs
|
|
|
|
%package help
|
|
Summary: Including man files for btrfs-progs
|
|
BuildArch: noarch
|
|
Requires: man
|
|
|
|
%description help
|
|
This package includes man files for btrfs-progs
|
|
|
|
%prep
|
|
%autosetup -n %{name}-v%{version} -p1
|
|
|
|
%build
|
|
./autogen.sh
|
|
%configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
%make_build
|
|
|
|
%install
|
|
make mandir=%{_mandir} bindir=%{_sbindir} libdir=%{_libdir} incdir=%{_includedir} install DESTDIR=%{buildroot}
|
|
|
|
%files
|
|
%license COPYING
|
|
%{_libdir}/libbtrfs.so.0*
|
|
%{_sbindir}/btrfsck
|
|
%{_sbindir}/fsck.btrfs
|
|
%{_sbindir}/mkfs.btrfs
|
|
%{_sbindir}/btrfs-image
|
|
%{_sbindir}/btrfs-convert
|
|
%{_sbindir}/btrfs-select-super
|
|
%{_sbindir}/btrfstune
|
|
%{_sbindir}/btrfs
|
|
%{_sbindir}/btrfs-map-logical
|
|
%{_sbindir}/btrfs-find-root
|
|
%{_udevrulesdir}/64-btrfs-dm.rules
|
|
%{_udevrulesdir}/64-btrfs-zoned.rules
|
|
%exclude %{_libdir}/*.a
|
|
|
|
%files devel
|
|
%{_includedir}/*
|
|
%{_libdir}/libbtrfs.so
|
|
%{_libdir}/libbtrfsutil.so*
|
|
%{_libdir}/pkgconfig/libbtrfsutil.pc
|
|
|
|
%files help
|
|
%{_mandir}/man5/*.gz
|
|
%{_mandir}/man8/*.gz
|
|
|
|
%changelog
|
|
* Wed May 8 2024 Deyuan Fan <fandeyuan@kylinos.cn> - 6.6.3-3
|
|
- btrfs-progs: subvolume: fix return value when the target exists
|
|
|
|
* Fri Apr 19 2024 cenhuilin <cenhuilin@kylinos.cn> - 6.6.3-2
|
|
- fix exclusive op enqueue timeout
|
|
|
|
* Wed Jan 17 2024 wuguanghao <wuguanghao3@huawei.com> - 6.6.3-1
|
|
- upgrade version to 6.6.3
|
|
|
|
* Thu Oct 26 2023 li weigang - <weigangli99@gmail.com> - 6.5.3-1
|
|
- update to version v6.5.3
|
|
- modify yaml
|
|
|
|
* Thu Feb 9 2023 lihaoxiang <lihaoxiang9@huawei.com> - 6.1.2-1
|
|
- upgrade to 6.1.2
|
|
|
|
* Mon Oct 24 2022 zhanchengbin <zhanchengbin1@huawei.com> - 6.0-1
|
|
- Update to btrfs-progs-6.0
|
|
|
|
* Tue Oct 18 2022 zhanchengbin <zhanchengbin1@huawei.com> - 5.15-2
|
|
- delete license Artistic-1.0-Perl
|
|
|
|
* Tue Nov 16 2021 Wenchao Hao <haowenchao@huawei.com> - 5.15-1
|
|
- Update to btrfs-progs-5.15
|
|
|
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 5.7-4
|
|
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
|
|
|
* Thu Dec 10 2020 yanglongkang<yanglongkang@huawei.com> - 5.7-3
|
|
- fix URL error
|
|
|
|
* Thu Nov 26 2020 lixiaokeng<lixiaokeng@huawei.com> - 5.7-2
|
|
- backport patches from epoch2
|
|
|
|
* Wed Jul 15 2020 Zhiqiang Liu <lzhq28@mail.ustc.edu.cn> - 5.7-1
|
|
- update to v5.7 version
|
|
|
|
* Wed Aug 28 2019 luoshijie <luoshijie1@huawei.com> - 4.17.1-3
|
|
- Type:enhancement
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:openEuler Debranding
|
|
|
|
* Mon Aug 12 2019 luoshijie <luoshijie1@huawei.com> - 4.17.1-2
|
|
- Package init
|
|
|