diff options
author | Remi Collet <remi@remirepo.net> | 2019-08-27 06:42:07 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-08-27 06:42:07 +0200 |
commit | f6fe541c1221a83b8277f0a22d1b18e734fa8f32 (patch) | |
tree | 067b250925536e0e9cf7f2edd93fb4ae9987b92d | |
parent | 297eced412f6255ae57bb16471644517d19d3809 (diff) |
- rebuild for remirepo to allow installation on UBI8 imageel8
with lower version than official package in RHEL-8
-rw-r--r-- | oniguruma.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/oniguruma.spec b/oniguruma.spec index 9a77f9c..43fce2c 100644 --- a/oniguruma.spec +++ b/oniguruma.spec @@ -1,6 +1,9 @@ +# remirepo spec file for oniguruma, from +# RHEL-8 / AppStream spec file + Name: oniguruma Version: 6.8.2 -Release: 1%{?dist} +Release: 0.1%{?dist} Summary: Regular expressions library Group: System Environment/Libraries @@ -97,6 +100,10 @@ find $RPM_BUILD_ROOT -name '*.la' \ %{_libdir}/pkgconfig/%{name}.pc %changelog +* Tue Jul 16 2019 Remi Collet <remi@remirepo.net> - 6.8.2-0.1 +- rebuild for remirepo to allow installation on UBI8 image + with lower version than official package in RHEL-8 + * Mon Apr 23 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 6.8.2-1 - 6.8.2 |