New version 2.14.4
protocols: add mptcp (262) setup.spec: make setup protected package (rhbz#2155547) setup.spec: don't report rpm -Va error on /run/motd (rhbz#2160954) services: replace hostmon with llmnr for port 5355 (rhbz#2216914)
This commit is contained in:
parent
0a04718db1
commit
65bee927e9
1
.gitignore
vendored
1
.gitignore
vendored
@ -86,3 +86,4 @@ setup-2.8.25.tar.bz2
|
||||
/setup-2.14.1.tar.gz
|
||||
/setup-2.14.2.tar.gz
|
||||
/setup-2.14.3.tar.gz
|
||||
/setup-2.14.4.tar.gz
|
||||
|
||||
20
setup.spec
20
setup.spec
@ -1,7 +1,7 @@
|
||||
Summary: A set of system configuration and setup files
|
||||
Name: setup
|
||||
Version: 2.14.3
|
||||
Release: 4%{?dist}
|
||||
Version: 2.14.4
|
||||
Release: 1%{?dist}
|
||||
License: LicenseRef-Fedora-Public-Domain
|
||||
Group: System Environment/Base
|
||||
URL: https://pagure.io/setup/
|
||||
@ -65,6 +65,13 @@ rm -f %{buildroot}/etc/shadowconvert.sh
|
||||
rm -f %{buildroot}/etc/setup.spec
|
||||
rm -rf %{buildroot}/etc/contrib
|
||||
|
||||
# make setup a protected package
|
||||
install -p -d -m 755 %{buildroot}/etc/dnf/protected.d/
|
||||
touch %{name}.conf
|
||||
echo setup > %{name}.conf
|
||||
install -p -c -m 0644 %{name}.conf %{buildroot}/etc/dnf/protected.d/
|
||||
rm -f %{name}.conf
|
||||
|
||||
#throw away useless and dangerous update stuff until rpm will be able to
|
||||
#handle it ( http://rpm.org/ticket/6 )
|
||||
%post -p <lua>
|
||||
@ -99,7 +106,7 @@ end
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/hosts
|
||||
%verify(not md5 size mtime) %config(noreplace) /etc/motd
|
||||
%dir /etc/motd.d
|
||||
%ghost /run/motd
|
||||
%ghost %verify(not md5 size mtime) %attr(0644,root,root) /run/motd
|
||||
%dir /run/motd.d
|
||||
%verify(not md5 size mtime) %config(noreplace) /usr/lib/motd
|
||||
%dir /usr/lib/motd.d
|
||||
@ -121,8 +128,15 @@ end
|
||||
%{_tmpfilesdir}/%{name}.conf
|
||||
%{_sysusersdir}/20-setup-groups.conf
|
||||
%{_sysusersdir}/20-setup-users.conf
|
||||
/etc/dnf/protected.d/%{name}.conf
|
||||
|
||||
%changelog
|
||||
* Tue Jul 25 2023 Martin Osvald <mosvald@redhat.com> - 2.14.4-1
|
||||
- protocols: add mptcp (262)
|
||||
- setup.spec: make setup protected package (rhbz#2155547)
|
||||
- setup.spec: don't report rpm -Va error on /run/motd (rhbz#2160954)
|
||||
- services: replace hostmon with llmnr for port 5355 (rhbz#2216914)
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (setup-2.14.3.tar.gz) = 60d5d3221924dec66452ecdc55d33c835a6c63b61a27d25d39bf9bf78a4b63e7d5c022fd7cb154742238ca58c5cd232ce0ba242319430c0f63af9004bc6c3127
|
||||
SHA512 (setup-2.14.4.tar.gz) = 749c1ca0ebe3006efb6a09e18612cd3aaecebe5e95cc2bc7274b2451ff5260b438dab3d44f673a08d3cc5272de411ee12ee02c66b0efed8d7874e94eae2fd214
|
||||
|
||||
Loading…
Reference in New Issue
Block a user