Compare commits
No commits in common. "c10s" and "c8s-stream-1.24" have entirely different histories.
c10s
...
c8s-stream
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Test-YAML-[0-9.]*.tar.gz
|
||||
SOURCES/Test-YAML-1.06.tar.gz
|
||||
|
||||
1
.perl-Test-YAML.metadata
Normal file
1
.perl-Test-YAML.metadata
Normal file
@ -0,0 +1 @@
|
||||
c844c930ce08ef9ff766c420c07b240e79462201 SOURCES/Test-YAML-1.06.tar.gz
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Test-YAML
|
||||
Version: 1.06
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Testing Module for YAML Implementations
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Test-YAML/
|
||||
@ -21,7 +21,6 @@ BuildRequires: perl(Test::Base) >= 0.86
|
||||
BuildRequires: perl(Test::Base::Filter)
|
||||
# Test Suite
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod) >= 1.41
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Data::Dumper)
|
||||
@ -43,7 +42,7 @@ make install DESTDIR=%{buildroot}
|
||||
rm %{buildroot}%{_bindir}/test-yaml
|
||||
|
||||
%check
|
||||
make test RELEASE_TESTING=1
|
||||
make test RELEASE_TESTING=0
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
@ -52,6 +51,9 @@ make test RELEASE_TESTING=1
|
||||
%{_mandir}/man3/Test::YAML.3*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.06-8
|
||||
- Rebuild with enable hardening (bug #1636329)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.06-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user