|
10 | 10 | Summary: Domain Name System software
|
11 | 11 | Name: bind
|
12 | 12 | Version: 9.20.5
|
13 |
| -Release: 3%{?dist} |
| 13 | +Release: 4%{?dist} |
14 | 14 | License: ISC
|
15 | 15 | Vendor: Microsoft Corporation
|
16 | 16 | Distribution: Azure Linux
|
@@ -56,6 +56,7 @@ BuildRequires: systemd-libs
|
56 | 56 | BuildRequires: systemd-rpm-macros
|
57 | 57 | BuildRequires: userspace-rcu-devel
|
58 | 58 |
|
| 59 | +Requires: %{name}-libs = %{version}-%{release} |
59 | 60 | Requires: libuv
|
60 | 61 | Requires: openssl
|
61 | 62 | Requires: userspace-rcu
|
|
377 | 378 | %dir %{_libdir}/bind
|
378 | 379 | %{_libdir}/bind/filter-a.so
|
379 | 380 | %{_libdir}/bind/filter-aaaa.so
|
380 |
| -%{_libdir}/libdns*.so |
381 |
| -%{_libdir}/libisc*.so |
382 |
| -%{_libdir}/libns*.so |
383 | 381 | %dir %{_libdir}/named
|
384 | 382 | %{_libdir}/named/*.so
|
385 | 383 | %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sysconfig/named
|
@@ -448,16 +446,15 @@ fi;
|
448 | 446 | %doc build/contrib/dlz/modules/sqlite3/testing/*
|
449 | 447 |
|
450 | 448 | %files libs
|
451 |
| -%{_libdir}/*-%{version}*.so |
| 449 | +%{_libdir}/libdns*.so |
| 450 | +%{_libdir}/libisc*.so |
| 451 | +%{_libdir}/libns*.so |
452 | 452 |
|
453 | 453 | %files license
|
454 | 454 | %license LICENSE
|
455 | 455 | %license COPYRIGHT
|
456 | 456 |
|
457 | 457 | %files devel
|
458 |
| -%{_libdir}/libisc*.so |
459 |
| -%{_libdir}/libns*.so |
460 |
| -%{_libdir}/libdns*.so |
461 | 458 | %dir %{_includedir}/bind9
|
462 | 459 | %{_includedir}/bind9/config.h
|
463 | 460 | %{_includedir}/bind9/isccc
|
@@ -513,14 +510,24 @@ fi;
|
513 | 510 |
|
514 | 511 | %files utils
|
515 | 512 | %defattr(-,root,root)
|
| 513 | +%{_bindir}/dig |
| 514 | +%{_bindir}/delv |
| 515 | +%{_bindir}/host |
| 516 | +%{_bindir}/nslookup |
| 517 | +%{_bindir}/nsupdate |
| 518 | +%{_bindir}/arpaname |
516 | 519 | %{_sbindir}/ddns-confgen
|
517 | 520 | %{_sbindir}/tsig-keygen
|
518 | 521 | %{_bindir}/nsec3hash
|
519 | 522 | %{_bindir}/named-checkzone
|
520 | 523 | %{_bindir}/named-compilezone
|
521 | 524 | %{_bindir}/named-nzd2nzf
|
522 |
| -%{_bindir}/* |
523 |
| -%{_mandir}/man1/* |
| 525 | +%{_mandir}/man1/host.1* |
| 526 | +%{_mandir}/man1/nsupdate.1* |
| 527 | +%{_mandir}/man1/dig.1* |
| 528 | +%{_mandir}/man1/delv.1* |
| 529 | +%{_mandir}/man1/nslookup.1* |
| 530 | +%{_mandir}/man1/arpaname.1* |
524 | 531 | %{_mandir}/man8/ddns-confgen.8*
|
525 | 532 | %{_mandir}/man8/tsig-keygen.8*
|
526 | 533 | %{_mandir}/man1/nsec3hash.1*
|
|
529 | 536 | %{_mandir}/man1/named-nzd2nzf.1*
|
530 | 537 |
|
531 | 538 | %changelog
|
| 539 | +* Tue Feb 11 2025 Andrew Phelps <[email protected]> - 9.20.5-4 |
| 540 | +- Remove duplicate shared object files in base and devel packages |
| 541 | +- Remove duplicate files from utils package |
| 542 | +- Add requires for bind-libs from base package |
| 543 | + |
532 | 544 | * Thu Feb 27 2025 Tobias Brick <[email protected]> - 9.20.5-3
|
533 | 545 | - Fix uninitialized memory warning.
|
534 | 546 |
|
|
0 commit comments