Skip to content

Commit

Permalink
iproute: update to 6.9.0
Browse files Browse the repository at this point in the history
iproute has changed the way config files are read from commit: 0a0a8f1
Configs are now stored in /usr/share/
  • Loading branch information
vigh-m committed Jul 16, 2024
1 parent 8333524 commit b5dfa8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/iproute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ path = "../packages.rs"
releases-url = "http://kernel.org/pub/linux/utils/net/iproute2"

[[package.metadata.build-package.external-files]]
url = "https://kernel.org/pub/linux/utils/net/iproute2/iproute2-6.4.0.tar.xz"
sha512 = "42330be6e061302694ea301765ff8d3cbfaeca4b1d06e39778861e4390ed211c03cb2d41498190202b659f7f5647b1ca4857410ef8c16fd601a35e7162788d21"
url = "https://kernel.org/pub/linux/utils/net/iproute2/iproute2-6.9.0.tar.xz"
sha512 = "1cbb234cb8f94213c3529f0b74fed5a575ff1fb838e783b8d2b440643c2e91246eda42e9b26e9775897aadb8b8133d199b2851b8ea0df06a899dc02acf403325"

[build-dependencies]
glibc = { path = "../glibc" }
Expand Down
4 changes: 2 additions & 2 deletions packages/iproute/iproute.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: %{_cross_os}iproute
Version: 6.4.0
Version: 6.9.0
Release: 1%{?dist}
Summary: Tools for advanced IP routing and network device configuration
License: GPL-2.0-or-later AND GPL-2.0-only
Expand Down Expand Up @@ -46,7 +46,7 @@ export PKG_CONFIG_PATH='%{_cross_pkgconfigdir}' \\\
%make_install

install -d %{buildroot}%{_cross_factorydir}%{_cross_sysconfdir}
mv %{buildroot}%{_cross_sysconfdir}/iproute2 %{buildroot}%{_cross_factorydir}%{_cross_sysconfdir}
mv %{buildroot}%{_datarootdir}/iproute2 %{buildroot}%{_cross_factorydir}%{_cross_sysconfdir}

install -d %{buildroot}%{_cross_tmpfilesdir}
for f in %{buildroot}%{_cross_factorydir}%{_cross_sysconfdir}/iproute2/* ; do
Expand Down

0 comments on commit b5dfa8c

Please sign in to comment.