|
|
71c8ec |
Name: btrfs-progs
|
|
|
dbfe2d |
Version: 5.16.2
|
|
Boris Burkov |
40ef45 |
Release: 1.2%{?dist}
|
|
|
71c8ec |
Summary: Userspace programs for btrfs
|
|
|
71c8ec |
|
|
|
71c8ec |
License: GPLv2
|
|
|
71c8ec |
URL: https://btrfs.wiki.kernel.org/index.php/Main_Page
|
|
|
71c8ec |
Source0: https://www.kernel.org/pub/linux/kernel/people/kdave/%{name}/%{name}-v%{version}.tar.xz
|
|
|
71c8ec |
Source1: https://www.kernel.org/pub/linux/kernel/people/kdave/%{name}/%{name}-v%{version}.tar.sign
|
|
|
71c8ec |
Source2: gpgkey-F2B41200C54EFB30380C1756C565D5F9D76D583B.gpg
|
|
|
71c8ec |
|
|
|
71c8ec |
# Patches backported from upstream (0-400)
|
|
|
71c8ec |
|
|
|
71c8ec |
# Patches proposed upstream (500-900)
|
|
|
71c8ec |
|
|
|
71c8ec |
# Patches not for upstream (1000-1400)
|
|
|
71c8ec |
Patch1001: 1001-balance-mkfs-Disable-raid56-modes.patch
|
|
|
bf37f9 |
%if 0%{?facebook}
|
|
|
bf37f9 |
Patch1101: 1101-Require-clowntown-for-quota-enable.patch
|
|
|
dbfe2d |
Patch1102: 1102-btrfs-progs-receive-support-v2-send-stream-larger-tl.patch
|
|
|
dbfe2d |
Patch1103: 1103-btrfs-progs-receive-dynamically-allocate-sctx-read_b.patch
|
|
|
dbfe2d |
Patch1104: 1104-btrfs-progs-receive-support-v2-send-stream-DATA-tlv-.patch
|
|
|
dbfe2d |
Patch1105: 1105-btrfs-progs-receive-add-send-stream-v2-cmds-and-attr.patch
|
|
|
dbfe2d |
Patch1106: 1106-btrfs-progs-receive-process-encoded_write-commands.patch
|
|
|
dbfe2d |
Patch1107: 1107-btrfs-progs-receive-encoded_write-fallback-to-explic.patch
|
|
|
dbfe2d |
Patch1108: 1108-btrfs-progs-receive-process-fallocate-commands.patch
|
|
|
dbfe2d |
Patch1109: 1109-btrfs-progs-receive-process-setflags-ioctl-commands.patch
|
|
|
dbfe2d |
Patch1110: 1110-btrfs-progs-send-stream-v2-ioctl-flags.patch
|
|
|
dbfe2d |
Patch1111: 1111-btrfs-progs-receive-add-tests-for-basic-encoded_writ.patch
|
|
Boris Burkov |
40ef45 |
Patch1112: 1112-btrfs-progs-receive-add-debug-messages-when-processi.patch
|
|
Boris Burkov |
40ef45 |
Patch1113: 1113-btrfs-progs-receive-add-debug-messages-when-processi.patch
|
|
Boris Burkov |
40ef45 |
Patch1114: 1114-btrfs-progs-receive-fix-silent-data-loss-after-fall-.patch
|
|
|
bf37f9 |
%endif
|
|
|
71c8ec |
|
|
|
71c8ec |
BuildRequires: gnupg2
|
|
|
71c8ec |
BuildRequires: gcc, autoconf, automake, make
|
|
|
71c8ec |
BuildRequires: e2fsprogs-devel
|
|
|
71c8ec |
BuildRequires: libacl-devel, lzo-devel
|
|
|
71c8ec |
BuildRequires: pkgconfig(blkid)
|
|
|
71c8ec |
BuildRequires: pkgconfig(uuid)
|
|
|
71c8ec |
BuildRequires: pkgconfig(zlib)
|
|
|
ae2607 |
BuildRequires: pkgconfig(libudev)
|
|
|
71c8ec |
BuildRequires: pkgconfig(libzstd) >= 1.0.0
|
|
|
71c8ec |
BuildRequires: asciidoc, xmlto
|
|
|
71c8ec |
BuildRequires: systemd
|
|
|
71c8ec |
BuildRequires: python3-devel >= 3.4
|
|
|
71c8ec |
BuildRequires: python3-setuptools
|
|
|
71c8ec |
|
|
|
71c8ec |
%description
|
|
|
71c8ec |
The btrfs-progs package provides all the userspace programs needed to create,
|
|
|
71c8ec |
check, modify and correct any inconsistencies in the btrfs filesystem.
|
|
|
71c8ec |
|
|
|
71c8ec |
%package -n libbtrfs
|
|
|
71c8ec |
Summary: btrfs filesystem-specific runtime libraries
|
|
|
71c8ec |
License: GPLv2
|
|
|
ae2607 |
# Upstream deprecated this library
|
|
|
ae2607 |
Provides: deprecated()
|
|
|
71c8ec |
# This was not properly split out before
|
|
|
71c8ec |
Conflicts: %{name} < 4.20.2
|
|
|
71c8ec |
|
|
|
71c8ec |
%description -n libbtrfs
|
|
|
71c8ec |
libbtrfs contains the main library used by btrfs
|
|
|
71c8ec |
filesystem-specific programs.
|
|
|
71c8ec |
|
|
|
71c8ec |
%package -n libbtrfsutil
|
|
|
71c8ec |
Summary: btrfs filesystem-specific runtime utility libraries
|
|
|
71c8ec |
License: LGPLv2+
|
|
|
71c8ec |
# This was not properly split out before
|
|
|
71c8ec |
Conflicts: %{name}-devel < 4.20.2
|
|
|
71c8ec |
|
|
|
71c8ec |
%description -n libbtrfsutil
|
|
|
71c8ec |
libbtrfsutil contains an alternative utility library used by btrfs
|
|
|
71c8ec |
filesystem-specific programs.
|
|
|
71c8ec |
|
|
|
71c8ec |
%package devel
|
|
|
71c8ec |
Summary: btrfs filesystem-specific libraries and headers
|
|
|
71c8ec |
# libbtrfsutil is LGPLv2+
|
|
|
71c8ec |
License: GPLv2 and LGPLv2+
|
|
|
71c8ec |
Requires: %{name} = %{version}-%{release}
|
|
|
71c8ec |
Requires: libbtrfs%{?_isa} = %{version}-%{release}
|
|
|
71c8ec |
Requires: libbtrfsutil%{?_isa} = %{version}-%{release}
|
|
|
71c8ec |
|
|
|
71c8ec |
%description devel
|
|
|
71c8ec |
btrfs-progs-devel contains the libraries and header files needed to
|
|
|
71c8ec |
develop btrfs filesystem-specific programs.
|
|
|
71c8ec |
|
|
|
71c8ec |
It includes development files for two libraries:
|
|
|
71c8ec |
- libbtrfs (GPLv2)
|
|
|
71c8ec |
- libbtrfsutil (LGPLv2+)
|
|
|
71c8ec |
|
|
|
71c8ec |
You should install btrfs-progs-devel if you want to develop
|
|
|
71c8ec |
btrfs filesystem-specific programs.
|
|
|
71c8ec |
|
|
|
71c8ec |
%package -n python3-btrfsutil
|
|
|
71c8ec |
Summary: Python 3 bindings for libbtrfsutil
|
|
|
71c8ec |
License: LGPLv2+
|
|
|
71c8ec |
Requires: libbtrfsutil%{?_isa} = %{version}-%{release}
|
|
|
71c8ec |
%{?python_provide:%python_provide python3-btrfsutil}
|
|
|
71c8ec |
|
|
|
71c8ec |
%description -n python3-btrfsutil
|
|
|
71c8ec |
python3-btrfsutil contains Python 3 bindings to the libbtrfsutil library,
|
|
|
71c8ec |
which can be used for btrfs filesystem-specific programs in Python.
|
|
|
71c8ec |
|
|
|
71c8ec |
You should install python3-btrfsutil if you want to use or develop
|
|
|
71c8ec |
btrfs filesystem-specific programs in Python.
|
|
|
71c8ec |
|
|
|
71c8ec |
%prep
|
|
|
71c8ec |
xzcat '%{SOURCE0}' | %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data=-
|
|
|
71c8ec |
%autosetup -n %{name}-v%{version} -p1
|
|
|
71c8ec |
|
|
|
71c8ec |
%build
|
|
|
71c8ec |
./autogen.sh
|
|
|
71c8ec |
%configure CFLAGS="%{optflags} -fno-strict-aliasing" --disable-python --disable-zoned
|
|
|
71c8ec |
%make_build
|
|
|
71c8ec |
|
|
|
71c8ec |
pushd libbtrfsutil/python
|
|
|
71c8ec |
%py3_build
|
|
|
71c8ec |
popd
|
|
|
71c8ec |
|
|
|
71c8ec |
%install
|
|
|
71c8ec |
%make_install mandir=%{_mandir} bindir=%{_sbindir} libdir=%{_libdir} incdir=%{_includedir}
|
|
|
71c8ec |
install -Dpm0644 btrfs-completion %{buildroot}%{_datadir}/bash-completion/completions/btrfs
|
|
|
71c8ec |
# Nuke the static lib
|
|
|
71c8ec |
rm -v %{buildroot}%{_libdir}/*.a
|
|
|
71c8ec |
|
|
|
71c8ec |
pushd libbtrfsutil/python
|
|
|
71c8ec |
%py3_install
|
|
|
71c8ec |
popd
|
|
|
71c8ec |
|
|
|
71c8ec |
%files
|
|
|
71c8ec |
%license COPYING
|
|
|
71c8ec |
%{_sbindir}/btrfsck
|
|
|
71c8ec |
%{_sbindir}/fsck.btrfs
|
|
|
71c8ec |
%{_sbindir}/mkfs.btrfs
|
|
|
71c8ec |
%{_sbindir}/btrfs-image
|
|
|
71c8ec |
%{_sbindir}/btrfs-convert
|
|
|
71c8ec |
%{_sbindir}/btrfs-select-super
|
|
|
71c8ec |
%{_sbindir}/btrfstune
|
|
|
71c8ec |
%{_sbindir}/btrfs
|
|
|
71c8ec |
%{_sbindir}/btrfs-map-logical
|
|
|
71c8ec |
%{_sbindir}/btrfs-find-root
|
|
|
71c8ec |
%{_mandir}/man5/*
|
|
|
71c8ec |
%{_mandir}/man8/*
|
|
|
71c8ec |
%{_udevrulesdir}/64-btrfs-dm.rules
|
|
|
dbfe2d |
%{_udevrulesdir}/64-btrfs-zoned.rules
|
|
|
71c8ec |
%{_datadir}/bash-completion/completions/btrfs
|
|
|
71c8ec |
|
|
|
71c8ec |
%files -n libbtrfs
|
|
|
71c8ec |
%license COPYING
|
|
|
71c8ec |
%{_libdir}/libbtrfs.so.0*
|
|
|
71c8ec |
|
|
|
71c8ec |
%files -n libbtrfsutil
|
|
|
71c8ec |
%license libbtrfsutil/COPYING
|
|
|
71c8ec |
%{_libdir}/libbtrfsutil.so.1*
|
|
|
71c8ec |
|
|
|
71c8ec |
%files devel
|
|
|
71c8ec |
%{_includedir}/*
|
|
|
71c8ec |
%{_libdir}/libbtrfs.so
|
|
|
71c8ec |
%{_libdir}/libbtrfsutil.so
|
|
|
71c8ec |
%{_libdir}/pkgconfig/libbtrfsutil.pc
|
|
|
71c8ec |
|
|
|
71c8ec |
%files -n python3-btrfsutil
|
|
|
71c8ec |
%license libbtrfsutil/COPYING
|
|
|
71c8ec |
%{python3_sitearch}/btrfsutil.*.so
|
|
|
71c8ec |
%{python3_sitearch}/btrfsutil-*.egg-info/
|
|
|
71c8ec |
|
|
|
71c8ec |
%changelog
|
|
Boris Burkov |
40ef45 |
* Fri Nov 18 2022 Boris Burkov <boris@bur.io> - 5.16.2-1.2
|
|
Boris Burkov |
40ef45 |
- Backport compressed receive backport corruption fix
|
|
Boris Burkov |
40ef45 |
|
|
|
dbfe2d |
* Mon Apr 04 2022 Omar Sandoval <osandov@osandov.com> - 5.16.2-1.1
|
|
|
dbfe2d |
- Adapt for CentOS Hyperscale
|
|
|
dbfe2d |
- Add compressed send/receive patches to Facebook build
|
|
|
dbfe2d |
|
|
|
dbfe2d |
* Wed Feb 16 2022 Neal Gompa <ngompa@fedoraproject.org> - 5.16.2-1
|
|
|
dbfe2d |
- Update to 5.16.2
|
|
|
dbfe2d |
|
|
|
dbfe2d |
* Sat Feb 05 2022 Igor Raits <igor.raits@gmail.com> - 5.16.1-1
|
|
|
dbfe2d |
- Update to 5.16.1
|
|
|
dbfe2d |
|
|
|
dbfe2d |
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.16-2
|
|
|
dbfe2d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
dbfe2d |
|
|
|
dbfe2d |
* Mon Jan 17 2022 Neal Gompa <ngompa@fedoraproject.org> - 5.16-1
|
|
|
dbfe2d |
- Update to 5.16
|
|
|
dbfe2d |
|
|
|
ae2607 |
* Sat Jan 15 2022 Neal Gompa <ngompa@centosproject.org> - 5.14.2-1.1
|
|
|
ae2607 |
- Adapt for CentOS Hyperscale
|
|
|
ae2607 |
- Refresh patch for disabling raid56 mode
|
|
|
ae2607 |
|
|
|
dbfe2d |
* Mon Nov 22 2021 Neal Gompa <ngompa@fedoraproject.org> - 5.15.1-1
|
|
|
dbfe2d |
- Update to 5.15.1
|
|
|
dbfe2d |
|
|
|
dbfe2d |
* Fri Nov 05 2021 Neal Gompa <ngompa@fedoraproject.org> - 5.15-1
|
|
|
dbfe2d |
- Update to 5.15
|
|
|
dbfe2d |
|
|
|
dbfe2d |
* Sat Oct 30 2021 Neal Gompa <ngompa@fedoraproject.org> - 5.14.91-1
|
|
|
dbfe2d |
- Update to 5.14.91 (5.15~rc1)
|
|
|
dbfe2d |
|
|
|
ae2607 |
* Sat Oct 09 2021 Neal Gompa <ngompa@fedoraproject.org> - 5.14.2-1
|
|
|
ae2607 |
- Update to 5.14.2
|
|
|
ae2607 |
|
|
|
ae2607 |
* Mon Sep 20 2021 Neal Gompa <ngompa@fedoraproject.org> - 5.14.1-1
|
|
|
ae2607 |
- Update to 5.14.1
|
|
|
ae2607 |
|
|
|
ae2607 |
* Fri Sep 10 2021 Neal Gompa <ngompa@fedoraproject.org> - 5.14-2
|
|
|
ae2607 |
- Mark libbtrfs as deprecated, per upstream release notes
|
|
|
ae2607 |
|
|
|
ae2607 |
* Fri Sep 10 2021 Neal Gompa <ngompa@fedoraproject.org> - 5.14-1
|
|
|
ae2607 |
- Update to 5.14
|
|
|
ae2607 |
|
|
|
23e2ef |
* Wed Sep 01 2021 Neal Gompa <ngompa@centosproject.org> - 5.13.1-2
|
|
|
23e2ef |
- Refresh patch for disabling raid56 mode with fixes from Omar Sandoval
|
|
|
23e2ef |
|
|
|
a2e506 |
* Tue Aug 10 2021 Omar Sandoval <osandov@osandov.com> - 5.13.1-1
|
|
|
a2e506 |
- Update to 5.13.1 for CentOS Hyperscale
|
|
|
bf37f9 |
- Add Facebook-only patch to require extra flag for quota enable
|
|
|
a2e506 |
|
|
|
a2e506 |
* Fri Jul 30 2021 Neal Gompa <ngompa@fedoraproject.org> - 5.13.1-1
|
|
|
a2e506 |
- Update to 5.13.1
|
|
|
a2e506 |
|
|
|
a2e506 |
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.13-2
|
|
|
a2e506 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
a2e506 |
|
|
|
a2e506 |
* Tue Jul 13 2021 Neal Gompa <ngompa@fedoraproject.org> - 5.13-1
|
|
|
a2e506 |
- Update to 5.13
|
|
|
a2e506 |
|
|
|
a2e506 |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 5.12.1-2
|
|
|
a2e506 |
- Rebuilt for Python 3.10
|
|
|
a2e506 |
|
|
|
71c8ec |
* Mon May 17 2021 Neal Gompa <ngompa@centosproject.org> - 5.12.1-2
|
|
|
71c8ec |
- Adapt for CentOS Hyperscale
|
|
|
71c8ec |
- Add downstream patch to disable raid56 modes
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu May 13 2021 Neal Gompa <ngompa13@gmail.com> - 5.12.1-1
|
|
|
71c8ec |
- Update to 5.12.1
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon May 10 2021 Neal Gompa <ngompa13@gmail.com> - 5.12-1
|
|
|
71c8ec |
- Update to 5.12
|
|
|
71c8ec |
|
|
|
71c8ec |
* Sun Mar 28 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 5.11.1-1
|
|
|
71c8ec |
- Update to 5.11.1
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Mar 05 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 5.11-1
|
|
|
71c8ec |
- Update to 5.11
|
|
|
71c8ec |
|
|
|
71c8ec |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.10-2
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Tue Jan 19 2021 Neal Gompa <ngompa13@gmail.com> - 5.10-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Jan 15 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 5.10~rc1-1
|
|
|
71c8ec |
- Update to 5.10-rc1
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Oct 23 2020 Neal Gompa <ngompa13@gmail.com> - 5.9-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
- Build Python bindings
|
|
|
71c8ec |
- Drop patches incorporated into this release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.7-5
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Jul 24 2020 Neal Gompa <ngompa13@gmail.com> - 5.7-4
|
|
|
71c8ec |
- Backport fix for converting 64-bit ext4 filesystems (#1851674)
|
|
|
71c8ec |
|
|
|
71c8ec |
* Tue Jul 21 2020 Neal Gompa <ngompa13@gmail.com> - 5.7-3
|
|
|
71c8ec |
- Backport fix to not use raid0 by default for mkfs multi-disk (#1855174)
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Jul 08 2020 Carl George <carl@george.computer> - 5.7-2
|
|
|
71c8ec |
- Include bash completion
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu Jul 02 2020 Neal Gompa <ngompa13@gmail.com> - 5.7-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Tue Jun 30 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 5.7~rc1-1
|
|
|
71c8ec |
- Update to 5.7-rc1
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Jun 15 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 5.6.1-2
|
|
|
71c8ec |
- Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Jun 08 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 5.6.1-1
|
|
|
71c8ec |
- Update to 5.6.1
|
|
|
71c8ec |
|
|
|
71c8ec |
* Sun Apr 05 2020 Neal Gompa <ngompa13@gmail.com> - 5.6-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.4-2
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Dec 06 2019 Neal Gompa <ngompa13@gmail.com> - 5.4-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Sat Aug 24 2019 Neal Gompa <ngompa13@gmail.com> - 5.2.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.1-2
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu May 30 2019 Neal Gompa <ngompa13@gmail.com> - 5.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Sun Mar 10 2019 Neal Gompa <ngompa13@gmail.com> - 4.20.2-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
- Properly split out libraries into libs subpackages
|
|
|
71c8ec |
- Slightly modernize the spec
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.19.1-2
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Dec 05 2018 Eric Sandeen <sandeen@redhat.com> 4.19.-1
|
|
|
71c8ec |
- New usptream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Aug 06 2018 Eric Sandeen <sandeen@redhat.com> 4.17.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Jul 23 2018 Eric Sandeen <sandeen@redhat.com> 4.17-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
- Removes deprecated btrfs-debug-tree, btrfs-zero-log
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.16-4
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 4.16-3
|
|
|
71c8ec |
- Rebuilt for Python 3.7
|
|
|
71c8ec |
|
|
|
71c8ec |
* Sun Apr 08 2018 Eric Sandeen <sandeen@redhat.com> 4.16-2
|
|
|
71c8ec |
- Fix up header install paths in devel package (#1564881)
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Apr 06 2018 Eric Sandeen <sandeen@redhat.com> 4.16-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Feb 26 2018 Eric Sandeen <sandeen@redhat.com> 4.15.1-2
|
|
|
71c8ec |
- BuildRequires: gcc
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Feb 16 2018 Eric Sandeen <sandeen@redhat.com> 4.15.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.14.1-2
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Jan 05 2018 Eric Sandeen <sandeen@redhat.com> 4.14.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Tue Oct 17 2017 Eric Sandeen <sandeen@redhat.com> 4.13.3-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Oct 06 2017 Eric Sandeen <sandeen@redhat.com> 4.13.2-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Tue Sep 26 2017 Eric Sandeen <sandeen@redhat.com> 4.13.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Sep 08 2017 Eric Sandeen <sandeen@redhat.com> 4.13-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Aug 28 2017 Eric Sandeen <sandeen@redhat.com> 4.12.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Jul 31 2017 Eric Sandeen <sandeen@redhat.com> 4.12-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Jul 31 2017 Igor Gnatenko <ignatenko@redhat.com> - 4.11.1-3
|
|
|
71c8ec |
- Add missing BuildRequires: systemd
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.11.1-2
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Jul 03 2017 Eric Sandeen <sandeen@redhat.com> 4.11.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu May 18 2017 Eric Sandeen <sandeen@redhat.com> 4.11-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed May 03 2017 Eric Sandeen <sandeen@redhat.com> 4.10.2-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Mar 17 2017 Eric Sandeen <sandeen@redhat.com> 4.10.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Mar 8 2017 Eric Sandeen <sandeen@redhat.com> 4.10-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.1-2
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Jan 27 2017 Eric Sandeen <sandeen@redhat.com> 4.9.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Jan 25 2017 Eric Sandeen <sandeen@redhat.com> 4.9-2
|
|
|
71c8ec |
- Remove unapplied patches
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Dec 23 2016 Eric Sandeen <sandeen@redhat.com> 4.9-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Nov 30 2016 Eric Sandeen <sandeen@redhat.com> 4.8.5-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Nov 25 2016 Eric Sandeen <sandeen@redhat.com> 4.8.4-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
- btrfs-show-super removed (deprecated upstream)
|
|
|
71c8ec |
|
|
|
71c8ec |
* Sat Nov 12 2016 Eric Sandeen <sandeen@redhat.com> 4.8.3-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Oct 28 2016 Eric Sandeen <sandeen@redhat.com> 4.8.2-2
|
|
|
71c8ec |
- Remove ioctl patch, different fix upstream
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu Oct 13 2016 Eric Sandeen <sandeen@redhat.com> 4.8.1-2
|
|
|
71c8ec |
- Fix build of apps including ioctl.h (bz#1384413)
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Oct 12 2016 Eric Sandeen <sandeen@redhat.com> 4.8.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Oct 12 2016 Eric Sandeen <sandeen@redhat.com> 4.8-1
|
|
|
71c8ec |
- New upstream release (FTBFS on 32-bit)
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Sep 21 2016 Eric Sandeen <sandeen@redhat.com> 4.7.3-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Sep 05 2016 Eric Sandeen <sandeen@redhat.com> 4.7.2-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Sat Aug 27 2016 Eric Sandeen <sandeen@redhat.com> 4.7.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Aug 01 2016 Eric Sandeen <sandeen@redhat.com> 4.7-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Jun 24 2016 Eric Sandeen <sandeen@redhat.com> 4.6.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Jun 15 2016 Eric Sandeen <sandeen@redhat.com> 4.6-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri May 13 2016 Eric Sandeen <sandeen@redhat.com> 4.5.3-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon May 02 2016 Eric Sandeen <sandeen@redhat.com> 4.5.2-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu Mar 31 2016 Eric Sandeen <sandeen@redhat.com> 4.5.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Mar 30 2016 Eric Sandeen <sandeen@redhat.com> 4.5-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Feb 26 2016 Eric Sandeen <sandeen@redhat.com> 4.4.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-2
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Jan 25 2016 Eric Sandeen <sandeen@redhat.com> 4.4-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Nov 18 2015 Eric Sandeen <sandeen@redhat.com> 4.3.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu Oct 08 2015 Eric Sandeen <sandeen@redhat.com> 4.2.2-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Tue Sep 22 2015 Eric Sandeen <sandeen@redhat.com> 4.2.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu Sep 03 2015 Eric Sandeen <sandeen@redhat.com> 4.2-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu Aug 06 2015 Eric Sandeen <sandeen@redhat.com> 4.1.2-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
- Fix to reject unknown mkfs options (#1246468)
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Jun 22 2015 Eric Sandeen <sandeen@redhat.com> 4.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.1-2
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed May 20 2015 Eric Sandeen <sandeen@redhat.com> 4.0.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Apr 29 2015 Eric Sandeen <sandeen@redhat.com> 4.0-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu Mar 26 2015 Eric Sandeen <sandeen@redhat.com> 3.19.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Mar 11 2015 Eric Sandeen <sandeen@redhat.com> 3.19-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Tue Jan 27 2015 Eric Sandeen <sandeen@redhat.com> 3.18.2-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Jan 12 2015 Eric Sandeen <sandeen@redhat.com> 3.18.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Jan 02 2015 Eric Sandeen <sandeen@redhat.com> 3.18-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Dec 05 2014 Eric Sandeen <sandeen@redhat.com> 3.17.3-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Nov 21 2014 Eric Sandeen <sandeen@redhat.com> 3.17.2-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Oct 20 2014 Eric Sandeen <sandeen@redhat.com> 3.17-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Oct 03 2014 Eric Sandeen <sandeen@redhat.com> 3.16.2-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
- Update upstream source location
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Aug 27 2014 Eric Sandeen <sandeen@redhat.com> 3.16-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14.2-4
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Jun 16 2014 Eric Sandeen <sandeen@redhat.com> 3.14.2-3
|
|
|
71c8ec |
- Support specification of UUID at mkfs time (#1094857)
|
|
|
71c8ec |
|
|
|
71c8ec |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14.2-2
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri May 30 2014 Eric Sandeen <sandeen@redhat.com> 3.14.2-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Tue Apr 22 2014 Eric Sandeen <sandeen@redhat.com> 3.14.1-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Apr 16 2014 Eric Sandeen <sandeen@redhat.com> 3.14-1
|
|
|
71c8ec |
- New upstream release
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Jan 20 2014 Eric Sandeen <sandeen@redhat.com> 3.12-2
|
|
|
71c8ec |
- Add proper Source0 URL, switch to .xz
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Nov 25 2013 Eric Sandeen <sandeen@redhat.com> 3.12-1
|
|
|
71c8ec |
- It's a new upstream release!
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu Nov 14 2013 Eric Sandeen <sandeen@redhat.com> 0.20.rc1.20131114git9f0c53f-1
|
|
|
71c8ec |
- New upstream snapshot
|
|
|
71c8ec |
|
|
|
71c8ec |
* Tue Sep 17 2013 Eric Sandeen <sandeen@redhat.com> 0.20.rc1.20130917git194aa4a-1
|
|
|
71c8ec |
- New upstream snapshot
|
|
|
71c8ec |
- Deprecated btrfsctl, btrfs-show, and btrfs-vol; still available in btrfs cmd
|
|
|
71c8ec |
|
|
|
71c8ec |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.rc1.20130501git7854c8b-4
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon May 13 2013 Richard W.M. Jones <rjones@redhat.com> 0.20.rc1.20130501git7854c8b-3
|
|
|
71c8ec |
- Add accepted upstream patch to fix SONAME libbtrfs.so -> libbtrfs.so.0
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu May 02 2013 Eric Sandeen <sandeen@redhat.com> 0.20.rc1.20130501git7854c8b-2
|
|
|
71c8ec |
- Fix subpackage brokenness
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed May 01 2013 Eric Sandeen <sandeen@redhat.com> 0.20.rc1.20130501git7854c8b-1
|
|
|
71c8ec |
- New upstream snapshot
|
|
|
71c8ec |
- btrfs-progs-devel subpackage
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Mar 08 2013 Eric Sandeen <sandeen@redhat.com> 0.20.rc1.20130308git704a08c-1
|
|
|
71c8ec |
- New upstream snapshot
|
|
|
71c8ec |
- btrfs-restore is now a command in the btrfs utility
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Feb 13 2013 Richard W.M. Jones <rjones@redhat.com> 0.20.rc1.20121017git91d9eec-3
|
|
|
71c8ec |
- Include upstream patch to clear caches as a partial fix for RHBZ#863978.
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu Nov 1 2012 Josef Bacik <josef@toxicpanda.com> 0.20.rc1.20121017git91d9eec-2
|
|
|
71c8ec |
- fix a bug when mkfs'ing a file (rhbz# 871778)
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Oct 17 2012 Josef Bacik <josef@toxicpanda.com> 0.20.rc1.20121017git91d9eec-1
|
|
|
71c8ec |
- update to latest btrfs-progs
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Oct 10 2012 Richard W.M. Jones <rjones@redhat.com> 0.19.20120817git043a639-2
|
|
|
71c8ec |
- Add upstream patch to correct uninitialized fsid variable
|
|
|
71c8ec |
(possible fix for RHBZ#863978).
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Aug 17 2012 Josef Bacik <josef@toxicpanda.com> 0.19.20120817git043a639-1
|
|
|
71c8ec |
- update to latest btrfs-progs
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-20
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Apr 25 2012 Josef Bacik <josef@toxicpanda.com> 0.19-19
|
|
|
71c8ec |
- make btrfs filesystem show <uuid> actually work (rhbz# 816293)
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Apr 11 2012 Josef Bacik <josef@toxicpanda.com> 0.19-18
|
|
|
71c8ec |
- updated to latest btrfs-progs
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-17
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Aug 05 2011 Josef Bacik <josef@toxicpanda.com> 0.19-16
|
|
|
71c8ec |
- fix build-everything patch to actually build everything
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Aug 05 2011 Josef Bacik <josef@toxicpanda.com> 0.19-15
|
|
|
71c8ec |
- actually build btrfs-zero-log
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu Aug 04 2011 Josef Bacik <josef@toxicpanda.com> 0.19-14
|
|
|
71c8ec |
- bring btrfs-progs uptodate with upstream
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-13
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Aug 20 2010 Adam Tkac <atkac redhat com> 0.19-12
|
|
|
71c8ec |
- rebuild to ensure F14 has bigger NVR than F13
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Mar 24 2010 Josef Bacik <josef@toxicpanda.com> 0.19-11
|
|
|
71c8ec |
- bring btrfs-progs uptodate with upstream, add btrfs command and other
|
|
|
71c8ec |
features.
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu Mar 11 2010 Josef Bacik <josef@toxicpanda.com> 0.19-10
|
|
|
71c8ec |
- fix dso linking issue and bring btrfs-progs uptodate with upstream
|
|
|
71c8ec |
|
|
|
71c8ec |
* Tue Feb 2 2010 Josef Bacik <josef@toxicpanda.com> 0.19-9
|
|
|
71c8ec |
- fix btrfsck so it builds on newer glibcs
|
|
|
71c8ec |
|
|
|
71c8ec |
* Tue Feb 2 2010 Josef Bacik <josef@toxicpanda.com> 0.19-8
|
|
|
71c8ec |
- fix btrfsctl to return 0 on success and 1 on failure
|
|
|
71c8ec |
|
|
|
71c8ec |
* Tue Aug 25 2009 Josef Bacik <josef@toxicpanda.com> 0.19-7
|
|
|
71c8ec |
- add btrfs-progs-valgrind.patch to fix memory leaks and segfaults
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-6
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Jul 15 2009 Josef Bacik <josef@toxicpanda.com> 0.19-5
|
|
|
71c8ec |
- add e2fsprogs-devel back to BuildRequires since its needed for the converter
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Jul 15 2009 Josef Bacik <josef@toxicpanda.com> 0.19-4
|
|
|
71c8ec |
- change BuildRequires for e2fsprogs-devel to libuuid-devel
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Jun 19 2009 Josef Bacik <josef@toxicpanda.com> 0.19-3
|
|
|
71c8ec |
- added man pages to the files list and made sure they were installed properly
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Jun 19 2009 Josef Bacik <josef@toxicpanda.com> 0.19-2
|
|
|
71c8ec |
- add a patch for the Makefile to make it build everything again
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Jun 19 2009 Josef Bacik <josef@toxicpanda.com> 0.19-1
|
|
|
71c8ec |
- update to v0.19 of btrfs-progs for new format
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-4
|
|
|
71c8ec |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu Jan 22 2009 Josef Bacik <josef@toxicpanda.com> 0.18-3
|
|
|
71c8ec |
- updated label patch
|
|
|
71c8ec |
|
|
|
71c8ec |
* Thu Jan 22 2009 Josef Bacik <josef@toxicpanda.com> 0.18-2
|
|
|
71c8ec |
- add a patch to handle having /'s in labels
|
|
|
71c8ec |
|
|
|
71c8ec |
* Sat Jan 17 2009 Josef Bacik <josef@toxicpanda.com> 0.18-1
|
|
|
71c8ec |
- updated to 0.18 because of the ioctl change in 2.6.29-rc2
|
|
|
71c8ec |
|
|
|
71c8ec |
* Fri Jan 16 2009 Marek Mahut <mmahut@fedoraproject.org> 0.17-4
|
|
|
71c8ec |
- RHBZ#480219 btrfs-convert is missing
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Jan 12 2009 Josef Bacik <josef@toxicpanda.com> 0.17-2
|
|
|
71c8ec |
- fixed wrong sources upload
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Jan 12 2009 Josef Bacik <josef@toxicpanda.com> 0.17
|
|
|
71c8ec |
- Upstream release 0.17
|
|
|
71c8ec |
|
|
|
71c8ec |
* Sat Jan 10 2009 Kyle McMartin <kyle@redhat.com> 0.16.git1-1
|
|
|
71c8ec |
- Upstream git sync from -g72359e8 (needed for kernel...)
|
|
|
71c8ec |
|
|
|
71c8ec |
* Sat Jan 10 2009 Marek Mahut <mmahut@fedoraproject.org> 0.16-1
|
|
|
71c8ec |
- Upstream release 0.16
|
|
|
71c8ec |
|
|
|
71c8ec |
* Wed Jun 25 2008 Josef Bacik <josef@toxicpanda.com> 0.15-4
|
|
|
71c8ec |
-use fedoras normal CFLAGS
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Jun 23 2008 Josef Bacik <josef@toxicpanda.com> 0.15-3
|
|
|
71c8ec |
-Actually defined _root_sbindir
|
|
|
71c8ec |
-Fixed the make install line so it would install to the proper dir
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Jun 23 2008 Josef Bacik <josef@toxicpanda.com> 0.15-2
|
|
|
71c8ec |
-Removed a . at the end of the description
|
|
|
71c8ec |
-Fixed the copyright to be GPLv2 since GPL doesn't work anymore
|
|
|
71c8ec |
|
|
|
71c8ec |
* Mon Jun 23 2008 Josef Bacik <josef@toxicpanda.com> 0.15-1
|
|
|
71c8ec |
-Initial build
|