Compare commits
No commits in common. "c8s" and "c8-beta" have entirely different histories.
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
|||||||
hesiod-3.0.2.tar.gz
|
SOURCES/hesiod-3.2.1.tar.gz
|
||||||
hesiod-3.1.0.tar.gz
|
|
||||||
/hesiod-3.2.1.tar.gz
|
|
||||||
|
1
.hesiod.metadata
Normal file
1
.hesiod.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
8d85e6827f64c8689e127620c53130cbc3906d11 SOURCES/hesiod-3.2.1.tar.gz
|
@ -8,14 +8,12 @@ Source: ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/hesiod-%{version}.tar.gz
|
|||||||
BuildRequires: autoconf, automake, libtool, libidn-devel
|
BuildRequires: autoconf, automake, libtool, libidn-devel
|
||||||
Obsoletes: hesinfo < 3.2
|
Obsoletes: hesinfo < 3.2
|
||||||
|
|
||||||
%global _description\
|
%description
|
||||||
Hesiod is a system which uses existing DNS functionality to provide access\
|
Hesiod is a system which uses existing DNS functionality to provide access
|
||||||
to databases of information that changes infrequently. It is often used to\
|
to databases of information that changes infrequently. It is often used to
|
||||||
distribute information kept in the /etc/passwd, /etc/group, and /etc/printcap\
|
distribute information kept in the /etc/passwd, /etc/group, and /etc/printcap
|
||||||
files, among others.
|
files, among others.
|
||||||
|
|
||||||
%description %_description
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development libraries and headers for Hesiod
|
Summary: Development libraries and headers for Hesiod
|
||||||
Requires: hesiod = %{version}-%{release}
|
Requires: hesiod = %{version}-%{release}
|
||||||
@ -28,13 +26,6 @@ distribute information which might otherwise kept in the /etc/passwd,
|
|||||||
ensure the files are synchronized among multiple hosts. This package contains
|
ensure the files are synchronized among multiple hosts. This package contains
|
||||||
the header files and libraries required for building programs which use Hesiod.
|
the header files and libraries required for building programs which use Hesiod.
|
||||||
|
|
||||||
%package -n compat-hesiod
|
|
||||||
Summary: %summary
|
|
||||||
Provides: hesiod = %{version}-%{release}
|
|
||||||
Obsoletes: hesiod <= %{version}-%{release}
|
|
||||||
|
|
||||||
%description -n compat-hesiod %_description
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
@ -52,7 +43,7 @@ find %{buildroot} -type f -name "*.la" -delete
|
|||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n compat-hesiod
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README NEWS
|
%doc README NEWS
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
@ -67,10 +58,6 @@ find %{buildroot} -type f -name "*.la" -delete
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Dec 11 2018 Robbie Harwood <rharwood@redhat.com> 3.2.1-12
|
|
||||||
- Rename to compat-hesiod to mark deprecation
|
|
||||||
- Resolves: RHELPLAN-9455
|
|
||||||
|
|
||||||
* Mon Apr 2 2018 Peter Robinson <pbrobinson@fedoraproject.org> 3.2.1-11
|
* Mon Apr 2 2018 Peter Robinson <pbrobinson@fedoraproject.org> 3.2.1-11
|
||||||
- Cleanup and modernise spec
|
- Cleanup and modernise spec
|
||||||
|
|
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-8
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: manual.sst_identity_management.hesiod.noop}
|
|
Loading…
Reference in New Issue
Block a user