|
|
|
@ -16,7 +16,7 @@ BuildRequires: gnupg2
|
|
|
|
|
BuildRequires: libcmocka-devel
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-libs%{?_isa} > 1.1.5
|
|
|
|
|
Recommends: cmake
|
|
|
|
|
Recommends: pkgconfig
|
|
|
|
|
|
|
|
|
@ -45,6 +45,7 @@ development/testing.
|
|
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
|
Summary: nss_library shared library only
|
|
|
|
|
Conflicts: nss_wrapper <= 1.1.5
|
|
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
|
The %{name}-libs package provides only the shared library.
|
|
|
|
@ -55,20 +56,28 @@ gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
mkdir -p build
|
|
|
|
|
pushd build
|
|
|
|
|
%cmake \
|
|
|
|
|
-DUNIT_TESTING=ON
|
|
|
|
|
-DUNIT_TESTING=ON \
|
|
|
|
|
%{_builddir}/%{name}-%{version}
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
pushd build
|
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
|
|
sed -i '1 s|/usr/bin/env\ perl|/usr/bin/perl|' %{buildroot}%{_bindir}/nss_wrapper.pl
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
pushd build
|
|
|
|
|
%ctest
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%{_bindir}/nss_wrapper.pl
|
|
|
|
@ -84,65 +93,15 @@ sed -i '1 s|/usr/bin/env\ perl|/usr/bin/perl|' %{buildroot}%{_bindir}/nss_wrappe
|
|
|
|
|
%{_libdir}/libnss_wrapper.so*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 09 2022 Andreas Schneider <asn@redhat.com> - 1.1.13-1
|
|
|
|
|
- related: rhbz#2139666 - Rebase to version 1.1.13
|
|
|
|
|
* Wed Nov 09 2022 Andreas Schneider <asn@redhat.com> - 1.1.3-1
|
|
|
|
|
- related: rhbz#2139665 - Rebase to version 1.1.13
|
|
|
|
|
|
|
|
|
|
* Thu Nov 03 2022 Andreas Schneider <asn@redhat.com> - 1.1.12-1
|
|
|
|
|
- resolves: rhbz#2139666 - Rebase to version 1.1.12
|
|
|
|
|
|
|
|
|
|
* Fri Mar 18 2022 Andreas Schneider <asn@redhat.com> - 1.1.11-8
|
|
|
|
|
- resolves: rhbz#2028819 - Introduce nss_wrapper-libs package to allow install
|
|
|
|
|
smaller footprint
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.11-7
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.11-6
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.11-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Aug 05 2020 Andreas Schneider <asn@redhat.com> - 1.1.11-4
|
|
|
|
|
- Build using new cmake macros
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.11-3
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.11-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Apr 02 2020 Andreas Schneider <asn@redhat.com> - 1.1.11-1
|
|
|
|
|
- Update to version 1.1.11
|
|
|
|
|
https://gitlab.com/cwrap/nss_wrapper/-/blob/master/CHANGELOG
|
|
|
|
|
* Thu Nov 03 2022 Andreas Schneider <asn@redhat.com> - 1.1.12-5
|
|
|
|
|
- related: rhbz#2124635 - Fix dependency to nss_wrapper-libs
|
|
|
|
|
|
|
|
|
|
* Mon Mar 16 2020 Andreas Schneider <asn@redhat.com> - 1.1.10-1
|
|
|
|
|
- Update to version 1.1.10
|
|
|
|
|
https://gitlab.com/cwrap/nss_wrapper/-/blob/master/CHANGELOG
|
|
|
|
|
|
|
|
|
|
* Mon Mar 16 2020 Andreas Schneider <asn@redhat.com> - 1.1.9-1
|
|
|
|
|
- Update to version 1.1.9
|
|
|
|
|
|
|
|
|
|
* Mon Feb 17 2020 Andreas Schneider <asn@redhat.com> - 1.1.8-1
|
|
|
|
|
- Update to version 1.1.8
|
|
|
|
|
- resolves: #1799808
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.7-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Nov 18 2019 Andreas Schneider <asn@redhat.com> - 1.1.7-3
|
|
|
|
|
- Fixed patch for pkg-config
|
|
|
|
|
|
|
|
|
|
* Mon Nov 18 2019 Andreas Schneider <asn@redhat.com> - 1.1.7-2
|
|
|
|
|
- resolves: #1772368 - Incorrect path in pkg-config file
|
|
|
|
|
|
|
|
|
|
* Wed Nov 13 2019 Andreas Schneider <asn@redhat.com> - 1.1.7-1
|
|
|
|
|
- Update to version 1.1.7
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
* Thu Nov 03 2022 Andreas Schneider <asn@redhat.com> - 1.1.12-1
|
|
|
|
|
- resolves: rhbz#2139665 - Rebase to version 1.1.12
|
|
|
|
|
- resolves: rhbz#2124635 - Reduce dependencies of the package
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|