parent
c65e117c4e
commit
7339e37b5d
@ -1,6 +1,6 @@
|
||||
Name: jackson-parent
|
||||
Version: 2.11
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Parent pom for all Jackson components
|
||||
License: ASL 2.0
|
||||
|
||||
@ -18,6 +18,13 @@ BuildArch: noarch
|
||||
%description
|
||||
Project for parent pom for all Jackson components.
|
||||
|
||||
%package -n pki-%{name}
|
||||
Summary: Parent pom for all Jackson components
|
||||
Provides: %{name}
|
||||
|
||||
%description -n pki-%{name}
|
||||
Project for parent pom for all Jackson components.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
|
||||
@ -30,11 +37,14 @@ sed -i 's/\r//' LICENSE
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%files -n pki-%{name} -f .mfiles
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Apr 23 2021 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.11-6
|
||||
- Rename subpackages to pki-jackson
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.11-5
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user