Compare commits
No commits in common. "c9" and "c8s" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
SOURCES/hostname_3.23.tar.gz
|
||||
SOURCES/hostname_3.20.tar.gz
|
||||
/hostname_3.20.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
a3f9dab0cb4337c9a47984f823008f7f6672bcb5 SOURCES/hostname_3.23.tar.gz
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||
|
@ -22,7 +22,7 @@ diff -up hostname/hostname.1.rh hostname/hostname.1
|
||||
--- hostname/hostname.1.rh 2013-11-03 15:24:23.000000000 +0100
|
||||
+++ hostname/hostname.1 2013-11-04 10:12:59.670379153 +0100
|
||||
@@ -80,6 +80,28 @@ complete FQDN of the system is returned
|
||||
.B THE FQDN
|
||||
.B "THE FQDN"
|
||||
below).
|
||||
|
||||
+.LP
|
||||
@ -37,7 +37,7 @@ diff -up hostname/hostname.1.rh hostname/hostname.1
|
||||
+and
|
||||
+.BR gethostbyname(3)
|
||||
+is that
|
||||
+.BR gethostbyname(5)
|
||||
+.BR gethostbyname(3)
|
||||
+is network aware, so it consults
|
||||
+.IR /etc/nsswitch.conf
|
||||
+and
|
||||
@ -51,7 +51,7 @@ diff -up hostname/hostname.1.rh hostname/hostname.1
|
||||
When called with one argument or with the
|
||||
.B \-\-file
|
||||
@@ -105,8 +127,7 @@ command (see
|
||||
.B THE FQDN
|
||||
.B "THE FQDN"
|
||||
below).
|
||||
.LP
|
||||
-The host name is usually set once at system startup in
|
@ -1,15 +1,15 @@
|
||||
Summary: Utility to set/show the host name or domain name
|
||||
Name: hostname
|
||||
Version: 3.23
|
||||
Release: 6%{?dist}
|
||||
Version: 3.20
|
||||
Release: 7%{?dist}.0.1
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
URL: http://packages.qa.debian.org/h/hostname.html
|
||||
Source0: http://ftp.de.debian.org/debian/pool/main/h/hostname/hostname_%{version}.tar.gz
|
||||
Source1: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
|
||||
Source2: nis-domainname
|
||||
Source3: nis-domainname.service
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
|
||||
# NOTE: We are *not* requiring systemd on purpose, because we want to allow
|
||||
# hostname package to be installed in containers without the systemd.
|
||||
@ -58,39 +58,14 @@ fi
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man1/*
|
||||
%{_prefix}/lib/systemd/system/*
|
||||
%{_libexecdir}/%{name}
|
||||
%{_libexecdir}/%{name}/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.23-6
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
* Thu Jun 03 2021 Carl George <carl@redhat.com> - 3.20-7.0.1
|
||||
- Manually revert 3.20-7 with positive release bump rhbz#1956378
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.23-5
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.23-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.23-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.23-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Nov 14 2019 Pavel Zhukov <pzhukov@redhat.com> - 3.23-1
|
||||
- New version 3.23 (#1771102)
|
||||
|
||||
* Fri Aug 30 2019 Pavel Zhukov <pzhukov@redhat.com> - 3.22-1
|
||||
- New release v3.22 (#1747011)
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.20-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Wed Apr 3 2019 Pavel Zhukov <pzhukov@redhat.com> - 3.20-7
|
||||
- Own whole libexec/hostname directory (#1695488)
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.20-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
* Thu May 6 2021 Pavel Zhukov <pzhukov@redhat.com> - 3.20-7
|
||||
- Nisdomainname service depends on network
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.20-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
Loading…
Reference in New Issue
Block a user