#2 remove yum-utils dependency from test
Merged 6 years ago by tmraz. Opened 6 years ago by bgoncalv.
rpms/ bgoncalv/libgcrypt libgcrypt-tests  into  master

file modified
+2 -2
@@ -59,11 +59,11 @@ 

  	@echo "Requires:        rpm-build" >> $(METADATA)

  	@echo "Requires:        gawk" >> $(METADATA)

  	@echo "Requires:        gcc-c++ fipscheck" >> $(METADATA)

- 	@echo "Requires:        libgpg-error-devel yum-utils wget" >> $(METADATA)

+ 	@echo "Requires:        libgpg-error-devel wget" >> $(METADATA)

  	@echo "Requires:        pkgconfig texinfo libselinux-utils" >> $(METADATA)

  	@echo "Releases:        -RHEL3 -RHEL4" >> $(METADATA)

  	@echo "Priority:        Normal" >> $(METADATA)

- 	@echo "Architectures:   i386 x86_64 s390x ia64" >> $(METADATA)	

+ 	@echo "Architectures:   i386 x86_64 s390x ia64" >> $(METADATA)

  	@echo "License:         GPLv2" >> $(METADATA)

  	@echo "Confidential:    no" >> $(METADATA)

  	@echo "Destructive:     no" >> $(METADATA)

file modified
-1
@@ -18,4 +18,3 @@ 

      - rpm-build

      - texinfo

      - wget

-     - yum-utils