diff --git a/changelog b/changelog new file mode 100644 index 0000000..fcae81d --- /dev/null +++ b/changelog @@ -0,0 +1,17 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.7.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sat Jun 26 2021 Davide Cavalca - 0.7.2-1 +- Update to 0.7.2 + +* Wed Jun 16 2021 Davide Cavalca - 0.7.1-2 +- Add clang and rustfmt to Requires as they're runtime dependencies + +* Thu Jun 03 2021 Davide Cavalca - 0.7.1-1 +- Update to 0.7.1 +- Build for all architectures +- Enable tests by default and gate out the ones that don't work +- Backport PR#112 to bump libbpf-sys to 0.4.0-1 + +* Wed Jun 02 2021 Davide Cavalca - 0.7.0-1 +- Initial package diff --git a/rust-libbpf-cargo.spec b/rust-libbpf-cargo.spec index 75b89e7..fb59ed0 100644 --- a/rust-libbpf-cargo.spec +++ b/rust-libbpf-cargo.spec @@ -5,7 +5,7 @@ Name: rust-%{crate} Version: 0.7.2 -Release: 2%{?dist} +Release: %autorelease Summary: Cargo plugin to build bpf programs # Upstream license specification: LGPL-2.1 OR BSD-2-Clause @@ -94,20 +94,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.7.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sat Jun 26 2021 Davide Cavalca - 0.7.2-1 -- Update to 0.7.2 - -* Wed Jun 16 2021 Davide Cavalca - 0.7.1-2 -- Add clang and rustfmt to Requires as they're runtime dependencies - -* Thu Jun 03 2021 Davide Cavalca - 0.7.1-1 -- Update to 0.7.1 -- Build for all architectures -- Enable tests by default and gate out the ones that don't work -- Backport PR#112 to bump libbpf-sys to 0.4.0-1 - -* Wed Jun 02 2021 Davide Cavalca - 0.7.0-1 -- Initial package +%autochangelog