https://bugzilla.redhat.com/show_bug.cgi?id=1532364 Steve Dickson <steved@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(fweimer@xxxxxxxxx | |m) --- Comment #6 from Steve Dickson <steved@xxxxxxxxxx> --- (In reply to Igor Gnatenko from comment #1) > > License: BSD-3-Clause > License: BSD License: BSD and LGPLv2 > > > Source: %{name}-%{version}.tar.bz2 > How archive is obtained? Source0: https://github.com/thkukuk/rpcsvc-proto/archive/%{name}-%{version}.tar.gz > > > Group: System/Libraries > Group tag is deprecated Group: System Environment/Libraries > > > make %{?_smp_mflags} > %make_build Done. > > > make %{?_smp_mflags} DESTDIR=%{buildroot} install > %make_install Done > > > %defattr(-,root,root) > Deprecated Removed. > > > %changelog > Changelog is missing * Mon Jan 8 2018 Steve Dickson <steved@xxxxxxxxxx> 1.3-1 - Initial commit > > > BuildRoot: %{_tmppath}/%{name}-%{version}-build > Deprecated Gone. > > > Release: 0 > Release: 1%{?dist} Done. > > > %dir %{_includedir}/tirpc > > %dir %{_includedir}/tirpc/rpcsvc > > %{_includedir}/tirpc/rpcsvc/* > %{_includedir}/tirpc/ This is very curious rule... First of all theses header files needed to stay in /usr/include/rpcsvc since that is where they are today. We move them to tirpc/rpcsvc or tirpc that is going to break the API. Doing the build/install from the upstream tarball these header files are install in /usr/include/rpcsvc which makes sense. Let me ask the maintainer why he is move them. Also these files are currently in glibc-headers... Florian, are these files going to moved out of that package? http://people.redhat.com/steved/rpcsvc-proto has been updated. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx