Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- So it appears on the parent and child when I issue the below command:
- # pulp-admin rpm repo content rpm --repo-id stable-centos-5-updates-x86_64 --match 'filename=glibc-devel-2.5-107.el5_9.5.i386.rpm'
- Arch: i386
- Buildhost: builder17.centos.org
- Checksum: fcd7ba210556174023e4009600c60ad4ad77f19e
- Checksumtype: sha
- Description: The glibc-devel package contains the object files necessary for
- developing programs which use the standard C libraries (which are
- used by nearly all programs). If you are developing programs
- which will use the standard C libraries, your system needs to have
- these standard object files available in order to create the
- executables. Install glibc-devel if you are going to develop
- programs which will use the standard C libraries.
- Epoch: 0
- Filename: glibc-devel-2.5-107.el5_9.5.i386.rpm
- License: LGPL
- Name: glibc-devel
- Provides: glibc-devel = 2.5-107.el5_9.5-0
- Release: 107.el5_9.5
- Requires: libnsl.so.1, glibc-headers = 2.5-107.el5_9.5-0,
- libnss_hesiod.so.2, libutil.so.1, rpmlib(CompressedFileNames) <=
- 3.0.4-1-0, libanl.so.1, librt.so.1, rpmlib(PayloadFilesHavePrefix)
- <= 4.0-1-0, /sbin/install-info, libcidn.so.1,
- libBrokenLocale.so.1, /bin/sh, libcrypt.so.1, libnss_compat.so.2,
- libnss_nis.so.2, libnss_nisplus.so.2, libnss_dns.so.2, libdl.so.2,
- glibc-headers, libresolv.so.2, libm.so.6, glibc =
- 2.5-107.el5_9.5-0, libnss_files.so.2, libthread_db.so.1
- Vendor: None
- Version: 2.5
- PARENT
- -------
- [email protected]: /var/lib/pulp/working/repos/stable-centos-5-updates-x86_64/distributors/yum_distributor# zgrep glibc-devel repodata/* | grep '9\.5' || echo 'not there'
- not there
- [email protected]: /var/lib/pulp/published/https/repos/stable/centos/5/x86_64# zgrep glibc-devel repodata/* | grep '9\.5' || echo 'not there'
- not there
- CHILD
- -------
- [email protected]: /var/lib/pulp/working/repos/stable-centos-5-updates-x86_64/distributors/yum_distributor# zgrep glibc-devel repodata/* | grep -q '9\.5' || echo 'not there'
- [email protected]: /var/lib/pulp/working/repos/stable-centos-5-updates-x86_64/distributors/yum_distributor# zgrep glibc-devel repodata/* | grep -q '9\.5' || echo 'not there'
- So it shows a match using CLI but is not in the repo on the parent.
Advertisement
Add Comment
Please, Sign In to add comment