Re: [Rpm-maint] [rpm-software-management/rpm] RFE: Make it easier to use new rpmbuild features (#761)

2019-06-23 Thread Panu Matilainen
Binary package compatibility is tracked via rpmlib() dependencies, and those depend on settings used by the build environment (such as payload compression flags) and features used by the package (such as rich dependencies or file triggers), and if a package relies on features available in a new

Re: [Rpm-maint] [rpm-software-management/rpm] RFE: Make it easier to use new rpmbuild features (#761)

2019-06-23 Thread Panu Matilainen
Closed #761. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/761#event-2433068505___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Take changelog timezone in account (RhBug 1715412) (#739)

2019-06-23 Thread pavlinamv
pavlinamv commented on this pull request. > @@ -178,13 +179,17 @@ static int dateToTimet(const char * datestr, time_t * > secs, int * date_words) if (*secs == -1) goto exit; +if (tzname[1][0] == 0) + rpmlog(RPMLOG_WARNING, _("time zone in %%changelog not in tz database:

Re: [Rpm-maint] [rpm-software-management/rpm] Take changelog timezone in account (RhBug 1715412) (#739)

2019-06-23 Thread pavlinamv
pavlinamv commented on this pull request. > @@ -44,7 +44,8 @@ static int dateToTimet(const char * datestr, time_t * secs, > int * date_words) struct tm time, ntime; const char * const * idx; char *p, *pe, *q, *date, *tz; -char tz_name[10]; /* name of timezone