Commit Graph

20 Commits (066f8863fddb5135d9ccce2ccb56016bb583f861)

Author SHA1 Message Date
R4SAS f3488be7af update rpm, increase release version for Fedora and CentOS 7 years ago
yangfl 319d748639 i2pd.service: do not block system shutdown for 10 min 7 years ago
R4SAS fbb9991128 remove obsoletes tag for rpm git package 7 years ago
orignal 62bac24246
Merge pull request #1086 from BOPOHA/patch-3
i2pd.spec delete obsoletes tag
7 years ago
BOPOHA ce57a130fc
systemd issue in centos 7
Not working pre-create pid-file dir (/run/i2pd).
It fixed with one of this ways:

> PermissionsStartOnly=True
or 
> ExecStartPre=/bin/mkdir -p -m 0700 /var/run/i2pd
> ExecStartPre=/bin/chown i2pd: /var/run/i2pd

First way is prefer because RuntimeDirectory's options already used.
7 years ago
BOPOHA 80567312ed
i2pd.spec delete obsoletes tag
https://github.com/PurpleI2P/i2pd/pull/1084#issuecomment-362215861

```
Resolving Dependencies
--> Running transaction check
---> Package i2pd.x86_64 0:2.17.0-20171206git.el7.centos will be updated
---> Package i2pd.x86_64 0:2.18.0-1.el7.centos will be obsoleting
---> Package i2pd-systemd.x86_64 0:2.17.0-20171206git.el7.centos will be obsoleted
--> Finished Dependency Resolution

Dependencies Resolved

==========================================================================
 Package   Arch        Version                     Repository        Size
==========================================================================
Installing:
 i2pd      x86_64      2.18.0-1.el7.centos         vorona-i2pd      915 k
     replacing  i2pd-systemd.x86_64 2.17.0-20171206git.el7.centos

Transaction Summary
==========================================================================
Install  1 Package

Total download size: 915 k
Is this ok [y/d/N]:
```
@l-n-s  thx, obsoletes tag is unneeded in next release)
7 years ago
R4SAS 180730f9cf
fix rpm spec's (#1084)
* added spec for git package
* fixed double slashes
* changed versioning for stable builds
7 years ago
orignal 4901434209 2.18.0 7 years ago
Darknet Villain 3426906a4f [rpm] Fix changelogs to comply with guidelines, add tunconf key to systemd package 7 years ago
Darknet Villain 6ee279d83e [rpm] Merge i2pd-systemd with i2pd package + changelog 7 years ago
Darknet Villain 4ee364640d Update rpm spec and systemd unit 7 years ago
yangfl 46f62e1af9 remove trailing whitespaces 7 years ago
R4SAS 1c970b0714 2.17.0 7 years ago
R4SAS ae28df5276 2.16.0 7 years ago
orignal 390bb07cca 2.15.0 7 years ago
BOPOHA 8c23a091da bogus date in contrib/rpm/i2pd.spec
fixed bad date and  bogus date in %changelog
7 years ago
BOPOHA 4014d86a57 base version updated to 2.14.0 7 years ago
Anatolii Vorona 2eec205e31 i2pd.spec: changed Release format, upgrade Version 7 years ago
Anatolii Vorona c15e53e9c0 fix paths 8 years ago
l-n-s b683c07d55 move rpm-related files to contrib folder 8 years ago