4613acdc52
pck-update.in: set %_buildrootdir to tmppath_dir to preserve usual buildroot path since rpm 4.19
2024-05-24 12:04:56 +02:00
43b346caec
plugins/pck-update: check format_unpackaged_file_list_common before arch-specific list
2023-09-10 16:39:01 +02:00
33c9c564cf
libnetwork.lib.in,pck-update.in: disable repository reachability check and dependency on the 'host' tool
2023-07-22 15:21:37 +02:00
f92eb6fea8
pck-update: remove warning for ld-linux* .so not found
2022-11-03 11:36:19 +01:00
480f556d15
pck-update: resolve using rpm libraries not reported by ldconfig
2022-10-31 11:29:52 +01:00
485c2fa685
pck-update.in: added --distro-rpm argument to redefine default configured DISTRO_rpm
2022-06-12 11:16:40 +02:00
cf360aad1a
plugins/pck-update: remove unwanted unresolved deps warnings since glibc 2.34
2022-01-06 14:30:30 +01:00
7350b61bb2
pck-update.in: don't replace build requirement block if it contains a conditional macro; basic support for rich deps
2021-05-08 12:13:41 +02:00
5203151334
pck-update.in: add python dist deps as they are in build requirements block
2021-04-18 15:12:00 +02:00
308cd6bb7b
pck-update.in: recreate SRPM after updating build requirements block
2021-04-18 15:05:56 +02:00
404ccd61a8
pck-update.in: add unresolved perl requirements as they are instead of warning message in build requirements
2021-04-18 15:03:10 +02:00
f89da44c7b
pck-update: remove --nodeps to build commands to fix build requirements being skipped. Not sure why it worked before and maybe this broke since rpm 4.16
2021-03-16 21:35:00 +01:00
695a354bd6
pck-update.in: remove unresolved .so requirement for ld-linux-aarch64.so.*
2021-03-14 11:38:06 +01:00
28a058dd07
pck-update.in: auto build requirements: fix finding correct python version and skip requirements for rtld() (ldconfig)
2021-03-14 11:24:42 +01:00
c3e90a144f
pck-update.in: fix http+git and https+git protocols with preserve_dot_git support
2021-02-24 17:48:03 +01:00
3bcaa2cf38
pck-update.in: notify build requirements installation as warning instead of error so that SRPM installation is tried and autoport can parse the output
2020-12-01 12:53:21 +01:00
66e607a4ca
pck-update,linnetwork.lib: preserve .git directory if protocol is http[s]+git
2020-06-22 11:00:33 +02:00
169dcf8bb9
pck-update.in: don't archive any SRPMS with name matching SPEC_OBSOLETES as obsoletes refer to RPM names not SRPMS
...
This to support exclusive architecture legacy packages e.g. libsuitesparse4 (with ExclusiveArch: arm) obsoletes libsuitesparse (which does not build anymore on this target).
To be checked if this may break some other successful cases, although the problems in keeping a to-be-obsoleted package are less than archiving a to-be-kept one.
2020-02-01 02:13:12 +01:00
2b1dbb0b1d
pck-update.in: support for http+git and https+git fake protocols to indicate a git repository
2016-07-05 22:49:42 +02:00
Davide Madrisan
970b29e4a1
Add a basic support for the KDE Framework 5 packages
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2015-05-06 22:35:32 +02:00
2fa427ff26
pck-update: stricter checks on buildreqs with explicit arch
2015-04-16 00:34:36 +02:00
15013489c1
pck-update: always rebuild srpm when rpms are built unless --nosrpm is passed
2014-09-27 18:37:23 +02:00
5058e2121b
pck_update: more changes on rpmbuildopt parameters ordering to workaround cross-arch builds
...
This is still a workaround to allow cross-arch builds with long rpm command lines
because it seems that rpmbuild is ignoring extra passed parameters when they
exceed a certain number (5 or 6 as far as I remember)
2014-09-26 13:28:11 +02:00
a2e617b4c2
pck-update: buildreqs_to_install: keep conservative classic behaviour on archs different from x86_64
2014-09-26 13:25:54 +02:00
b3419dc9c0
pck-update: fix duplicated names in BuildRequires: in multiarch systems (x86_64)
2014-09-26 13:13:14 +02:00
e5052816bb
pkg-update: --target needs to be passed as last option to rpmbuild
2014-09-06 01:06:02 +02:00
ec9f775c87
pck-update: support for package.arch specfile build requirement
...
When this form of requirement is detected it is converted to package@arch as required by smart.
Also add comments and a FIXME about a problem with previous patch of this code and noarch packages.
2014-09-04 14:01:45 +02:00
Davide Madrisan
6f965f674b
pck-update - apply the architecture dependent rules first
...
Apply the architecture dependent rules for unpackaged files
before the common ones. This will also simplify the logic
of the path substitutions.
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2014-08-26 19:59:50 +02:00
Davide Madrisan
d4e5b9a752
pck-update: fix the unpackaged files list issues (x86_64 only)
...
conf/04-rpmbuild-format-unpackaged-filelist.conf
Split the translation rules for the unpackaged files into a common block
('format_unpackaged_file_list_common') and an architecture-specific file
per supported architecture (currently 'i586' and 'x86_64').
This solves the problem of some wrongly filenames reported by autospec
when running on the x86_64 architecture.
The translation rules for Python 2.7 and Python 3 have been updated
to reflect the current support for Python in openmamba.
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2014-08-13 20:54:02 +02:00
c4e2f98d93
pck-update: specify target_cpu when installing build requirements for x86_64 multiarch support
2014-02-22 22:36:10 +01:00
Davide Madrisan
169fdd13f5
pck-update: package.generate_name(): return the correct value
...
when executed without the option '-p'.
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2013-11-24 20:49:28 +01:00
Davide Madrisan
1b62dc674c
autospec, pck-update: Update the copyleft messages
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2013-11-07 23:23:30 +01:00
291f42297b
pck-update: new options '--packager-fullname' and '--packager-email'
2013-11-07 22:45:02 +01:00
Davide Madrisan
e2d0437f60
pck-update: new function package.generate_name()
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2013-11-05 22:38:22 +01:00
eb1d352c92
pck-update: fix update of git urls starting with http:// and https://
...
Source URLs from git don't just end with '.git', btw they can be detected by searching for '.git/'
2013-08-04 22:32:56 +02:00
46ec87de31
pck-update: don't clone from git repository at every build is source with current version already exists
2013-08-04 22:23:50 +02:00
b597848f6b
pck-update: fix build requirements generation with multiple providers
...
When --whatprovides returns multiple requirements only consider the first one.
Seen with mono(..) requirements in monodevelop.
2013-07-17 14:32:17 +02:00
8b06b41b20
pck-update, libspec, libapse: support for a special specfile macro to disable scraping from specified sources
...
E.g.: enter the macro below in the specfile to disable scrape sources with indexes 0,2 and 4:
2013-06-05 00:23:06 +02:00
85d14ca35f
pck-update: pass rpmbuild_opts to 'rpmbuild -bl' to fix unpackaged files list formatting with some configurations
2013-05-07 15:00:39 +02:00
26f2b6a93d
pck-update: restore support for passing user parameters to rpm
...
This was apparently broken in commit 58edaf3373
:
libspec: new function 'specfile.check_syntax()'
2013-01-04 16:56:05 +01:00
Davide Madrisan
58edaf3373
libspec: new function 'specfile.check_syntax()'
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2012-12-08 23:32:54 +01:00
Davide Madrisan
6b8099f31d
libtranslate.lib: new library
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2012-11-30 22:02:42 +01:00
Davide Madrisan
29e18765b6
autospec, plugins: rework the logic of the command-line options parser
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2012-11-25 23:21:06 +01:00
Davide Madrisan
288d828aaa
translation framework: xgettext is buggy: use 'bash --dump-po-strings' instead and rework all the code
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2012-11-25 15:54:34 +01:00
Davide Madrisan
0e93767db4
plugins: do not ignore the 'color_scheme' set in the configuration files
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2012-11-24 00:11:27 +01:00
Davide Madrisan
5a00359a29
Point to the translation file autospec-all in all modules and libraries
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2012-11-23 23:45:02 +01:00
Davide Madrisan
13c66cf193
pck-update: do not ignore the option '--changelog' when the variable 'changelog_userdef' is defined in one of the configuration files
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2012-11-20 22:34:57 +01:00
Davide Madrisan
343e644abe
pck-update: fix a string translation by adding the missing '$' prefix
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2012-11-15 19:31:03 +01:00
Davide Madrisan
15f3575b2e
autospec, plugins: add the option '-C|--config' for selecting a different user configuration file or list of user configuration files
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2012-11-14 22:42:08 +01:00
Davide Madrisan
a2056ba9d5
autospec, autospec.conf, plugins: replace the option '--colorize' by '--colors <color-theme>'
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2012-11-11 18:56:52 +01:00