From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:0.9.8) Gecko/20020310 Description of problem: If you link pppwatch with glib2 instead of glib, then someday you can obsolete glib. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: rpm -qp --requires /tmp/initscripts-6.95-1.src.rpm Actual Results: glib-devel Expected Results: glib2-devel Additional info: Linking with glib2 instead of glib-1 works without effort. No code changes are necessary, just a small change in the Makefile. See attached patch. You've got to have static libraries in glib2-devel, though --- see #78685
Created attachment 86744 [details] patch for the src.rpm to use glib2
Created attachment 86745 [details] patch to the spec. cleans up buildroot-filelist inconsistency, also.
Added in 7.03-1, thanks!