Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
16e6df29d6 |
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/stratisd-2.4.2-vendor.tar.gz
|
||||
SOURCES/stratisd-2.4.2.tar.gz
|
||||
stratisd-3.6.7-vendor.tar.gz
|
||||
stratisd-3.6.7.tar.gz
|
||||
|
@ -1,2 +0,0 @@
|
||||
17524b817bc6fc65239fb11783cffe73d5796ca7 SOURCES/stratisd-2.4.2-vendor.tar.gz
|
||||
be4920dd54a84a7f2656e62c743740b90692b68c SOURCES/stratisd-2.4.2.tar.gz
|
@ -1,232 +0,0 @@
|
||||
%bcond_without check
|
||||
|
||||
# A daemon that manages a pool of block devices to create flexible filesystems
|
||||
%global __cargo_is_lib() false
|
||||
%global udevdir %(pkg-config --variable=udevdir udev)
|
||||
%global dracutdir %(pkg-config --variable=dracutdir dracut)
|
||||
|
||||
Name: stratisd
|
||||
Version: 2.4.2
|
||||
Release: 2%{?dist}
|
||||
Summary: Daemon that manages block devices to create filesystems
|
||||
|
||||
License: MPLv2.0
|
||||
URL: https://github.com/stratis-storage/stratisd
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: %{url}/releases/download/v%{version}/%{name}-%{version}-vendor.tar.gz
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
ExcludeArch: i686
|
||||
BuildRequires: rust-toolset
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: dbus-devel
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: cryptsetup-devel
|
||||
BuildRequires: clang
|
||||
BuildRequires: dracut
|
||||
BuildRequires: %{_bindir}/a2x
|
||||
|
||||
Requires: xfsprogs
|
||||
Requires: device-mapper-persistent-data
|
||||
Requires: systemd-libs
|
||||
Requires: dbus-libs
|
||||
Requires: cryptsetup >= 2.3.0
|
||||
|
||||
Recommends: clevis-luks >= 15
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%package dracut
|
||||
|
||||
|
||||
Summary: Dracut modules for use with stratisd
|
||||
|
||||
ExclusiveArch: ${rust_arches}
|
||||
|
||||
Requires: stratisd
|
||||
Requires: dracut >= 049-136
|
||||
Requires: plymouth
|
||||
|
||||
%description dracut
|
||||
|
||||
This package contains dracut modules to be used with stratisd
|
||||
to enable using Stratis filesystems as the root filesystem for
|
||||
a Linux install.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
# Source1 is vendored dependencies
|
||||
%cargo_prep -V 1
|
||||
|
||||
%build
|
||||
%cargo_build --bin=stratisd
|
||||
%cargo_build --bin=stratis-min --bin=stratisd-min --bin=stratis-utils --no-default-features --features min,systemd_compat
|
||||
a2x -f manpage docs/stratisd.txt
|
||||
|
||||
%install
|
||||
%{__install} -Dpm0644 -t %{buildroot}%{_datadir}/dbus-1/system.d stratisd.conf
|
||||
# Daemon should be really private
|
||||
mkdir -p %{buildroot}/developer_tools
|
||||
%{__install} -Dpm0755 -t %{buildroot}%{_libexecdir} target/release/stratisd
|
||||
%{__install} -Dpm0644 -t %{buildroot}%{_mandir}/man8 docs/stratisd.8
|
||||
%{__install} -Dpm0644 -t %{buildroot}%{_udevrulesdir} udev/61-stratisd.rules
|
||||
%{__install} -Dpm0644 -t %{buildroot}%{_unitdir} systemd/stratisd.service
|
||||
%{__install} -Dpm0644 -t %{buildroot}%{dracutdir}/dracut.conf.d dracut/90-stratis.conf
|
||||
mkdir -p %{buildroot}%{dracutdir}/modules.d/90stratis
|
||||
%{__install} -Dpm0755 -t %{buildroot}%{dracutdir}/modules.d/90stratis dracut/90stratis/module-setup.sh
|
||||
%{__install} -Dpm0755 -t %{buildroot}%{dracutdir}/modules.d/90stratis dracut/90stratis/stratis-rootfs-setup
|
||||
%{__install} -Dpm0644 -t %{buildroot}%{dracutdir}/modules.d/90stratis dracut/90stratis/stratisd-min.service
|
||||
%{__install} -Dpm0644 -t %{buildroot}%{dracutdir}/modules.d/90stratis dracut/90stratis/61-stratisd.rules
|
||||
mkdir -p %{buildroot}%{dracutdir}/modules.d/90stratis-clevis
|
||||
%{__install} -Dpm0755 -t %{buildroot}%{dracutdir}/modules.d/90stratis-clevis dracut/90stratis-clevis/module-setup.sh
|
||||
%{__install} -Dpm0755 -t %{buildroot}%{dracutdir}/modules.d/90stratis-clevis dracut/90stratis-clevis/stratis-clevis-rootfs-setup
|
||||
%{__install} -Dpm0644 -t %{buildroot}%{_unitdir} systemd/stratisd-min-postinitrd.service
|
||||
%{__install} -Dpm0644 -t %{buildroot}%{_unitdir} systemd/stratis-fstab-setup\@.service
|
||||
|
||||
mkdir -p %{buildroot}%{udevdir}
|
||||
cp target/release/stratis-utils target/release/stratis-str-cmp
|
||||
%{__install} -Dpm0755 -t %{buildroot}%{udevdir} target/release/stratis-str-cmp
|
||||
ln %{buildroot}%{udevdir}/stratis-str-cmp %{buildroot}%{udevdir}/stratis-base32-decode
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
ln %{buildroot}%{udevdir}/stratis-str-cmp %{buildroot}%{_bindir}/stratis-predict-usage
|
||||
mkdir -p %{buildroot}%{_systemdgeneratordir}
|
||||
ln %{buildroot}%{udevdir}/stratis-str-cmp %{buildroot}%{_systemdgeneratordir}/stratis-clevis-setup-generator
|
||||
ln %{buildroot}%{udevdir}/stratis-str-cmp %{buildroot}%{_systemdgeneratordir}/stratis-setup-generator
|
||||
%{__install} -Dpm0755 -t %{buildroot}%{_bindir} target/release/stratis-min
|
||||
%{__install} -Dpm0755 -t %{buildroot}%{_libexecdir} target/release/stratisd-min
|
||||
%{__install} -Dpm0755 -t %{buildroot}%{_usr}/lib/systemd systemd/stratis-fstab-setup
|
||||
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
%cargo_test -- --skip real_ --skip loop_ --skip travis_
|
||||
%endif
|
||||
|
||||
%post
|
||||
%systemd_post stratisd.service
|
||||
|
||||
%preun
|
||||
%systemd_preun stratisd.service
|
||||
|
||||
%postun
|
||||
%systemd_postun_with_restart stratisd.service
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_libexecdir}/stratisd
|
||||
%dir %{_datadir}/dbus-1
|
||||
%{_datadir}/dbus-1/system.d/stratisd.conf
|
||||
%{_mandir}/man8/stratisd.8*
|
||||
%{_unitdir}/stratisd.service
|
||||
%config %{_udevrulesdir}/61-stratisd.rules
|
||||
%{udevdir}/stratis-str-cmp
|
||||
%{udevdir}/stratis-base32-decode
|
||||
%{_bindir}/stratis-predict-usage
|
||||
%{_unitdir}/stratisd-min-postinitrd.service
|
||||
%{_unitdir}/stratis-fstab-setup@.service
|
||||
%{_bindir}/stratis-min
|
||||
%{_libexecdir}/stratisd-min
|
||||
%{_usr}/lib/systemd/stratis-fstab-setup
|
||||
|
||||
%files dracut
|
||||
%license LICENSE
|
||||
%{dracutdir}/dracut.conf.d/90-stratis.conf
|
||||
%{dracutdir}/modules.d/90stratis-clevis/module-setup.sh
|
||||
%{dracutdir}/modules.d/90stratis-clevis/stratis-clevis-rootfs-setup
|
||||
%{dracutdir}/modules.d/90stratis/61-stratisd.rules
|
||||
%{dracutdir}/modules.d/90stratis/module-setup.sh
|
||||
%{dracutdir}/modules.d/90stratis/stratis-rootfs-setup
|
||||
%{dracutdir}/modules.d/90stratis/stratisd-min.service
|
||||
%{_systemdgeneratordir}/stratis-clevis-setup-generator
|
||||
%{_systemdgeneratordir}/stratis-setup-generator
|
||||
|
||||
%changelog
|
||||
* Fri Aug 20 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.2-2
|
||||
- Add stratisd to requires for stratisd-dracut
|
||||
- Resolves: rhbz#1995916
|
||||
|
||||
* Wed Jun 02 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.2-1
|
||||
- Update to 2.4.2
|
||||
- Resolves: rhbz#1931671
|
||||
- Ensure that binaries are installed with proper features enabled
|
||||
- Split dracut modules out to subpackage
|
||||
- Add additional dependencies in dracut module
|
||||
|
||||
* Wed May 12 2021 Bryan Gurney <bgurney@redhat.com> - 2.4.0-3
|
||||
- Update to 2.4.0
|
||||
- Resolves: rhbz#1931671
|
||||
- Improve stratis by adding Multi-threading
|
||||
- Resolves: rhbz#1927485
|
||||
- Dump stratis configuration on demand or in debug
|
||||
- Resolves: rhbz#1735475
|
||||
- Add noalign option to XFS creation on MDV
|
||||
- Resolves: rhbz#1908318
|
||||
- Cap thinpool metadata device size at devicemapper-set limit
|
||||
- Resolves: rhbz#1707461
|
||||
|
||||
* Tue Dec 08 2020 Dennis Keefe <dkeefe@redhat.com> - 2.3.0-2
|
||||
- Update to 2.3.0
|
||||
- Resolves: rhbz#1885328
|
||||
- Stratis devices inhabit an existing root directory path
|
||||
- Resolves: rhbz#1798244
|
||||
- Add Clevis Support
|
||||
- Resolves: rhbz#1868100
|
||||
- Improve stratisd log levels
|
||||
- Resolves: rhbz#1757976
|
||||
|
||||
* Sat Jun 06 2020 Dennis Keefe <dkeefe@redhat.com> - 2.1.0-1
|
||||
- Update to 2.1.0
|
||||
- Resolves: rhbz#1791473
|
||||
- Update Stratis RPM Spec File
|
||||
- Resolves: rhbz#1828487
|
||||
- Support per-pool encryption of the devices that form a pool's data tier
|
||||
- Resolves: rhbz#1768580
|
||||
- Improve systemd unit file description
|
||||
- Resolves: rhbz#1756525
|
||||
|
||||
* Tue Nov 12 2019 Dennis Keefe <dkeefe@redhat.com> - 2.0.0-4
|
||||
- Update to 2.0.0
|
||||
- Resolves: rhbz#1760906
|
||||
- Fix a bug where last update time for variable length metadata was not set
|
||||
properly on startup:
|
||||
- Resolves: rhbz#1720399
|
||||
- Specify path of PID file as "/run/stratisd.pid" instead of
|
||||
"/var/run/stratisd.pid".
|
||||
- Resolves: rhbz#1754649
|
||||
- For a particular log entry, reduce log level from INFO to DEBUG and make the
|
||||
log message more detailed:
|
||||
- Resolves: rhbz#1680052
|
||||
|
||||
* Mon Jun 3 2019 Dennis Keefe <dkeefe@redhat.com> - 1.0.4-2
|
||||
- update to 1.0.4
|
||||
|
||||
* Wed Jan 9 2019 Andy Grover <agrover@redhat.com> - 1.0.3-1
|
||||
- Update to 1.0.3
|
||||
|
||||
* Tue Dec 11 2018 Andy Grover <agrover@redhat.com> - 1.0.2-1
|
||||
- Update to 1.0.2
|
||||
|
||||
* Tue Nov 6 2018 Andy Grover <agrover@redhat.com> - 1.0.1-1
|
||||
- Update to 1.0.1
|
||||
|
||||
* Mon Oct 8 2018 Andy Grover <agrover@redhat.com> - 1.0.0-2
|
||||
- Fix for non-Dbus activation
|
||||
|
||||
* Tue Oct 2 2018 Andy Grover <agrover@redhat.com> - 1.0.0-1
|
||||
- Update to 1.0.0
|
||||
|
||||
* Wed Aug 08 2018 Josh Stone <jistone@redhat.com> - 0.5.5-2
|
||||
- Rebuild with rust-toolset-1.26
|
||||
|
||||
* Thu Aug 2 2018 Andy Grover <agrover@redhat.com> - 0.5.5-1
|
||||
- Update to 0.5.5
|
||||
|
||||
* Fri Jul 13 2018 Andy Grover <agrover@redhat.com> - 0.5.4-1
|
||||
- Update to 0.5.4
|
||||
|
||||
* Thu May 24 2018 Andy Grover <agrover@redhat.com> - 0.5.2-1
|
||||
- Initial packaging for RHEL 8
|
||||
- Update to 0.5.2
|
2
sources
Normal file
2
sources
Normal file
@ -0,0 +1,2 @@
|
||||
SHA512 (stratisd-3.6.7-vendor.tar.gz) = ab6fb63170722c10fdc1f289828cecca04900102fccffa006399ab417bf54af70e3007b743bc1fa0933b81d614c565935669444717375afe4b4bfb57cd222370
|
||||
SHA512 (stratisd-3.6.7.tar.gz) = 613f5b191c9cec3a857e05d544600c974d024afc6274c7a4c0d8f24e52a7c4609becbdf4b991764318a773ac2dbe9ab55cc71aef8dc29171621449465311f74e
|
573
stratisd.spec
Normal file
573
stratisd.spec
Normal file
@ -0,0 +1,573 @@
|
||||
%bcond_without check
|
||||
|
||||
%global udevdir %(pkg-config --variable=udevdir udev)
|
||||
%global dracutdir %(pkg-config --variable=dracutdir dracut)
|
||||
|
||||
Name: stratisd
|
||||
Version: 3.6.7
|
||||
Release: 3%{?dist}
|
||||
Summary: Daemon that manages block devices to create filesystems
|
||||
|
||||
License: (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND MIT AND MPL-2.0 AND (Unlicense OR MIT)
|
||||
URL: https://github.com/stratis-storage/stratisd
|
||||
Source0: %{url}/archive/stratisd-v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: %{url}/releases/download/stratisd-v%{version}/%{name}-%{version}-vendor.tar.gz
|
||||
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
%if 0%{?rhel}
|
||||
ExcludeArch: i686
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel}
|
||||
BuildRequires: rust-toolset
|
||||
%else
|
||||
BuildRequires: rust-packaging
|
||||
%endif
|
||||
BuildRequires: rust-srpm-macros
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: dbus-devel
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: cryptsetup-devel
|
||||
BuildRequires: clang
|
||||
BuildRequires: glibc-static
|
||||
BuildRequires: device-mapper-devel
|
||||
BuildRequires: %{_bindir}/a2x
|
||||
|
||||
# Required to calculate install directories
|
||||
BuildRequires: systemd
|
||||
BuildRequires: dracut
|
||||
|
||||
Requires: xfsprogs
|
||||
Requires: device-mapper-persistent-data
|
||||
Requires: systemd-libs
|
||||
Requires: dbus-libs
|
||||
Requires: cryptsetup-libs
|
||||
Requires: libblkid
|
||||
|
||||
# stratisd does not require clevis; it can be used in restricted environments
|
||||
# where clevis is not available.
|
||||
# If using encryption via clevis, stratisd requires the instance of clevis
|
||||
# that it uses to have been built in an environment with cryptsetup >= 2.6.0.
|
||||
Recommends: clevis-luks >= 18
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%package dracut
|
||||
Summary: Dracut modules for use with stratisd
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
%if 0%{?rhel}
|
||||
ExcludeArch: i686
|
||||
%endif
|
||||
|
||||
Requires: stratisd
|
||||
Requires: dracut >= 051
|
||||
Requires: systemd
|
||||
|
||||
%description dracut
|
||||
%{summary}.
|
||||
|
||||
%package tools
|
||||
Summary: Tools that support Stratis operation
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
%if 0%{?rhel}
|
||||
ExcludeArch: i686
|
||||
%endif
|
||||
|
||||
Requires: stratisd
|
||||
|
||||
%description tools
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n stratisd-stratisd-v%{version} %{?rhel:-a1}
|
||||
|
||||
%if 0%{?rhel} >= 10
|
||||
%cargo_prep -v vendor
|
||||
%elif 0%{?rhel} && 0%{?rhel} < 10
|
||||
%cargo_prep -V 1
|
||||
%else
|
||||
%cargo_prep
|
||||
%generate_buildrequires
|
||||
%cargo_generate_buildrequires -f engine,dbus_enabled,min,systemd_compat,extras,udev_scripts
|
||||
%endif
|
||||
|
||||
%build
|
||||
%if 0%{?rhel} && 0%{?rhel} < 10
|
||||
%{__cargo} build %{?_smp_mflags} --release --bin=stratisd
|
||||
%{__cargo} build %{?_smp_mflags} --release --bin=stratis-min --bin=stratisd-min --bin=stratis-utils --no-default-features --features engine,min,systemd_compat
|
||||
%{__cargo} rustc %{?_smp_mflags} --release --bin=stratis-str-cmp --no-default-features --features udev_scripts -- -Ctarget-feature=+crt-static
|
||||
%{__cargo} rustc %{?_smp_mflags} --release --bin=stratis-base32-decode --no-default-features --features udev_scripts -- -Ctarget-feature=+crt-static
|
||||
%{__cargo} build %{?_smp_mflags} --release --bin=stratisd-tools --no-default-features --features engine,extras,min
|
||||
%else
|
||||
%{cargo_license -f engine,dbus_enabled,min,systemd_compat,extras,udev_scripts} > LICENSE.dependencies
|
||||
%{__cargo} build %{?__cargo_common_opts} --release --bin=stratisd
|
||||
%{__cargo} build %{?__cargo_common_opts} --release --bin=stratis-min --bin=stratisd-min --bin=stratis-utils --no-default-features --features engine,min,systemd_compat
|
||||
%{__cargo} rustc %{?__cargo_common_opts} --release --bin=stratis-str-cmp --no-default-features --features udev_scripts -- -Ctarget-feature=+crt-static
|
||||
%{__cargo} rustc %{?__cargo_common_opts} --release --bin=stratis-base32-decode --no-default-features --features udev_scripts -- -Ctarget-feature=+crt-static
|
||||
%{__cargo} build %{?__cargo_common_opts} --release --bin=stratisd-tools --no-default-features --features engine,extras,min
|
||||
%endif
|
||||
a2x -f manpage docs/stratisd.txt
|
||||
a2x -f manpage docs/stratis-dumpmetadata.txt
|
||||
%if 0%{?rhel} >= 10
|
||||
%{cargo_vendor_manifest}
|
||||
%endif
|
||||
|
||||
%install
|
||||
%make_install DRACUTDIR=%{dracutdir} PROFILEDIR=release
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
%if 0%{?rhel} && 0%{?rhel} < 10
|
||||
%cargo_test --no-run
|
||||
%else
|
||||
%cargo_test -- --no-run
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%post
|
||||
%systemd_post stratisd.service
|
||||
|
||||
%preun
|
||||
%systemd_preun stratisd.service
|
||||
|
||||
%postun
|
||||
%systemd_postun_with_restart stratisd.service
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%if !(0%{?rhel} && 0%{?rhel} < 10)
|
||||
%license LICENSE.dependencies
|
||||
%endif
|
||||
%if 0%{?rhel} >= 10
|
||||
%license cargo-vendor.txt
|
||||
%endif
|
||||
%doc README.md
|
||||
%{_libexecdir}/stratisd
|
||||
%dir %{_datadir}/dbus-1
|
||||
%dir %{_datadir}/dbus-1/system.d
|
||||
%{_datadir}/dbus-1/system.d/stratisd.conf
|
||||
%{_mandir}/man8/stratisd.8*
|
||||
%{_unitdir}/stratisd.service
|
||||
%{_udevrulesdir}/61-stratisd.rules
|
||||
%{udevdir}/stratis-str-cmp
|
||||
%{udevdir}/stratis-base32-decode
|
||||
%{_bindir}/stratis-predict-usage
|
||||
%{_unitdir}/stratisd-min-postinitrd.service
|
||||
%{_unitdir}/stratis-fstab-setup@.service
|
||||
%{_bindir}/stratis-min
|
||||
%{_libexecdir}/stratisd-min
|
||||
%{_systemd_util_dir}/stratis-fstab-setup
|
||||
|
||||
|
||||
%files dracut
|
||||
%license LICENSE
|
||||
%{dracutdir}/modules.d/90stratis-clevis/module-setup.sh
|
||||
%{dracutdir}/modules.d/90stratis-clevis/stratis-clevis-rootfs-setup
|
||||
%{dracutdir}/modules.d/90stratis/61-stratisd.rules
|
||||
%{dracutdir}/modules.d/90stratis/module-setup.sh
|
||||
%{dracutdir}/modules.d/90stratis/stratis-rootfs-setup
|
||||
%{dracutdir}/modules.d/90stratis/stratisd-min.service
|
||||
%{_systemd_util_dir}/system-generators/stratis-clevis-setup-generator
|
||||
%{_systemd_util_dir}/system-generators/stratis-setup-generator
|
||||
|
||||
%files tools
|
||||
%license LICENSE
|
||||
%{_bindir}/stratisd-tools
|
||||
%{_bindir}/stratis-dumpmetadata
|
||||
%{_mandir}/man8/stratis-dumpmetadata.8*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.6.7-3
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Thu Apr 25 2024 Bryan Gurney <bgurney@redhat.com> - 3.6.7-2
|
||||
- Rebuild for new gating configuration
|
||||
- Resolves: RHEL-33817
|
||||
|
||||
* Wed Apr 24 2024 Bryan Gurney <bgurney@redhat.com> - 3.6.7-1
|
||||
- Update to 3.6.7
|
||||
- Resolves: RHEL-33817
|
||||
|
||||
* Thu Jan 25 2024 Bryan Gurney <bgurney@redhat.com> - 3.6.4-1
|
||||
- Update to 3.6.4
|
||||
|
||||
* Thu Nov 30 2023 Bryan Gurney <bgurney@redhat.com> - 3.6.3-1
|
||||
- Update to 3.6.3
|
||||
|
||||
* Thu Nov 16 2023 Bryan Gurney <bgurney@redhat.com> - 3.6.2-1
|
||||
- Update to 3.6.2
|
||||
|
||||
* Tue Oct 31 2023 Bryan Gurney <bgurney@redhat.com> - 3.6.1-1
|
||||
- Update to 3.6.1
|
||||
|
||||
* Wed Oct 25 2023 Bryan Gurney <bgurney@redhat.com> - 3.6.0-2
|
||||
- Use testing tag v3.6.0
|
||||
|
||||
* Tue Oct 24 2023 Bryan Gurney <bgurney@redhat.com> - 3.6.0-1
|
||||
- Update to 3.6.0
|
||||
|
||||
* Wed Aug 30 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.9-2
|
||||
- Use testing tag v3.5.3
|
||||
- Remove vendor-serde_derive.patch file
|
||||
|
||||
* Wed Aug 30 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.9-1
|
||||
- Update to 3.5.9
|
||||
- Remove patch macro for serde_derive patch
|
||||
|
||||
* Mon Jul 31 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.8-4
|
||||
- Use patch macro for serde_derive patch
|
||||
|
||||
* Fri Jul 28 2023 mulhern <amulhern@redhat.com> - 3.5.8-3
|
||||
- Patch vendored tarfile to remove executable
|
||||
|
||||
* Thu Jul 27 2023 mulhern <amulhern@redhat.com> - 3.5.8-2
|
||||
- Add additional dependency for TMT tests
|
||||
|
||||
* Thu Jul 27 2023 mulhern <amulhern@redhat.com> - 3.5.8-1
|
||||
- Update to 3.5.8
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed Jun 14 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.7-2
|
||||
- Use tmt tests
|
||||
|
||||
* Wed Jun 07 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.7-1
|
||||
- Update to 3.5.7
|
||||
|
||||
* Wed May 31 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.5-2
|
||||
- Rebuild for new libcryptsetup-rs version
|
||||
|
||||
* Wed May 17 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.5-1
|
||||
- Update to 3.5.5
|
||||
|
||||
* Wed Apr 26 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.4-3
|
||||
- Fix up ExclusiveArch directives
|
||||
|
||||
* Mon Apr 24 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.4-2
|
||||
- Update spec file
|
||||
|
||||
* Fri Apr 21 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.4-1
|
||||
- Update to 3.5.4
|
||||
|
||||
* Mon Apr 17 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.3-1
|
||||
- Update to 3.5.3
|
||||
|
||||
* Fri Mar 17 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.2-2
|
||||
- Add BuildRequires for device-mapper-devel
|
||||
|
||||
* Fri Mar 17 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.2-1
|
||||
- Update to 3.5.2
|
||||
|
||||
* Tue Feb 28 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.1-3
|
||||
- Allow annocheck on rpminspect.yaml for non-static binaries
|
||||
|
||||
* Mon Feb 20 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.1-2
|
||||
- Add debuginfo ignore to rpminspect.yaml
|
||||
|
||||
* Tue Feb 07 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.1-1
|
||||
- Update to 3.5.1
|
||||
|
||||
* Fri Feb 03 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.0-4
|
||||
- Remove debuginfo ignore from rpminspect.yaml
|
||||
|
||||
* Thu Feb 02 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.0-3
|
||||
- Remove elf ignore from rpminspect.yaml
|
||||
|
||||
* Wed Feb 01 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.0-2
|
||||
- Update rpminspect.yaml
|
||||
|
||||
* Tue Jan 24 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.0-1
|
||||
- Update to 3.5.0
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Mon Jan 16 2023 Bryan Gurney <bgurney@redhat.com> - 3.4.4-2
|
||||
- Remove Fedora ELN conditionals from spec file
|
||||
- Use ExclusiveArch only if RHEL
|
||||
|
||||
* Tue Jan 03 2023 Bryan Gurney <bgurney@redhat.com> - 3.4.4-1
|
||||
- Update to 3.4.4
|
||||
|
||||
* Thu Dec 15 2022 Bryan Gurney <bgurney@redhat.com> - 3.4.3-1
|
||||
- Update to 3.4.3
|
||||
|
||||
* Tue Dec 06 2022 Bryan Gurney <bgurney@redhat.com> - 3.4.2-1
|
||||
- Update to 3.4.2
|
||||
|
||||
* Tue Nov 29 2022 Bryan Gurney <bgurney@redhat.com> - 3.4.1-1
|
||||
- Update to 3.4.1
|
||||
|
||||
* Tue Oct 18 2022 Bryan Gurney <bgurney@redhat.com> - 3.3.0-1
|
||||
- Update to 3.3.0
|
||||
|
||||
* Sun Aug 28 2022 mulhern <amulhern@redhat.com> - 3.2.3-1
|
||||
- Update to 3.2.3
|
||||
|
||||
* Wed Aug 24 2022 Bryan Gurney <bgurney@redhat.com> - 3.2.2-1
|
||||
- Update to 3.2.2
|
||||
|
||||
* Fri Jul 29 2022 mulhern <amulhern@redhat.com> - 3.2.1-1
|
||||
- Update to 3.2.1
|
||||
|
||||
* Wed Jul 27 2022 mulhern <amulhern@redhat.com> - 3.1.2-2
|
||||
- Run all gating tests that require no devices
|
||||
|
||||
* Wed Jul 27 2022 mulhern <amulhern@redhat.com> - 3.1.2-1
|
||||
- Update to 3.1.2
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Tue Jul 12 2022 Bryan Gurney <bgurney@redhat.com> - 3.1.1-1
|
||||
- Update to 3.1.1
|
||||
|
||||
* Fri Jul 01 2022 Bryan Gurney <bgurney@redhat.com> - 3.1.0-5
|
||||
- Refine gating tests to minimal set
|
||||
|
||||
* Wed Jun 22 2022 Bryan Gurney <bgurney@redhat.com> - 3.1.0-4
|
||||
- Add gating test
|
||||
|
||||
* Mon Jun 06 2022 Bryan Gurney <bgurney@redhat.com> - 3.1.0-3
|
||||
- Remove buildhost_subdomain section from rpminspect.yaml
|
||||
|
||||
* Fri Jun 03 2022 Bryan Gurney <bgurney@redhat.com> - 3.1.0-2
|
||||
- Synchronize spec with upstream unified spec file
|
||||
- Remove .rust2rpm.conf file
|
||||
|
||||
* Wed May 25 2022 mulhern <amulhern@redhat.com> - 3.1.0-1
|
||||
- Update to 3.1.0
|
||||
|
||||
* Mon Mar 28 2022 mulhern <amulhern@redhat.com> - 3.0.4-11
|
||||
- Fix ${rust_arches}; use long form tar options
|
||||
|
||||
* Sat Mar 26 2022 mulhern <amulhern@redhat.com> - 3.0.4-10
|
||||
- Fix cryptsetup-Requires; add blkid-Requires
|
||||
|
||||
* Fri Mar 25 2022 mulhern <amulhern@redhat.com> - 3.0.4-9
|
||||
- Make specfile fully and minimally unified
|
||||
|
||||
* Thu Mar 24 2022 mulhern <amulhern@redhat.com> - 3.0.4-8
|
||||
- Tidy up BuildRequires
|
||||
|
||||
* Thu Mar 24 2022 mulhern <amulhern@redhat.com> - 3.0.4-7
|
||||
- Remove __cargo_skip_build
|
||||
|
||||
* Thu Mar 24 2022 mulhern <amulhern@redhat.com> - 3.0.4-6
|
||||
- Only build the tests, do not try to run them
|
||||
|
||||
* Thu Mar 24 2022 mulhern <amulhern@redhat.com> - 3.0.4-5
|
||||
- Do not set unused global
|
||||
|
||||
* Tue Mar 15 2022 mulhern <amulhern@redhat.com> - 3.0.4-4
|
||||
- Install two scripts
|
||||
|
||||
* Mon Mar 14 2022 mulhern <amulhern@redhat.com> - 3.0.4-3
|
||||
- Fix the previous revision
|
||||
|
||||
* Mon Mar 14 2022 mulhern <amulhern@redhat.com> - 3.0.4-2
|
||||
- Use upstream crate for Rust source
|
||||
|
||||
* Sat Feb 12 2022 mulhern <amulhern@redhat.com> - 3.0.4-1
|
||||
- Update to 3.0.4
|
||||
|
||||
* Mon Feb 7 2022 mulhern <amulhern@redhat.com> - 3.0.3-1
|
||||
- Update to 3.0.3
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Tue Dec 21 2021 mulhern <amulhern@redhat.com> - 3.0.2-1
|
||||
- Update to 3.0.2
|
||||
|
||||
* Sun Nov 28 2021 mulhern <amulhern@redhat.com> - 2.4.4-1
|
||||
- Update to 2.4.4
|
||||
|
||||
* Tue Oct 19 2021 mulhern <amulhern@redhat.com> - 2.4.2-3
|
||||
- Rebuilt to include dbus-tree 0.9.2
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jun 1 2021 mulhern <amulhern@redhat.com> - 2.4.2-1
|
||||
- Update to 2.4.2
|
||||
|
||||
* Tue May 18 2021 John Baublitz <jbaublitz@redhat.com> - 2.4.1-1
|
||||
- Update to new release and split dracut modules out into subpackage
|
||||
|
||||
* Thu May 13 2021 John Baublitz <jbaublitz@redhat.com> - 2.4.0-4
|
||||
- Ensure that binaries are installed with proper features enabled
|
||||
|
||||
* Wed May 12 2021 John Baublitz <jbaublitz@redhat.com> - 2.4.0-3
|
||||
- Fix installed file paths
|
||||
|
||||
* Tue Apr 27 2021 mulhern <amulhern@redhat.com> - 2.4.0-2
|
||||
- Fixes to previous release
|
||||
|
||||
* Tue Apr 27 2021 mulhern <amulhern@redhat.com> - 2.4.0-1
|
||||
- Update to 2.4.0
|
||||
|
||||
* Wed Mar 17 2021 mulhern <amulhern@redhat.com> - 2.3.0-10
|
||||
- Use external URL for vendored sources
|
||||
|
||||
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.3.0-9
|
||||
- Rebuilt for updated systemd-rpm-macros
|
||||
See https://pagure.io/fesco/issue/2583.
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Jan 15 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.3.0-7
|
||||
- Fix build on ELN
|
||||
|
||||
* Fri Jan 15 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.3.0-6
|
||||
- Make package compatible without violating guidelines
|
||||
|
||||
* Fri Jan 15 2021 mulhern <amulhern@redhat.com> - 2.3.0-5
|
||||
- Add both sources at the same time
|
||||
|
||||
* Fri Jan 15 2021 mulhern <amulhern@redhat.com> - 2.3.0-4
|
||||
- Restore RHEL/Fedora compatible spec file, adding some additional changes
|
||||
|
||||
* Fri Jan 15 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.3.0-3
|
||||
- Partially revert previous commit
|
||||
|
||||
* Thu Jan 14 2021 mulhern <amulhern@redhat.com> - 2.3.0-2
|
||||
- Make RHEL/Fedora compatible spec file
|
||||
|
||||
* Tue Jan 12 2021 mulhern <amulhern@redhat.com> - 2.3.0-1
|
||||
- Update to 2.3.0
|
||||
|
||||
* Mon Dec 28 13:34:26 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.2.1-3
|
||||
- Rebuild
|
||||
|
||||
* Sun Dec 27 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.2.1-2
|
||||
- Rebuild
|
||||
|
||||
* Mon Nov 9 2020 mulhern <amulhern@redhat.com> - 2.2.1-1
|
||||
- Update to 2.2.1
|
||||
|
||||
* Mon Oct 19 2020 mulhern <amulhern@redhat.com> - 2.2.0-1
|
||||
- Update to 2.2.0
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-3
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 07 2020 John Baublitz <jbaublitz@redhat.com> - 2.1.0-1
|
||||
- Update to 2.1.0
|
||||
|
||||
* Wed Feb 19 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.0.1-2
|
||||
- Fixup license
|
||||
|
||||
* Wed Feb 19 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.0.1-1
|
||||
- Update to 2.0.1
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Nov 07 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.0-1
|
||||
- Update to 2.0.0
|
||||
|
||||
* Fri Sep 06 20:52:06 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.5-1
|
||||
- Update to 1.0.5
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue Jun 04 2019 Josh Stone <jistone@redhat.com> - 1.0.4-2
|
||||
- Bump nix to 0.14
|
||||
|
||||
* Tue May 07 08:16:24 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.4-1
|
||||
- Update to 1.0.4
|
||||
|
||||
* Wed Mar 06 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.3-1
|
||||
- Update to 1.0.3
|
||||
|
||||
* Wed Dec 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.2-1
|
||||
- Update to 1.0.2
|
||||
|
||||
* Fri Nov 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-1
|
||||
- Update to 1.0.1
|
||||
|
||||
* Thu Sep 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.0-1
|
||||
- Update to 1.0.0
|
||||
|
||||
* Wed Sep 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-4
|
||||
- Add missing systemd scriptlets
|
||||
|
||||
* Wed Sep 19 2018 Tony Asleson <tasleson@redhat.com> - 0.9.0-3
|
||||
- Add systemd unit file
|
||||
- Remove systemd activation file
|
||||
|
||||
* Tue Sep 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-2
|
||||
- Rebuild to workaround pungi bug
|
||||
|
||||
* Sat Sep 01 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-1
|
||||
- Update to 0.9.0
|
||||
|
||||
* Fri Aug 3 2018 Andy Grover <agrover@redhat.com> - 0.5.5-2
|
||||
- Disable a failing but noncritical test
|
||||
|
||||
* Fri Aug 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.5-1
|
||||
- Update to 0.5.5
|
||||
|
||||
* Thu Jul 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.4-3
|
||||
- Upgrade dependencies
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Jul 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.4-1
|
||||
- Update to 0.5.4
|
||||
|
||||
* Fri Jun 22 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.3-2
|
||||
- Add -init version of daemon
|
||||
- Own dbus-1 directory
|
||||
|
||||
* Mon Jun 4 2018 Andy Grover <agrover@redhat.com> - 0.5.3-1
|
||||
- Update to 0.5.3
|
||||
|
||||
* Fri May 4 2018 Andy Grover <agrover@redhat.com> - 0.5.2-2
|
||||
- Add 0002-Prefix-commands-with-entire-path.patch
|
||||
|
||||
* Tue May 1 2018 Andy Grover <agrover@redhat.com> - 0.5.2-1
|
||||
- Update to 0.5.2
|
||||
|
||||
* Tue Apr 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.1-1
|
||||
- Update to 0.5.1
|
||||
|
||||
* Tue Mar 13 2018 Andy Grover <agrover@redhat.com> - 0.5.0-2
|
||||
- Add stratisd manpage
|
||||
|
||||
* Thu Mar 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-1
|
||||
- Update to 0.5.0
|
||||
|
||||
* Thu Feb 15 2018 Andy Grover <agrover@redhat.com> - 0.1.5-2
|
||||
- Require packages that contain binaries that we exec: xfsprogs and
|
||||
device-mapper-persistent-data
|
||||
|
||||
* Sun Feb 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.5-1
|
||||
- Update to 0.1.5
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-3
|
||||
- Rebuild for rust-packaging v5
|
||||
|
||||
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-2
|
||||
- Move binary under %%{_libexecdir}
|
||||
- Add dbus service (so it is activatable)
|
||||
- Fix rand's version bump
|
||||
|
||||
* Sun Jan 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-1
|
||||
- Initial package
|
Loading…
Reference in New Issue
Block a user